Skip to content

El objetivo de la kata es conocer un poco mas de DDD. La idea es practicar ValueObjects, Aggregates y Entity.

Notifications You must be signed in to change notification settings

jalopez1986/DDD-Bank-Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDD-Kata Bank

Uses Cases

This project was designed do cover the following use cases and requirements:

  1. A Customer could register a new Checking Account using its personal details.
  2. Allow a customer to deposit funds into an existing account.
  3. Allow the customer to withdraw funds from an existing account.
  4. Allow the customer to close a Checking Account only if the balance is zero.
  5. Do not allow the Customer to Withdraw more than the existing funds.
  6. Allow to get the account details.
  7. Allow to get the customer details.

###Copy from https://github.com/ivanpaulovich/ddd-tdd-rich-domain-model-dojo-kata

About

El objetivo de la kata es conocer un poco mas de DDD. La idea es practicar ValueObjects, Aggregates y Entity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages