-
Notifications
You must be signed in to change notification settings - Fork 1
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
Playground
: Side-by-Side Expert Evaluation
#345
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bafba4b - Browse repository at this point
Copy the full SHA bafba4bView commit details
Commits on Sep 23, 2024
-
Optionally hide details from inline feedback
Adds an attribute (false by default) that allows hiding the detail header (References / unreferenced, Grading Criterion ID etc.) from inline feedback.
Configuration menu - View commit details
-
Copy full SHA for 114a20c - Browse repository at this point
Copy the full SHA 114a20cView commit details -
Add expert view and temporary auxilaries
Adds the expert view and auxiliary data and an auxiliary button to access the expert view temporarily in testing
Configuration menu - View commit details
-
Copy full SHA for b9db380 - Browse repository at this point
Copy the full SHA b9db380View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97b77a6 - Browse repository at this point
Copy the full SHA 97b77a6View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 350809a - Browse repository at this point
Copy the full SHA 350809aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aedab07 - Browse repository at this point
Copy the full SHA aedab07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899b763 - Browse repository at this point
Copy the full SHA 899b763View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a8678f - Browse repository at this point
Copy the full SHA 3a8678fView commit details -
Add Markdown Support for Metric Descriptions
- Replaced sanitize-html with Markdown rendering for metric descriptions. - Simplified the process of editing descriptions by allowing Markdown syntax. - Improved visualization of descriptions in popups and during the editing process, enhancing the user experience and readability.
Configuration menu - View commit details
-
Copy full SHA for 833a3db - Browse repository at this point
Copy the full SHA 833a3dbView commit details -
Consolidate Metric and ExpertEvaluationConfig Definitions in Model
- Refactored the Metric type, which was previously defined in two separate locations, to now consistently use the Metric type from the model. - Moved the ExpertEvaluationConfig definition from the evaluation_management component to the model, enabling reuse across multiple components for better maintainability and consistency.
Configuration menu - View commit details
-
Copy full SHA for 455546d - Browse repository at this point
Copy the full SHA 455546dView commit details -
Refactor Exercise Selection Logic and Fix Config Sync Bug
- Fixes an issue where switching the ExpertEvaluationConfig via the dropdown did not correctly update the selected exercises. - Refactors the ExpertEvaluationExerciseSelect component to simplify its structure by moving data fetching and error handling to the child component. - Ensures proper synchronization of selected exercises between the parent and child components. - Implements better separation of concerns by letting the parent manage state while the child handles fetching and rendering exercises. - Adds multiple exercise selection capability with clear communication between the parent and child components. This commit improves code clarity, ensures reliable state management, and enhances user experience during config switching and exercise selection.
Configuration menu - View commit details
-
Copy full SHA for 1d848e5 - Browse repository at this point
Copy the full SHA 1d848e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 291a0f8 - Browse repository at this point
Copy the full SHA 291a0f8View commit details
Commits on Oct 8, 2024
-
Improvements to ExpertEvaluationConfig
- Added creationDate Attribute to better distinguish configs with same name. - Added eager loading of submissions and categorizedFeedbacks in multiple_exercises_select for simpler access.
Configuration menu - View commit details
-
Copy full SHA for 8c6bad3 - Browse repository at this point
Copy the full SHA 8c6bad3View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18702d1 - Browse repository at this point
Copy the full SHA 18702d1View commit details -
Make Header Sticky and Optimize Layout in Expert View Header
- Made the header in the expert view of the side-by-side tool sticky, allowing experts to navigate more efficiently without needing to scroll back to the top after each evaluation. - Reduced the header’s footprint, giving more screen space for critical evaluation features and improving overall usability. - Enhanced the visual appeal by adding a cleaner, more functional progress bar for tracking evaluation progress.
Configuration menu - View commit details
-
Copy full SHA for 249c5f8 - Browse repository at this point
Copy the full SHA 249c5f8View commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed75936 - Browse repository at this point
Copy the full SHA ed75936View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a661d15 - Browse repository at this point
Copy the full SHA a661d15View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bbc3dd - Browse repository at this point
Copy the full SHA 1bbc3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c5fa4 - Browse repository at this point
Copy the full SHA d9c5fa4View commit details -
Added started attribute to EvaluationConfig
Once an evaluation is started, the user is not able to change it anymore.
Configuration menu - View commit details
-
Copy full SHA for 92502f0 - Browse repository at this point
Copy the full SHA 92502f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c54297 - Browse repository at this point
Copy the full SHA 9c54297View commit details -
Enables the researchers to create links for the expert evaluation. The experts can access the side by side tool with the links
Configuration menu - View commit details
-
Copy full SHA for c69d83f - Browse repository at this point
Copy the full SHA c69d83fView commit details -
Merge branch 'feature/side-by-side-tool' of https://github.com/ls1int…
…um/Athena into feature/side-by-side-tool
Configuration menu - View commit details
-
Copy full SHA for 50f1e29 - Browse repository at this point
Copy the full SHA 50f1e29View commit details -
When an experiment is started, no new metrics can be added. Therefor, the new metric form is now hidden accordingly.
Configuration menu - View commit details
-
Copy full SHA for af54e7f - Browse repository at this point
Copy the full SHA af54e7fView commit details -
- If disabled, buttons are hidden form the evaluation management rather than disabling them. - Use section instead of labels if fitting
Configuration menu - View commit details
-
Copy full SHA for 8c51d61 - Browse repository at this point
Copy the full SHA 8c51d61View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c15ca5 - Browse repository at this point
Copy the full SHA 8c15ca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da3ef6 - Browse repository at this point
Copy the full SHA 3da3ef6View commit details -
Replace Exercise Selection with Import
Integrated ExerciseImport into EvaluationManagement for better exercise management. Removed selection of multiple exercises via checkboxes.
Configuration menu - View commit details
-
Copy full SHA for 25a23c5 - Browse repository at this point
Copy the full SHA 25a23c5View commit details -
- Moved edit an remove button to the side of metrics to save some space
Configuration menu - View commit details
-
Copy full SHA for 9c82b87 - Browse repository at this point
Copy the full SHA 9c82b87View commit details -
Remove temporary header with redirect to expert view
- Since the expert view is working properly and since we can create proper expert links, this component is not needed anymore.
Configuration menu - View commit details
-
Copy full SHA for c573e81 - Browse repository at this point
Copy the full SHA c573e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6738d3 - Browse repository at this point
Copy the full SHA f6738d3View commit details
Commits on Oct 22, 2024
-
- Adding existing ExerciseDetail component to Exercise Detail Popub
Configuration menu - View commit details
-
Copy full SHA for 6402a92 - Browse repository at this point
Copy the full SHA 6402a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 232e680 - Browse repository at this point
Copy the full SHA 232e680View commit details -
Configuration menu - View commit details
-
Copy full SHA for fadfc0c - Browse repository at this point
Copy the full SHA fadfc0cView commit details -
Merge remote-tracking branch 'origin/feature/side-by-side-tool' into …
…feature/side-by-side-tool
Configuration menu - View commit details
-
Copy full SHA for c82d41a - Browse repository at this point
Copy the full SHA c82d41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b78d3 - Browse repository at this point
Copy the full SHA 65b78d3View commit details -
Merge branch 'feature/side-by-side-tool' of https://github.com/ls1int…
…um/Athena into feature/side-by-side-tool
Configuration menu - View commit details
-
Copy full SHA for 288eb06 - Browse repository at this point
Copy the full SHA 288eb06View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b42a6cf - Browse repository at this point
Copy the full SHA b42a6cfView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fa25b8 - Browse repository at this point
Copy the full SHA 1fa25b8View commit details
Commits on Oct 26, 2024
-
- Added Download button to the evaluation management. The button can be used to download all current evaluation results once the evaluation was started. - Added basic authentication against an environment variable on the playground - Edited export endpoint to only allow export of certain directories if the playground secret was provided
Configuration menu - View commit details
-
Copy full SHA for dc13d66 - Browse repository at this point
Copy the full SHA dc13d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7361a3 - Browse repository at this point
Copy the full SHA c7361a3View commit details -
- Removed two unused files - Applied some code style to a few files. This should decrease the number of changed LoC
Configuration menu - View commit details
-
Copy full SHA for b4e2561 - Browse repository at this point
Copy the full SHA b4e2561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6307158 - Browse repository at this point
Copy the full SHA 6307158View commit details -
Improve Evaluation Management UX
- Added possibility to cancel changes - Changed saving behaviour -> only saves when the user clicks the save button - Save button now is disabled when no changes where made. This should give the user a better visual feedback that the save was performed. - Streamlined update function and corresponding onChange functions
Configuration menu - View commit details
-
Copy full SHA for 141ec5d - Browse repository at this point
Copy the full SHA 141ec5dView commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77f8432 - Browse repository at this point
Copy the full SHA 77f8432View commit details -
Minor improvements in evaluation management
- Fixed import - Aligned color of add metric button with other green buttons - Aligned start evaluation button to be on same line as other buttons
Configuration menu - View commit details
-
Copy full SHA for b023c4c - Browse repository at this point
Copy the full SHA b023c4cView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebdf6cd - Browse repository at this point
Copy the full SHA ebdf6cdView commit details -
Merge remote-tracking branch 'origin/feature/side-by-side-tool' into …
…feature/side-by-side-tool # Conflicts: # playground/src/helpers/get_data.ts # playground/src/pages/[expert_evaluation_config_id]/[expert_id]/expert_view.tsx
Configuration menu - View commit details
-
Copy full SHA for 1bebc08 - Browse repository at this point
Copy the full SHA 1bebc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6675c3 - Browse repository at this point
Copy the full SHA b6675c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c4f3d - Browse repository at this point
Copy the full SHA d6c4f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a81e36 - Browse repository at this point
Copy the full SHA 7a81e36View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30ab9c1 - Browse repository at this point
Copy the full SHA 30ab9c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 640dd47 - Browse repository at this point
Copy the full SHA 640dd47View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f816c - Browse repository at this point
Copy the full SHA b7f816cView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 754e5b4 - Browse repository at this point
Copy the full SHA 754e5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a87d710 - Browse repository at this point
Copy the full SHA a87d710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd0694 - Browse repository at this point
Copy the full SHA 5cd0694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0732771 - Browse repository at this point
Copy the full SHA 0732771View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c208a9d - Browse repository at this point
Copy the full SHA c208a9dView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 646706d - Browse repository at this point
Copy the full SHA 646706dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 508da73 - Browse repository at this point
Copy the full SHA 508da73View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30c8a0b - Browse repository at this point
Copy the full SHA 30c8a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2610656 - Browse repository at this point
Copy the full SHA 2610656View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2b271 - Browse repository at this point
Copy the full SHA cc2b271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3066a74 - Browse repository at this point
Copy the full SHA 3066a74View commit details -
Merge remote-tracking branch 'origin/feature/side-by-side-tool' into …
…feature/side-by-side-tool # Conflicts: # playground/src/components/expert_evaluation/expert_view/congratulation_screen.tsx # playground/src/components/expert_evaluation/expert_view/exercise_screen.tsx # playground/src/components/expert_evaluation/expert_view/welcome_screen.tsx # playground/src/pages/[expert_evaluation_config_id]/[expert_id]/expert_view.tsx
Configuration menu - View commit details
-
Copy full SHA for f669003 - Browse repository at this point
Copy the full SHA f669003View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b8daa9 - Browse repository at this point
Copy the full SHA 0b8daa9View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca11105 - Browse repository at this point
Copy the full SHA ca11105View commit details -
- Formatted code using VSCode to reduce overall changed LOC. - Consistent function headers for new react components
Configuration menu - View commit details
-
Copy full SHA for baf3867 - Browse repository at this point
Copy the full SHA baf3867View commit details -
I accidentally deleted the wrong file. It's now restored and the correct file is deleted.
Configuration menu - View commit details
-
Copy full SHA for 308ef5d - Browse repository at this point
Copy the full SHA 308ef5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4238ae - Browse repository at this point
Copy the full SHA d4238aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1438780 - Browse repository at this point
Copy the full SHA 1438780View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af8c89e - Browse repository at this point
Copy the full SHA af8c89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d73a07f - Browse repository at this point
Copy the full SHA d73a07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1856f2 - Browse repository at this point
Copy the full SHA b1856f2View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd3fba8 - Browse repository at this point
Copy the full SHA bd3fba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9c852 - Browse repository at this point
Copy the full SHA 9d9c852View commit details