Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.24 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.24 KB

In progress:

  • Create Upload Service

To do:

  • Add API Load Testing
  • Add healthcheckUI
  • Generic controllers in MVC? Maybe help reduce code
  • Create SPA frontend (likely Blazor)
  • We are handling errors in too many ways, need to streamline

Done:

6/19/2022

  • Add more properties to comic books and characters
  • Change favicon for MVC
  • Extend Character Model

6/16/2022

  • fix regex for URL

06/15/2022

  • Add sorting

06/14/2022

  • Add serilog logging

06/12/20222

  • Implement Paging
  • Implement Searching

06/11/2022

  • Add API Versioning Header Support
  • IsRead should be a check box

06/10/2022

  • Add model validation
  • Users should only be allowed to set book rating between 1 and 10

06/08/2022

  • As a user, we should be able to specify Characters and Authors when creating a comic

06/04/2022

  • Remove ID from view models presented in MVC app (we don't want to display these to the user)
  • Add edit action and view for characters in MVC

06/03/2022

  • Add 'create' operation to all controllers in mvc app
  • Verify CRUD operations work for all object types from MVC