Indicate eating out when skipping a meal #51
Labels
No labels
app
backlog
bug
ci-cd
contribution welcome
duplicate
enhancement
good first issue
help wanted
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/dishplanner#51
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Skipping a meal is already implemented (the calendar's "Skip" button sets
is_skippedviaSkipScheduledUserDishForDateAction), but there is no way to record why a meal was skipped. Add an optional reason/label when skipping — e.g. "eating out" — so going out to a restaurant is distinguishable from a plain skip.Split from #48, whose skip functionality already exists.