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

Automatically generate a menu with one unique dish per day. #86

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

Automatically generate a menu with one unique dish per day. #86

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 the app to fetch dish details (name, ingredients, calories) from the Dishes API, so that I can use accurate and complete data. --
@kenako1
Copy link
Contributor Author

kenako1 commented Jan 29, 2025

🔹 Definition of Done:
✔️ The system fetches available dishes from an external or internal dishes API.
✔️ A unique dish is randomly assigned to each day of the week (Monday–Sunday).
✔️ The menu generation process does not repeat the same dish within a week.
✔️ The system ensures assigned dishes align with dietary restrictions (if applicable).
✔️ Managers can review and modify the automatically assigned dishes before finalizing.
✔️ Performance tests confirm that the API call and assignment process run efficiently.
✔️ Unit and integration tests validate the logic for random dish selection.
✔️ 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