-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete the entire recurring event or only the selected event (#742)
* Add routes to delete only one job Signed-off-by: angatupyry <[email protected]> * Add except date to cancel a job Signed-off-by: angatupyry <[email protected]> * Testing clear only one job Signed-off-by: angatupyry <[email protected]> * Remove unused endpoint Signed-off-by: angatupyry <[email protected]> * Delete all jobs and create again when except date is included this week Signed-off-by: angatupyry <[email protected]> * Show event or not depending of the except date Signed-off-by: angatupyry <[email protected]> * Fix comment to explain the code better Signed-off-by: angatupyry <[email protected]> * Add except date to the Schedule task and remove from ScheduleTaskschedule Signed-off-by: angatupyry <[email protected]> * Create a endpoint to add a except date to the array and check whether or not the curretn date is include in the array of except_dates Signed-off-by: angatupyry <[email protected]> * Adding control in order to show events Signed-off-by: angatupyry <[email protected]> * Add confirmation popup to delete one event or all events Signed-off-by: angatupyry <[email protected]> * Sort alphabetical order Signed-off-by: angatupyry <[email protected]> * Remove console.log Signed-off-by: angatupyry <[email protected]> * Using throw error to show message in console Signed-off-by: angatupyry <[email protected]> * Change the endpoint and endpoint parameters to make them more accurate and understandable. Signed-off-by: angatupyry <[email protected]> --------- Signed-off-by: angatupyry <[email protected]>
- Loading branch information
1 parent
09f0466
commit b6daddc
Showing
6 changed files
with
279 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.