-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to deploy/hammer #748
Commits on Aug 21, 2023
-
Update browserslist and caniuse-lite (#738)
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 189227b - Browse repository at this point
Copy the full SHA 189227bView commit details
Commits on Aug 22, 2023
-
* fix login page route Signed-off-by: Teo Koon Peng <[email protected]> * also fix default route Signed-off-by: Teo Koon Peng <[email protected]> * fix redirect Signed-off-by: Teo Koon Peng <[email protected]> --------- Signed-off-by: Teo Koon Peng <[email protected]>
Teo Koon Peng authoredAug 22, 2023 Configuration menu - View commit details
-
Copy full SHA for dec13be - Browse repository at this point
Copy the full SHA dec13beView commit details
Commits on Aug 24, 2023
-
Update task creation form (#743)
* Rename place to waypoint Signed-off-by: Aaron Chong <[email protected]> * Reduce delivery form requirements to just pickup and dropoff waypoint names Signed-off-by: Aaron Chong <[email protected]> * Adding WaypointCollection, which filters each waypoint type, display waypoint options only for that type Signed-off-by: Aaron Chong <[email protected]> * Disable menu item if task is unavailable Signed-off-by: Aaron Chong <[email protected]> * Fix error of passing a value to element by int instead of string Signed-off-by: Aaron Chong <[email protected]> * Using patrol instead of loop Signed-off-by: Aaron Chong <[email protected]> * Fix documentation and create-task story Signed-off-by: Aaron Chong <[email protected]> * Revert to Place, as Waypoint implies routes Signed-off-by: Aaron Chong <[email protected]> * Revert changes to variable names Signed-off-by: Aaron Chong <[email protected]> * Refactor if case Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1412804 - Browse repository at this point
Copy the full SHA 1412804View commit details -
Making default zoom levels a single source of truth (#747)
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54c4d3a - Browse repository at this point
Copy the full SHA 54c4d3aView commit details -
Fixing missing handler delivery task description (#745)
* Fixing missing handler delivery task description Signed-off-by: Aaron Chong <[email protected]> * Fix lint Signed-off-by: Aaron Chong <[email protected]> * Disabled delivery when either pickup or dropoff points are empty Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09f0466 - Browse repository at this point
Copy the full SHA 09f0466View commit details
Commits on Aug 25, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b6daddc - Browse repository at this point
Copy the full SHA b6daddcView commit details