Skip to content

Releases: Clean-CaDET/platform-tutor-ui-web

v2.30.1

11 Nov 14:28
6e0e9cd
Compare
Choose a tag to compare

2.30.1 (2024-11-11)

Bug Fixes

  • Makes the starting course and unit navigation more consistent with the rest of the Tutor. (96301a2)
  • Streamlines grading by adding buttons to set min and max points (0bf341c)

v2.30.0

11 Nov 13:57
26ae203
Compare
Choose a tag to compare

2.30.0 (2024-11-11)

Bug Fixes

Features

v2.29.1

07 Nov 09:53
61025d1
Compare
Choose a tag to compare

2.29.1 (2024-11-07)

Bug Fixes

  • Improves monitoring dashboard clarity by highlighting important data with colors. (f252fd0)
  • Improves unit progress rating gathering by removing the neutral option, and setting the defaults to 'good enough'. (c967113)

v2.29.0

31 Oct 12:35
efc4f80
Compare
Choose a tag to compare

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

26 Oct 08:35
c675ab5
Compare
Choose a tag to compare

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

18 Oct 08:37
08212bc
Compare
Choose a tag to compare

2.27.1 (2024-10-18)

Bug Fixes

  • Adjusts labels to reflect domain terminology and adjusts modal dialog height for a few admin use cases. (e0e0eb6)
  • Removes redundant task video events and properly registers video playback events when tabs change. (0767851)

v2.27.0

14 Oct 15:47
44e3a68
Compare
Choose a tag to compare

2.27.0 (2024-10-14)

Features

  • Instructors can view group-wide semaphores to analyze weekly progress of whole group. (f0079df)

v2.26.0

11 Oct 09:32
25a13e0
Compare
Choose a tag to compare

2.26.0 (2024-10-11)

Bug Fixes

  • Very minor UX improvements to a few components. (484a7b5)

Features

  • Adds navigation for previous and next learners to weekly activity monitoring view. (1a27199)
  • Displays completed but ungraded task count when grading. (41d164a)

v2.25.0

30 Sep 10:18
3e4ada4
Compare
Choose a tag to compare

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)

v2.24.2

03 Sep 08:51
6cfd715
Compare
Choose a tag to compare

2.24.2 (2024-09-03)

Bug Fixes

  • Adds additional error messages when LT update is not successful. (0a7ed2b)
  • Errors from answering questions now get correct responses. (4a2cf95)
  • Improves form behavior when LT authoring is not successful. (9be1423)
  • Markdown editor commands now do not completely reset scroll position. (9ee3690)