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
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 26 KiB

+13 -2
View File
@@ -2,7 +2,15 @@
cloud {
[Web site]
frame "web site" {
[Home Page]
[Account Page]
[Audit/Report Page]
[Inventory/Sync Page]
[Home Page] -down[hidden]- [Inventory/Sync Page]
[Account Page] -down[hidden]- [Audit/Report Page]
}
}
cloud {
@@ -30,7 +38,10 @@ node "domains" {
[etc]
}
[Web site] -- [REST API]
[Home Page] -- [REST API]
[Account Page] -- [REST API]
[Audit/Report Page] -- [REST API]
[Inventory/Sync Page] -- [REST API]
[REST API] -- [HTML Templates]
[REST API] -- [store events]
[REST API] -- [tiktok]