You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<style type="text/css"></style>
As a manager, I want the app to automatically pre-select the upcoming week for scheduling, so that I don’t have to manually set the dates.
--
The text was updated successfully, but these errors were encountered:
🔹 Definition of Done:
✔️ The system automatically pre-selects the next available week upon accessing the scheduling module.
✔️ If no menu exists for the upcoming week, it prompts managers to create one.
✔️ Managers can override the default selection by manually choosing another week.
✔️ UI updates in real-time when the selected week changes.
✔️ Performance tests confirm no delays in loading the default week.
✔️ Edge cases are handled, such as year-end transitions (e.g., last week of December into January).
" If no menu exists for the upcoming week, it prompts managers to create one."
@TheaWin This is not part of the calendar component. It depends from another component.
All the other conditions are done
✔️ The system automatically pre-selects the next available week upon accessing the scheduling module.
✔️ Managers can override the default selection by manually choosing another week.
✔️ UI updates in real-time when the selected week changes.
✔️ Performance tests confirm no delays in loading the default week.
✔️ Edge cases are handled, such as year-end transitions (e.g., last week of December into January).
The text was updated successfully, but these errors were encountered: