forked from josedvq/covfee
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve UX for the continuous annotation task for clarity #23
Comments
ONGOING WORK
|
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Mar 28, 2024
- Improved instructions on testing the annotation key before starting to annotate - Implemented logic to hide the instructions bar on the left and increase the size of the video player
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 18, 2024
- Improved instructions on testing the annotation key before starting to annotate - Implemented logic to hide the instructions bar on the left and increase the size of the video player
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 18, 2024
…mponents - Created a separate component for the Gallery and the participant image crop - Created a separate component for the "Instructions sidebar" so the main file is cleaner - Created a separate component for the TaskProgress so the main file is cleaner - Minor style modifications, such as reducing the width of the right sidebar
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Improved instructions about practicing with the annotation key before - Implemented logic to hide the instructions bar on the left and increase the size of the video player annotate - Created a separate component for the Gallery and the participant image crop - Created a separate component for the "Instructions sidebar" so the main file is cleaner - Created a separate component for the TaskProgress so the main file is cleaner - Created a separate component for the flashscreen - Minor style modifications, such as reducing the width of the right sidebar
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Improved instructions about practicing with the annotation key before - Implemented logic to hide the instructions bar on the left and increase the size of the video player annotate - Created a separate component for the Gallery and the participant image crop - Created a separate component for the "Instructions sidebar" so the main file is cleaner - Created a separate component for the TaskProgress so the main file is cleaner - Created a separate component for the flashscreen - Minor style modifications, such as reducing the width of the right sidebar
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Improved instructions about practicing with the annotation key before - Implemented logic to hide the instructions bar on the left and increase the size of the video player annotate - Created a separate component for the Gallery and the participant image crop - Created a separate component for the "Instructions sidebar" so the main file is cleaner - Created a separate component for the TaskProgress so the main file is cleaner - Created a separate component for the flashscreen - Minor style modifications, such as reducing the width of the right sidebar
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Video playback can be freely controlled while the there is not an active annotations process using the standard controls - When the annotations start, the video playback resets to start and video controls are hidden. - Now hiding the annotation tips when the annotation process stops - Renamed the playbackStatus variable to convey that it is strongly linked to cam view change events.
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Removed the height prop from the ContentContainer. It was causing clipping issues - Added a notification each time an annotation buffer is to be uploaded - Moved the Modal "Can't find participant" dialog to the InstructionsSidebar - Added a button to open the video tutorial in a separate tab - Slight improvements on instructions text - Added an argument to the ContinuousAnnotationTaskSpec to include the video tutorial url
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Video playback can be freely controlled while the there is not an active annotations process using the standard controls - When the annotations start, the video playback resets to start and video controls are hidden. - Now hiding the annotation tips when the annotation process stops - Renamed the playbackStatus variable to convey that it is strongly linked to cam view change events. - Removed the height prop from the ContentContainer. It was causing clipping issues - Added a notification each time an annotation buffer is to be uploaded - Moved the Modal "Can't find participant" dialog to the InstructionsSidebar - Added a button to open the video tutorial in a separate tab - Slight improvements on instructions text - Added an argument to the ContinuousAnnotationTaskSpec to include the video tutorial url
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Video playback can be freely controlled while the there is not an active annotations process using the standard controls - When the annotations start, the video playback resets to start and video controls are hidden. - Now hiding the annotation tips when the annotation process stops - Renamed the playbackStatus variable to convey that it is strongly linked to cam view change events. - Removed the height prop from the ContentContainer. It was causing clipping issues - Added a notification each time an annotation buffer is to be uploaded - Moved the Modal "Can't find participant" dialog to the InstructionsSidebar - Added a button to open the video tutorial in a separate tab - Slight improvements on instructions text - Added an argument to the ContinuousAnnotationTaskSpec to include the video tutorial url
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
- Video playback can be freely controlled while the there is not an active annotations process using the standard controls - When the annotations start, the video playback resets to start and video controls are hidden. - Now hiding the annotation tips when the annotation process stops - Renamed the playbackStatus variable to convey that it is strongly linked to cam view change events. - Removed the height prop from the ContentContainer. It was causing clipping issues - Added a notification each time an annotation buffer is to be uploaded - Moved the Modal "Can't find participant" dialog to the InstructionsSidebar - Added a button to open the video tutorial in a separate tab - Slight improvements on instructions text - Added an argument to the ContinuousAnnotationTaskSpec to include the video tutorial url
Kenneth-Funes-TU-Delft
added a commit
that referenced
this issue
Apr 19, 2024
…eted task - Better guidance to the user when the task is completed. Not showing the completion code, but redirecting to prolific on submit - Killed the existing prolific academic pop up which was being eventually called with the props.onSubmit logic, and replaced by local logic with better user experience - Created a TaskAlreadyCompleted component that blocks access to the task (and data therein) when the results have been submitted to covfee - Minor text improvements.
Era-Dorta
added a commit
that referenced
this issue
Apr 22, 2024
#42) Better guidance related to task completion and accessing a completed task - Fixes #23 - Better guidance to the user when the task is completed. Not showing the completion code, but redirecting to prolific on submit - Killed the existing prolific academic pop up which was being eventually called with the props.onSubmit logic, and replaced by local logic with better user experience - Created a TaskAlreadyCompleted component that blocks access to the task (and data therein) when the results have been submitted to covfee - Minor text improvements. --------- Co-authored-by: Era Dorta <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The continuous annotation task UI has been mostly finalized, but the following elements need to be taking into account:
The text was updated successfully, but these errors were encountered: