-
Notifications
You must be signed in to change notification settings - Fork 21
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
Facility Self Checkin via Link #154
Comments
This will allow contacts to check-in facilities based on a token sent by Bmore-Responsive. This allows for check-in without a login/password by authorized contacts. resolves #154
Performed some quick testing with the Simpson data. Was able to get email sent, perform a check-in, refresh and perform another check-in and validate that the data was written to the entity table. Followed these steps. "relationshipTitle": [ It seems to be working with some minor issues. More detailed testing is definitely needed. Just wanted to share what I was able to complete. I can test more this weekend if needed. Thanks. |
I added the contact and entity id stuff early on but have pushed that functionality back to a future release. I've updated swagger to reflect this. |
Jason, This looks really good. I tested and confirmed that:
The only thing that I found to be confusing is that after a check-in is completed via the email link, no success message is displayed, it just appears to log the user out. I think a success message or success email may be helpful - #169 Overall, my opinion is that this looks great. I can validate that the check-in link expires after 24 hours tomorrow morning. Please let me know if there is anything else you would like for me to test related to this. Thanks! |
That's a good idea! I'll see if I can add that real quick. |
User Story
As a Facility User
I'd like to respond to checkin questions directly
So that I can provide timely info to the city when most convenient to me
Acceptance Criteria
Notes
Thinking that we may want to notify other contacts when checkin is complete and possibly invalidate their links too. Not sure how many facilities have multiple valid email contacts.
In future show history of many checkins for a factility.
The text was updated successfully, but these errors were encountered: