Skip to content

Releases: AY2324S2-CS2103T-F12-4/tp

v1.4

15 Apr 15:40
199f84d
Compare
Choose a tag to compare

Change

  • Bug Fixes

v1.3

04 Apr 16:03
dc1c571
Compare
Choose a tag to compare

Release Notes for HackLink v1.3

In this release, we updated new commands and UI to support those command

What's New

  • Event scheduler
  • Find command
  • Link Command
  • Undo Command
  • Redo Command
  • Group Commands

v1.2.1

29 Mar 07:34
6681afd
Compare
Choose a tag to compare

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

21 Mar 16:39
f8baace
Compare
Choose a tag to compare

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.
    image

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

    image

  • Deleting contact:
    delete ID
    Notes: ID is the id shown in ID column

    image

  • 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