Skip to content

Releases: AY2324S2-CS2103T-T13-2/tp

InternBook

15 Apr 15:59
7bd8cc0
Compare
Choose a tag to compare
Merge pull request #178 from jasperng-nus/branch-fix-helpmenu-bug

Fix bug on clicking image causing help menu to fail

v1.3

04 Apr 18:07
a77de9d
Compare
Choose a tag to compare
Merge pull request #82 from AjayArvind2207/branch-updateArchiveDevGuide

Update dev guide to reflect the upcoming archive feature

v1.3.trial

28 Mar 13:40
5b6c050
Compare
Choose a tag to compare

Trail for v1.3

v1.2

21 Mar 17:34
69407b3
Compare
Choose a tag to compare

What's New:

  1. (NEW) Sort Command
  • Sorting according to alphabetical order

Screenshot 2024-03-22 at 1 19 11 AM

  1. (UPDATE) Add Command
  • Tags, which represents job roles, are made compulsory
  • Phone number is made optional
  • Previously, the fields, name, phone number, email and address were needed to add a contact
  • Now, only name, email and tag are compulsory to add a contact

Screenshot 2024-03-22 at 1 19 53 AM
Screenshot 2024-03-22 at 1 20 28 AM

  1. (UPDATE) Edit Command
  • There is no address field to edit now
  1. (UPDATE) Prefix of Commands
  • Changed prefixes from “n/” to “-n “ for better readability
  • For example, from “add n/nus p/81234567 e/[email protected] t/software engineer” to
    “add -n nus -p 81234567 -e [email protected] -t software engineer”
  1. (UPDATE) Format for Tags
  • Tag inputs can now include single space between each word
  • Case-insensitive comparison of tags -> "software engineer" and "softWare enginEEr" will be considered the same and there will not be any duplicates

Screenshot 2024-03-22 at 1 21 45 AM

  1. (UPDATE) Instances of people has been renamed to Company
  • Update the names of some of the classes/methods to fit our context
  1. (UPDATE) Offline Help Menu
  • Provide a button for user to open the user guide as a pop out

Screenshot 2024-03-22 at 1 22 15 AM
Screenshot 2024-03-22 at 1 22 26 AM

  1. (UPDATE) Updated GUI with "Good for eye" colours

Screenshot 2024-03-22 at 1 22 43 AM