Skip to content

Commit

Permalink
README: add some notes on roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkontra committed Jun 28, 2022
1 parent d15babe commit 163b9ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ Legacy Architecture (available at `/legacy` url prefix):
- Read-only table view for the V2 application
- alternatively, "close" a table so that it can no longer be modified, and then the game can be shared
- Client-side sessions (cookies) to provide a `Your Recent Games` section on the home page
- this will make it easy to return to previously reviewed games (without remembering a table id).
- this will make it easy to return to previously reviewed games (without remembering a table id).
- "Undo" Functionality
- Probably need something resembling event sourcing.
- Allow "undoing" out of sequence? Or just linked-list style undo.
- "Out of sequence" undo is more accurately called "revert" or "invalidate" a given action.
- Goal is to provide "audit trail" for all participants to view what was accounted for and how.

0 comments on commit 163b9ec

Please sign in to comment.