- Create Upload Service
- 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
- Add more properties to comic books and characters
- Change favicon for MVC
- Extend Character Model
- fix regex for URL
- Add sorting
- Add serilog logging
- Implement Paging
- Implement Searching
- Add API Versioning Header Support
- IsRead should be a check box
- Add model validation
- Users should only be allowed to set book rating between 1 and 10
- As a user, we should be able to specify Characters and Authors when creating a comic
- 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
- Add 'create' operation to all controllers in mvc app
- Verify CRUD operations work for all object types from MVC