miguelmaroune / bankBuddy-mvp

simple bank Account back end application
0 stars 0 forks source link

Account and transaction Creation #5

Open miguelmaroune opened 3 days ago

miguelmaroune commented 3 days ago
miguelmaroune commented 1 day ago
  1. Add the Transaction entity with all its related mappers and basic CreateTransactionuseCase / Repository ect.
  2. Add The different States of the Transaction in the domain with the business logic . create a Bean in the infra to use a singleton
  3. Add the different steps in the Validations chain ; create a chain for the Deposit and another for the Withdrawal , also create a bean.
  4. Add tests , do not accept negative amounts , do not accept deposit more than 10 000 euros , same for withdrawals ... add simple different validations in the chain .