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

User should be able to mark a visit to establishment #30

Closed
agneym opened this issue Jul 16, 2020 · 1 comment · Fixed by #35
Closed

User should be able to mark a visit to establishment #30

agneym opened this issue Jul 16, 2020 · 1 comment · Fixed by #35
Assignees
Milestone

Comments

@agneym
Copy link
Contributor

agneym commented Jul 16, 2020

When user scans a QR code (#3), the details from QR code (#5) needs to be send to the backend.

Here a "Visit" is created with details of:

  • current user
  • current time as entry time
  • establishment identifier (from scanned QR code)
  • empty exit time

For expansion purposes, would like to have Visit to have polymorphic link to Establishment as other types could be added in the future.

@unnitallman
Copy link
Contributor

I will pick this up @agneym

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

Successfully merging a pull request may close this issue.

2 participants