Damselfly
Damselfly copied to clipboard
Post-migration Cleanup / Refactoring
This rework has led to a whole load of stuff that needs to be cleaned up:
- [ ] App initialisation - 95% of the code for Blazor WASM and Blazor Server could be cleaned up
- [ ] Comments/refactoring on the service registrations (including consolidating the interface registration with the service instance)
- [ ] Logging (refactor everything to not use the static logging instance). See #382
- [ ] General comments and documentation everywhere
- [ ] Delete the /Areas stuff from Blazor WASM, as it's not longer needed
- [ ] Check the functionality in the Areas pages, and make sure the new Blazor login pages are equivalent