rshah98626 / PoolCar

Pool it up!
0 stars 0 forks source link

Starting & Ending Ride with One Time Code #5

Open rshah98626 opened 4 years ago

rshah98626 commented 4 years ago

Figure out how to start and end ride. Maybe through QR codes.

rshah98626 commented 4 years ago

Good link for QR code generation: https://www.avanderlee.com/swift/qr-code-generation-swift/

rshah98626 commented 4 years ago

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.