Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint Validation Update to Factory #28

Merged
merged 12 commits into from
Feb 20, 2024

Conversation

stphnwlsh
Copy link
Owner

@stphnwlsh stphnwlsh commented Feb 17, 2024

  • Update Endpoint Validation to use a factory
  • Inspiration from Minimal API validation with ASP.NET 7.0 Endpoint Filters
  • Reduce application models to minimal records
  • Remove the Entity model from the application models
  • Removed DateCreated and DateModified from Application models
  • Test Cleanup and Reduce Coverage Threshold
  • Code Formatting

Copy link

codecov bot commented Feb 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c677263) 97.51% compared to head (4ade60f) 99.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   97.51%   99.79%   +2.28%     
==========================================
  Files          49       44       -5     
  Lines         442      487      +45     
  Branches       21       28       +7     
==========================================
+ Hits          431      486      +55     
+ Misses         10        0      -10     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stphnwlsh stphnwlsh changed the title Feature/endpoint filter updates Endpoint Validation Update to Factory Feb 19, 2024
@stphnwlsh stphnwlsh self-assigned this Feb 19, 2024
@stphnwlsh stphnwlsh added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 19, 2024
@stphnwlsh stphnwlsh enabled auto-merge (squash) February 19, 2024 21:42
@stphnwlsh stphnwlsh merged commit 4a35083 into main Feb 20, 2024
7 checks passed
@stphnwlsh stphnwlsh deleted the feature/endpoint-filter-updates branch February 20, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants