Add Test Scheduling with Dashboard Integration and Fix Study Creation#1685
Open
abhaygoudannavar wants to merge 4 commits intoruxailab:developfrom
Open
Add Test Scheduling with Dashboard Integration and Fix Study Creation#1685abhaygoudannavar wants to merge 4 commits intoruxailab:developfrom
abhaygoudannavar wants to merge 4 commits intoruxailab:developfrom
Conversation
|
Author
|
@marcgc21 is the feature good? |
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.



closes #1684
Feature Description
Implemented a comprehensive test scheduling system that allows researchers to set specific dates, times, and notes for usability studies. This scheduled information is then surfaced on the researcher's dashboard for easy tracking. Additionally, fixed critical bugs related to study creation persistence and dashboard visibility.
Key Components:
scheduledDate,scheduledTime,scheduledNotes, and notification preferences.Motivation
Researchers needed a way to plan studies in advance and see a consolidated view of upcoming sessions. The previous system lacked a dedicated scheduling field (relying only on generic start/end dates) and had issues where newly created studies would not appear in the dashboard until a manual reload/creation would fail due to serialization errors.
Expected Behaviour
Additional Info (Technical Implementation)
UserController.addStudyToUsernow properly serializes the StudyAdmin class instance to a plain object before saving to Firestore.scheduledDateandscheduledTimefields for preciseDateobject sorting.Result