Releases: AY2324S2-CS2103T-F12-4/tp
v1.4
v1.3
v1.2.1
Release Notes for HackLink v1.2.1
In this release, we updated three different types of contacts and improved each of them to support different functions.
What's New
- Group number for participants and tutor.
- Group number for sponsors are displayed as "N/A(Sponsors)"
- New UI to display group number.
v1.2
Release Notes for HackLink v1.2
In this release, we updated data format and UI of HackLink so that it can help hackathon organizers to manage their contact effectively.
What's New
- Add Category field for Person class for supporting different types of contacts based on their roles:
- Participant
- Sponsor
- Staff
- Change
add
command format: adding a contact requires a category field. - New UI:
- New color palette
- UI now displays categories of each contact using a table-like list
- Added error handling for wrong category types.
- Update UserGuide.
- Update DeveloperGuide.
- Update UML file.
Supported Commands
-
Adding new contact:
add n/NAME p/PHONE e/EMAIL a/ADDRESS c/CATEGORY [t/TAG]…
Notes: CATEGORY must be either "participant", "staff", or "sponsor"
Example: add n/John Doe p/98765432 e/[email protected] a/311, Clementi Ave 2, #2-25 c/participant t/friends t/owesMoney -
Deleting contact:
delete ID
Notes: ID is the id shown in ID column -
List contacts:
list
Notes: The full list is always updated whenever the contact list is updated. This command can be used to refresh the list whenever something is wrong.
Known Issues
- Some help messages may not show the correct supported format of the command. We will fix this in the next release.
- Some commands supported by AB3 are not currently supported in HackLink, nor are they blocked. Attempting to use them now may lead to unexpected behaviors and/or data failure.
Full Changelog: v0.1...v1.2