Skip to content

Commit

Permalink
#18: Synergy.Web.Api.Testing: Managed technical debt
Browse files Browse the repository at this point in the history
Added TODO to prepare docs
  • Loading branch information
MarcinCelej committed Feb 3, 2024
1 parent 3844036 commit 088c7d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Web/Synergy.Web.Api.Testing/Synergy.Web.Api.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Title>Synergy.Web.Api.Testing - Web API Testing helper</Title>
<Authors>Synergy Marcin Celej</Authors>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<!-- TODO: Prepare docs -->
<PackageProjectUrl>https://github.com/synergy-software/synergy.framework/wiki/Contracts</PackageProjectUrl>
<PackageIcon>synergy.png</PackageIcon>
<Description>Web API Testing support</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Technical Debt for Synergy.Web.Api.Testing

Total: 19
Total: 20

## [CreateUserCommandHandler.cs](../../../Sample/Synergy.Sample.Web.API.Services/Users/Commands/CreateUser/CreateUserCommandHandler.cs)
- TODO: Add validation (bad-request) mechanism - maybe use data annotations?
Expand Down Expand Up @@ -44,3 +44,6 @@ Total: 19

## [Markdown.cs](../../../Synergy.Web.Api.Testing/Features/Markdown.cs)
- TODO:Marcin Celej: Do not regenerate report if every operation was 'unchanged' (check somehow HttpOperation.Assertions) - to achieve this add Status to HttpOperation

## [Synergy.Web.Api.Testing.csproj](../../../Synergy.Web.Api.Testing/Synergy.Web.Api.Testing.csproj)
- TODO: Prepare docs

0 comments on commit 088c7d6

Please sign in to comment.