devl-things / bureau

Central application to handle what ever
MIT License
0 stars 0 forks source link

Refactor #12

Open lbaracic opened 2 months ago

lbaracic commented 2 months ago
  1. change addresses in page directive to constant
  2. use a base component with shared methods
  3. put log message in LogMessages, and ui messages in UIMessages
  4. divide 'razor page' and 'code behind'
  5. follow the naming-convention
  6. deal with warnings
  7. reduce dependencies, like NavigationManager if not needed
  8. update documentation when needed