Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a "Day Off" feature to skip specific weekdays. #75

Closed
kenako1 opened this issue Jan 19, 2025 · 1 comment
Closed

Implement a "Day Off" feature to skip specific weekdays. #75

kenako1 opened this issue Jan 19, 2025 · 1 comment

Comments

@kenako1
Copy link
Contributor

kenako1 commented Jan 19, 2025

<style type="text/css"></style> As a manager, I want to mark specific weekdays as "Day Off," so that no dishes are assigned to those days. --
@kenako1
Copy link
Contributor Author

kenako1 commented Jan 29, 2025

🔹 Definition of Done:
✔️ Managers can select any weekday and mark it as a "Day Off".
✔️ Days marked as "Day Off" remove any previously assigned dishes.
✔️ The UI clearly indicates "Day Off" days in the weekly menu view.
✔️ The system prevents dish assignments on "Day Off" days.
✔️ Employees see a "No Meal Planned" label for those days.
✔️ Changes are saved persistently in the backend.
✔️ Unit and integration tests confirm correct "Day Off" logic.
✔️ Feature demo successfully completed.

@TheaWin TheaWin closed this as completed Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants