Dev Log
Week of August 2, 2026
Fortuna app
- Implemented the Create Account feature (page, command, handler, and validation).
- Implemented the View Accounts feature (page, command, handler, calculating current balance, pagination).
- Created shared Blazor components for ResultValidator and Pager.
- Implemented the Update Accounts feature (page, command, handler, and validation).
- Implemented the Delete/Close Accounts feature (command and handler).
- Implemented the Reactivate Account feature (command and handler).
- Added unit tests for all of the new Account features.
- Refactored handler and commmands/queries to a common design and interfaces, so they become standard and the design is reusable.
- Reviewed and refactored all new code to meet our coding standards and functional style.