Damselfly icon indicating copy to clipboard operation
Damselfly copied to clipboard

Post-migration Cleanup / Refactoring

Open Webreaper opened this issue 2 years ago • 0 comments

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

Webreaper avatar Aug 31 '22 11:08 Webreaper