Allow logging a group as taken in the past #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/log-group-in-past"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Groups can now be logged at an earlier timestamp, mirroring the
per-medication retro-logging flow.
from a clock button on GroupCard; logs flow through the same undo window
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Groups can now be logged at an earlier timestamp, mirroring the per-medication retro-logging flow. - POST /groups/{id}/log accepts an optional taken_at; defaults to now - api.logGroup passes the chosen time through - New LogGroupModal (Now / Earlier… toggle + datetime picker) reached from a clock button on GroupCard; logs flow through the same undo window Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>