Skip to content

Releases: CS2103-AY1819S1-T16-2/main

v1.4

12 Nov 10:04
0cac0a7
Compare
Choose a tag to compare

Bug fixes and improvements.

v1.3.3

07 Nov 13:58
7623378
Compare
Choose a tag to compare

Minor fix for mark-attendance.

v1.3.2

07 Nov 13:40
e2f9042
Compare
Choose a tag to compare

Summary:

  • Many bug fixes (UI, Session)
  • Documentation and help updated

v1.3.1

01 Nov 12:28
b223fde
Compare
Choose a tag to compare

Some fixes and integrations.

v1.3

31 Oct 15:11
1ab2648
Compare
Choose a tag to compare

Summary of improvements:

  • UI revamped
  • New commands: create-attendance, mark-attendance, view-assignment
  • Bugfixes and various quality of life improvements

v1.2.1

24 Oct 13:49
bd2f298
Compare
Choose a tag to compare

UI updates and fixes.
Summary of improvements:

  • UI is now updated to show all tutorial groups.
  • UI can also show a tutorial group's details.
  • list-tutorial-groups command added. You can now view all tutorial groups (both on the UI and in the CLI).
  • address property is removed from a Student because it is not needed.

v1.2

17 Oct 13:35
4cd38c6
Compare
Choose a tag to compare

Bugfixes, new commands, and updated documentation.

New commands:

  • feedback - give a student feedback
  • view - views a student's feedback
  • update-tutorial-group - updates a tutorial group.

Updated commands:

  • find - Now you can search by any field of a Student.

v1.1

03 Oct 11:11
Compare
Choose a tag to compare

New commands in the CLI:

  • create-tutorial-group
  • view-tutorial-group
  • add-to-tutorial-group
  • create-assignment
  • grade
  • view

Person is now considered a Student, and requires the additional Student ID field, which will be used to identify him in other commands.