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

If user does not check out the checkin will not be stored #40

Open
koos opened this issue Jun 24, 2021 · 3 comments
Open

If user does not check out the checkin will not be stored #40

koos opened this issue Jun 24, 2021 · 3 comments
Labels

Comments

@koos
Copy link
Member

koos commented Jun 24, 2021

If the user will not check out the checkin will be lost in the history of checkins.
We should be persisting the checkin and somehow check if it's still active or not.

@koos koos added the abnahme label Jun 24, 2021
@stringparser
Copy link

stringparser commented Jun 24, 2021

So currently we store the check-in as soon as the user checked-in. Beforehand, when the QR code was just scanned is not stored yet. We can change this and store the check-in as soon as the QR code is scanned.

@koos
Copy link
Member Author

koos commented Jun 24, 2021

We should store the checkin with the 'checkin' process.

@koos
Copy link
Member Author

koos commented Jun 24, 2021

1. Scan Trigger

  • save an entry only for supported providers, logo, time of the scan and the date
  • save an entry only for not supported providers: url, and the logo (favicon), if not there don't show, time, scan and the date time
    2. Checkin Trigger
  • update the 'scan' entry with the actual venue, checkin time etc.
  • not supported providers: do nothing
    3. Checkout Trigger
  • just add the checkout time
    4. The trigger that is not triggered
  • if the service does a automatic checkout (eg. recover after 4hours or the owner does a checkout) then the record should be saved and update after 24 hours (show: ausgecheckt durch service)

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

No branches or pull requests

2 participants