Skip to content
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

Closed
wants to merge 6 commits into from
Closed

Port to deploy/hammer #748

wants to merge 6 commits into from

Commits on Aug 21, 2023

  1. Update browserslist and caniuse-lite (#738)

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    189227b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. fix login page route (#740)

    * 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 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    dec13be View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. 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]>
    aaronchongth authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1412804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c4d3a View commit details
    Browse the repository at this point in the history
  3. 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]>
    aaronchongth authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    09f0466 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. 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]>
    Angatupyry authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b6daddc View commit details
    Browse the repository at this point in the history