Add backup riders feature - #442
Merged
Merged
Conversation
Dispatchers can now view people who have signed up to be backup riders in the campaign show view. Backup riders can be converted to regular riders which can then be assigned to tasks.
fetching location is unecessary.
We don't need data-confirmations on the cancelling of backup riders on same day campaigns, I don't think.
teesloane
marked this pull request as ready for review
August 20, 2025 13:52
teesloane
force-pushed
the
feat/backup-riders
branch
from
August 25, 2025 15:39
d99472b to
d3ef9c0
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
This PR implements a backup-rider system for delivery campaigns. The feature allows dispatchers to add backup riders who can be quickly converted to regular riders if needed, and prevents backup riders from signing up for specific tasks.
Product update: When this code merges, It will be possible for riders to sign up as a backup rider on the campaign signup page. For Dispatchers, backup riders will be visible in the campaign rider list, where they can be messaged, or converted to regular riders.
Notes
Database Schema Changes
UI/UX Changes
Test Coverage
Checklist before requesting a review
about this update in the description above.