-
Notifications
You must be signed in to change notification settings - Fork 1
Project Roadmap
-
Abilities
-
Drivers can scan in client information via a QR Code
-
Drivers can Navigate to client's location via Google Navigation and Maps
-
Drivers can fill out a review form that relays information back to MOW via e-mail.
-
Form includes: (a) Clients perceived mood (b) The state of client's residence (c) Notes
-
Information scanned via QR code would be stored in SQLite database on phone
-
Options for removing data could be
-
- Delete all data in database table once last route has been checked in
-
-
Delete all data in database table once 24 hours has passed from time of QR Code scan
-
-
- If driver has to return to distribution center after last delivery, then we have them scan a "Delete Information" QR Code
-
Requirements
-
No infrastructure investment needed
-
Change in MOW procedures (adding a QR Code to paper maps)
-
Software to create QR Codes
-
Abilities
-
Driver can "Check In" at the house when they arrive. This will alert MOW that driver has arrived
-
Driver can cancel route from phone while simultaneously sending out a alert calling for a substitute.
-
Drivers can get badges for accomplishments (100th meal delivered, Most meals delivered, Perfect Attendance, STAR Driver, etc)
-
Requirements
-
Database
-
Track Check-Ins
-
Track Badges
-
Track Calls for Substitutes
-
Database API
-
Abilities
-
Drivers can respond to call for substitute
-
Drivers can look at a list view or possibly map view of Drivers who need a sub
-
Drivers can view a scoreboard showing them the "Badges" other drivers have received and where everyone ranks
-
Requirements
-
Database
-
Track responses to sub calls
-
Track who needs a sub and provide that info to app when requested
-
Track and provide scoreboard metrics
-
Database API