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

Feature/end session functionality #43

Merged
merged 9 commits into from
Jan 9, 2024

Conversation

buckhalt
Copy link
Member

Implements functionality after participant clicks "finish" on the finish interview screen:

  • Shows a dialog asking them to confirm, because their responses won't be able to be changed once they continue.
  • If they continue, redirects to a thank you for participating page (/interview/finished), and update finishedAt
  • Implements a check in the interview route for if the interview is finished, which if true redirects to the thank you page.

Copy link

vercel bot commented Dec 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fresco ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 21, 2023 9:17pm

move check for finishTime to interviewshell bc it is client component and bc its already fetching interview
Copy link
Collaborator

@mrkarimoff mrkarimoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks great to me! Well done Caden!

@jthrilly jthrilly merged commit 1fd9ee8 into main Jan 9, 2024
3 checks passed
@jthrilly jthrilly deleted the feature/end-session-functionality branch April 16, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants