defined some webpages in design document

This commit is contained in:
2025-12-24 01:39:15 -07:00
parent 9539fa47fb
commit 49bbe281df
3 changed files with 24 additions and 4 deletions
+10 -1
View File
@@ -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