273 monument checkout functionality#275
Open
navaneeth0041 wants to merge 2 commits intoAOSSIE-Org:developfrom
Open
273 monument checkout functionality#275navaneeth0041 wants to merge 2 commits intoAOSSIE-Org:developfrom
navaneeth0041 wants to merge 2 commits intoAOSSIE-Org:developfrom
Conversation
Member
|
I initially added the check in feature only to add a post to the user's profile so that they don't fake their visits. I'm not sure if we should have a check out state in this case. We could maybe overhaul the check-in thing. Do you know of any apps that make use of the check-in check-out functionality? Curious to see |
Contributor
Author
|
so, instead of this should I make a log or a dedicated section to show monuments which have checked-in? |
Contributor
Author
|
and also what if someone does check-in and later thinks about removing it? |
Member
|
Maybe let users check-in once a day to log multiple entries of them visiting the same monument. So the check-in state should reset every 24 hours. Let's wait for appwrite migration to implement this? Since firebase functions aren't free |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds monument checkout functionality to complete the visit lifecycle. Currently, users can check in to monuments but have no way to complete or end their visit, leaving user data in an incomplete state. This implementation adds a "Check Out" button that replaces the "Check In" button when a user is already checked in, with a confirmation dialog that matches the existing design pattern.
Fixes #274
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
2025-03-06.20-48-18.mp4
Checklist:
Maintainer Checklist