Open NotMagolor opened 1 year ago
Sean would like to specify the times of the day he would want to be called throughout the week.
Frontend: Timepicker for selecting times that will allow the user to send their preferred times to the backend through the user interface.
Backend: Integrating the timepicker alongside the 7-day feature hand-in-hand for assigning and saving alarm schedules on a single endpoint.
Backend needs the json in this format Typename: AlarmDateTime { time: javascript date object, days: { 'sunday': true, 'monday': false, ... 'saturday': true } }
{ time: javascript date object, days: { 'sunday': true, 'monday': false, ... 'saturday': true } }
Sean would like to specify the times of the day he would want to be called throughout the week.
Frontend: Timepicker for selecting times that will allow the user to send their preferred times to the backend through the user interface.
Backend: Integrating the timepicker alongside the 7-day feature hand-in-hand for assigning and saving alarm schedules on a single endpoint.