rtghan / FinancialOrganizer

3 stars 0 forks source link

Added interface for the Add Budget use case #15

Closed rtghan closed 10 months ago

rtghan commented 10 months ago

I've written out the rest of the use case for Add Budget by finishing the interface adapters and view, although it is currently isolated in that it doesn't interact with any other screens.

ErnestYuen commented 10 months ago

Good job implementing the observer design pattern. The files and packages are named well and adhere to clean architecture. However, the public things are not documented and there are no tests.