-
Notifications
You must be signed in to change notification settings - Fork 7
MIGRATED: fix(token): token duration update #20
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Added time duration to assessment and created candidate token based on assessment duration.
PR Type
Enhancement, Bug fix
Description
Added dynamic token duration based on exam settings.
Implemented timeout handling and user notifications in assessments.
Enhanced UI for exam duration display and settings.
Updated backend to support exam-specific token durations.
Changes walkthrough 📝
11 files
Added `examId` to candidate creation payload.
Added timeout handling and navigation on assessment expiry.
Enhanced timer with timeout logic and user notifications.
Added duration handling and saving logic for exams.
Displayed exam duration in hours and minutes.
Updated exam settings to handle duration changes dynamically.
Integrated timer into code editor for assessment timeout.
Added `examId` to candidate schema and `duration` to exam schema.
Updated JWT creation to support custom durations.
Adjusted candidate creation to include exam-specific token duration.
Updated timer styles for better visibility.
1 files
Minor formatting update in exam API service.