- Cakes list pagination / infinite scroll
- Sort cakes by creation date
- sticky shrinking header on scroll
- Handle long cake names better
- Image preview on submit cake, block submission if not an image
- PWA
- Service worker setup
- Cakes list / items caching
- Background sync for submit cake
- Push notifications on new cake
- Image upload / capture
- Unit tests
- Automation tests
- Request Logging
- [WEB] Consider splitting the .NET api integration code into a services layer/folder
- Neaten up the SVGs
- Refactor palette, lose the horrible green
- Implement a proper client side validation framework
- [Web] automate content type header injection & response handling based on method?
- Type verificastion in api routes for ICake objects
- Delete on non existant cake ID returns ok
- max results on get cakes does not appear to work
- GET on non existant cake returns 500
- CakeExists should be case-insensitive
- BE authentication
- Response caching in CF
- VPC