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
Currently, there are two major issues during slot creation.
Firstly, when a user creates a slot and selects daily as the slot recurrence, slots are added to all days of the week, including weekends. However, there is currently no facility available for including slots only on weekdays.
Second, if the user selects the recurrence of the slots for any option and does not put a date limit to it, the form is still getting submitted. Thus, there is no front-end validation for setting date limit.
Proposed Solution
We will first need to figure out the current working of the slot creation system.
Then we can add a new option in the recurrence dropdown with the term only weekdays, which will add slots only to the weekdays.
For the validation part, we can use the conditional statement to verify the value should not be a null value. If the value is null, the system will trigger an alert message and prevents the form submission.
To facilitate the solution, the following steps will be required:
Understanding and research on current working of the slot creation system.
Implementing the solutions and adding the new option and front-end validation to the form.
Self-testing as well as deploy in UAT environment.
The text was updated successfully, but these errors were encountered:
AnirudhAP2k
changed the title
Adding a new ability for user to create slots for only the weekdays and adding the front-end validation on the Date limit in the slot creation form.
Add a way to create slots for only the weekdays and include front-end validation on the slot creation form.
Apr 29, 2024
Problem statement
Currently, there are two major issues during slot creation.
daily
as the slot recurrence, slots are added to all days of the week, including weekends. However, there is currently no facility available for including slots only on weekdays.Proposed Solution
only weekdays
, which will add slots only to the weekdays.null
value. If the value isnull
, the system will trigger an alert message and prevents the form submission.To facilitate the solution, the following steps will be required:
slot creation
system.The text was updated successfully, but these errors were encountered: