Skip to content

v1.3

Compare
Choose a tag to compare
@wkxcass wkxcass released this 17 Oct 14:36
· 268 commits to master since this release
d298009

What's New in ResearchRoster (compared to AB3)

Models

  • Address and Phone fields have been removed from the Person model.
  • Tag has been updated into StudyGroupTag
  • New fields:
    • Gender - compulsory field, exactly one value per Person
    • Age - compulsory field, exactly one value per Person
    • Detail - optional field, up to one value per Person

(i.e., for a Person, all fields except Detail and StudyGroupTag(s) are compulsory.)

1

Features

Add feature

  • Feature has been adapted to work with the updated Person model.
  • Relevant output messages have been updated.

3

Delete feature

  • Relevant output messages have been updated.

6

List feature

  • Relevant output messages have been updated.

5

Save feature

  • Error messages regarding data loading exceptions have been defined. They will be displayed through the GUI if the program encounters corresponding issues.
  • Other relevant output messages have been updated.

2

Exit feature

  • Feature has been updated, such that an exit message will be briefly shown before the program terminates.

4