https://github.com/shubnikofff/e-shop
https://github.com/shubnikofff/e-shop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubnikofff/e-shop
- Owner: shubnikofff
- Created: 2022-07-18T17:23:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T19:07:16.000Z (over 2 years ago)
- Last Synced: 2025-02-16T20:15:27.643Z (4 months ago)
- Language: Java
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Shop
### System Operations
System implements the following system operations
#### User operations
1. As a **User** I want to create **Customer** with *banking account*, *initial balance* and *product needs*.
2. As a __User__ I want to create __Shop__ with __Stock__ with initial amount of __Product__. __Shop__ will have __Banking account__ with _initial balance_.
3. As a __User__ I want to create __Factory__ which will produce __Products__ using _unit of time_.#### Customer operations
1. As a **Customer** I want to make an **Order**.
2. As a **Shop** I want to accept an **Order**.### High Level Domain Model
