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
Sometimes employers create shifts in bulks, and later on, something happens that makes the shifts useless. Now, they have to delete every shift individually.
Shifts should have the option to get deleted in bulks, for a better user experience. This is needed on the page "Shift Details"
To open the "Shift Details" page, go to the "Dashboard" page, click on "Open Shifts," then click on "View all."
Solution:
Add a button to delete shifts based on two chosen dates.
Solution Steps:
Add two input fields for the start and end of the date range. Then, add a button that deletes shifts based on that date range
Once finished, run all the tests provided in the repo to make sure that your integration was successful
Create a pull request so that your code can be evaluated by the Lead Developer before deployment.
Keep an eye out for any new bugs that arise after the change is deployed to the code.
The text was updated successfully, but these errors were encountered:
Add option to delete shifts in bulk
Issue:
Sometimes employers create shifts in bulks, and later on, something happens that makes the shifts useless. Now, they have to delete every shift individually.
Shifts should have the option to get deleted in bulks, for a better user experience. This is needed on the page "Shift Details"
To open the "Shift Details" page, go to the "Dashboard" page, click on "Open Shifts," then click on "View all."
Solution:
Add a button to delete shifts based on two chosen dates.
Solution Steps:
The text was updated successfully, but these errors were encountered: