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

Create User Story #1

Closed
aitikgupta opened this issue Mar 25, 2021 · 1 comment
Closed

Create User Story #1

aitikgupta opened this issue Mar 25, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@aitikgupta
Copy link
Member

Drop in the user's perspective of the application.

@aitikgupta
Copy link
Member Author

  1. User will register.
  2. A unique hash will be created for that user, stored in a database.
  3. User will upload an image.
  4. Image will be passed to the backend.
  5. First Decoder will decode the image to get a hash from image.
  6. If that hash is matched with any other hash in the database, that user data is sent to the frontend.
  7. If that hash is not matched, the current user's hash will be passed to Encoder.
  8. Encoder will embed that hash in the image, and the current user data is sent to the frontend.
  9. Ideally, every new user will have a new hash and that user's data will be sent to frontend.
  10. With the user data, the Image component will have a footer with the user's data. (No verify button)
  11. In both cases, user data is sent back from the backend, if there is mismatch, show it in frontend.

@aitikgupta aitikgupta added documentation Improvements or additions to documentation question Further information is requested labels Apr 3, 2021
@aitikgupta aitikgupta pinned this issue Apr 3, 2021
bodhisha pushed a commit that referenced this issue Apr 17, 2021
Get Up-to-date with main repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant