feat(workout): correct last set from local events
Add a recovery path for mistyped completed-set weight: append a typed correction event, replay it through the local projection, and make undo restore the previous session state. req: examples/001 req: local/001 req: local/003 req: local/004
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
This is the phone-first local-first product exemplar for hemx. It shows a
|
||||
complete useful session: next action shown, set completed, rest/next state
|
||||
entered, progress updated, mistakes undone, workout finished, final export shared
|
||||
or replayed, and invalid input, replay failure, or host denial recovered without
|
||||
storing DOM patches or UI update payloads as truth.
|
||||
entered, progress updated, a mistyped set corrected and undone, workout finished,
|
||||
final export shared or replayed, and invalid input, replay failure, or host denial
|
||||
recovered without storing DOM patches or UI update payloads as truth.
|
||||
req: examples/001 req: local/001 req: local/003 req: local/004
|
||||
|
||||
## Run
|
||||
|
||||
Reference in New Issue
Block a user