Releases: Clean-CaDET/platform-tutor-ui-web
Releases · Clean-CaDET/platform-tutor-ui-web
v2.30.1
v2.30.0
v2.29.1
v2.29.0
2.29.0 (2024-10-31)
Bug Fixes
- Adjusts FE to match BE API changes. (1c7cdf4)
- Minor administrator UI improvements to modal dialogues. (0a18620)
- Task step guidance is nonmandatory and, when it does not exist, the guidance tab gets hidden from learner. (e7152f9)
- Very minor adjustments to improve instructor UX. (5fae945)
Features
- Administrators can review active courses to determine students that need assistance. (c2688e9)
v2.28.0
2.28.0 (2024-10-26)
Features
- Instructors can delete weekly feedback. (4385d88)
- When grading tasks, instructors get a fully formed prompt for an LLM and can paste the results back to the Tutor. This is done manually for now, while we analyze the usefulness of such a feature. (dd3befd)
- When grading, group summaries are updated after each grade. (1cb852c)
v2.27.1
v2.27.0
v2.26.0
v2.25.0
2.25.0 (2024-09-30)
Bug Fixes
- add taskProgressId to stepProgress after grade submission (04eea68)
- Automatically selects first learner on group selection during monitoring. (6557c7b)
- changes according to comments on PR (f024f9d)
- Changes default validation rule for git commit task submission. (7cd3ade)
- Improves feedback update to adjust achieved points and satisfaction. (de8a21d)
- Minor tweaks to authoring controls, including introducing mandatory checks for task order fields and adding line numbers to markdown during activity authoring. (8b550df)
- Minor tweaks to UI. (295456e)
- resolve horizontal scroll issue in instructor grading view (53c8af1)
- Resolves issue with Task submission regex and improves grading standards view. (b3e2863)
- Resolves missing information from monitoring view. (05a2e94)
- Resolves monitoring calculation issue with graded count. (985c79b)
- Resolves six bugs discovered during acceptance testing. (c99e137)
Features
- Add task completion percentage view for students (1323b0a)
- Aligns front-end to work with changed API. (9f5a679)
- Checks FE version on app init and performs cache busting when new version is available. (dbc4f00)
- Defines basic outline for monitoring dashboard. (ae49e0d)
- Disable answer submission for graded steps (d2eb2fa)
- Enable students to view grades for each step (7461c36)
- Finalizes weekly feedback form. (b9f2a89)
- get course units started during week before chosen date (0222815)
- Improves style and adds summary negative patterns for weekly overview. (0dff329)
- Initial grading view layout (51bf62b)
- Learners can view the best before date on the unit overview page. (ca312c3)
- Monitoring dashboard calculates weekly task grade statistics. (85779db)
- Monitoring dashboard panel retrieves headers, ratings, and summaries from the BE to create the learner progress dashboard; Includes minor refactoring by restructuring the monitoring/model folder. (1fc089c)
- task grading interface completed (ce6ffc1)
- Viewing learning tasks intially focuses on task description and requires the learner to explicitly start viewing steps. (434c74f)