deobhushan88 / fleaparking

Repository for fleaparking app and backend
0 stars 0 forks source link

Generate QR code for printing out when a parking space is added #18

Open deobhushan88 opened 9 years ago

deobhushan88 commented 9 years ago

Description As a parking space owner, I want to be able to generate a QR code which I can print out and place at my parking space, so that the parking space can be accurately identified and used.

Acceptance Criteria

amodrege commented 9 years ago

Got it! On Mar 2, 2015 3:16 PM, "Bhushan Deo" notifications@github.com wrote:

Assigned #18 https://github.com/deobhushan88/fleaparking/issues/18 to @amodrege https://github.com/amodrege.

— Reply to this email directly or view it on GitHub https://github.com/deobhushan88/fleaparking/issues/18#event-244818266.

deobhushan88 commented 9 years ago

@amodrege Two requirements:

  1. As the title of this issue states, we need to generate a unique QR code associated with a parking space, from some unique string perhaps.
  2. You know the flow of "check in to parking space" for our app. Can refer to 295a report if needed for this. In this flow, we need the parker to scan the QR code associated with the parking space (QR code is printed out and placed near that parking space) with our app, so that they can be checked in.

Please research how we can do this using native Android libraries, and if not available there, then what 3rd party libraries can be used to achieve both these requirements.

deobhushan88 commented 9 years ago

@GauravBhardwaj this also requires email service at backend which can send QR code to the user.

deobhushan88 commented 9 years ago

As per discussion, when a parking space is added, the QR code will actually be generated in the backend and string will be sent back to the app to associate with a parking space object (if required).