defined some webpages in design document
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
# V2 - Attempt 2
|
||||
|
||||
|
||||
# Roadmap
|
||||
|
||||
- [ ] Complete this design document?
|
||||
- [ ] Complete defining this roadmap checklist
|
||||
- [ ] Website displaying an audit of store events
|
||||
- [ ] Start with just a list of events for a given store (use a static test store)
|
||||
- [ ] ...
|
||||
|
||||
|
||||
|
||||
Looking to follow the [CQRS](https://martinfowler.com/bliki/CQRS.html) pattern.
|
||||
|
||||
The database will follow the [event sourcing](https://martinfowler.com/eaaDev/EventSourcing.html) database pattern.
|
||||
@@ -41,4 +51,3 @@ All events (or commands) will be stored in a respective event series, and all da
|
||||
### All Diagrams
|
||||
|
||||
All diagrams are stored in the [diagrams](./diagrams) directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user