Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merchant should be able generate a QR code from the application #5

Closed
agneym opened this issue Jul 14, 2020 · 3 comments
Closed

Merchant should be able generate a QR code from the application #5

agneym opened this issue Jul 14, 2020 · 3 comments
Assignees
Milestone

Comments

@agneym
Copy link
Contributor

agneym commented Jul 14, 2020

For MVP, merchant does not need to have a login to application.

The merchant page should enable to collect:

  • Establishment name
  • Phone number
  • Address

This has to be saved on to the database and a QR code is generated.

QR code contains following details:

  • typeof "establishment" (this is for extension purposes later on, other types can be added)
  • backend identifier for merchant/establishment
@agneym agneym added this to the MVP milestone Jul 14, 2020
@agneym
Copy link
Contributor Author

agneym commented Jul 15, 2020

Backend and API integration is pending on this ticket.

@midhun-at-vineti
Copy link
Contributor

midhun-at-vineti commented Jul 16, 2020

@agneym Picking this up.

NOTE:
This issue only tracks the generation of QR code that is linked to a uuid.

Logical Flow of this API:

  • When Merchant user posts the merchant information to the backend
    • The backend system creates a merchant record in the db, with a uuid field.

Logical Flow of QR Code Generator on the back end:

  • Given a record with a universal uniq identifier, it generates a QR code that exposes only this uniq identifier

@agneym
Copy link
Contributor Author

agneym commented Jul 16, 2020

@midhun-at-vineti Would like the QR code to also hold a type of operator.

  • typeof "establishment" (this is for extension purposes later on, other types can be added)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants