Open rshah98626 opened 4 years ago
Good link for QR code generation: https://www.avanderlee.com/swift/qr-code-generation-swift/
We're going to use one time codes to implement this feature.
Front End: Allow rider to see a one time code when ride is about to start and have the driver access a screen where they can enter in all the one time codes. After all the codes are entered, the During the Ride View should be shown (#47). Also allow a driver or rider to report that a driver/rider never showed up.
Backend: Have states for a given ride and generate codes at appropriate times to supply the front-end with the information needed.
Figure out how to start and end ride. Maybe through QR codes.