Skip to content

Releases: AY2425S1-CS2103T-T10-4/tp

v1.6

Choose a tag to compare

@Gilbb Gilbb released this 11 Nov 12:01
20cbba5
Merge pull request #259 from Gilbb/dg-nfr

Update dg format and update sidebar links

v1.5

Choose a tag to compare

@michaelyql michaelyql released this 07 Nov 15:55
3a5a8e4

What's New

  • User guide has been updated 📚
  • Minor bugfixes for update, list and delete 👍🏻
  • New list -e command to list all scheduled events (past and present)! 🕰️
  • New clear -e command to clear (delete) all events 🆑
  • Added support for event startDate and endDate ⌚️

Known Issues

To be updated

v1.4

Choose a tag to compare

@Gilbb Gilbb released this 24 Oct 16:38
6caf4d6

What's New

  • Add event command now supports location and creating an event with an attendee.
  • Update event command now supports location and adding and removing of attendees.
  • Event now takes in a location field.
  • PersonDetailView now displays the events attended by the person.
  • EventDetailView now displays the person attending the event and location of the event.

📷 Screenshots

Updated event command

image

Updated update command

image

Person Detail View

image

Event Detail View

image

Known Issues

v1.3

Choose a tag to compare

@michaelyql michaelyql released this 17 Oct 09:21
44c647c

What's New

  • Person class now has Relationship to represent a familial relationship, while Address and Tags are removed.
  • Event class which has a Name, Date, Location and a list of Person attending.
  • Create a new Event using the event command.
  • Delete an existing Event using the cancel command.
  • Update an existing Event using the update command.
  • Tabs to change from Person List to Event List and vice versa (via GUI)
  • Detailed view for a Person by clicking on the Person Card.
  • Detailed view for an Event by clicking on the Event Card.
  • Implement UI for list of all Events.

💡 Changed features

  • Add command now needs a Relationship to reflect the familial relationship and no longer accepts Address and Tags.
  • Edit command now no longer accepts Address and Tags, but accepts Relationship.

📷 Screenshots

Person Card

Screenshot 2024-10-17 at 5 27 31 PM

Person Detail View

Screenshot 2024-10-17 at 5 28 04 PM

Event Detail View

Screenshot 2024-10-17 at 5 31 46 PM

Contacts and Events Tab

Screenshot 2024-10-17 at 5 28 34 PM

Updated add command

Screenshot 2024-10-17 at 5 29 10 PM

Updated edit command

Screenshot 2024-10-17 at 5 29 34 PM

New event command

Screenshot 2024-10-17 at 5 30 22 PM

New cancel command

Screenshot 2024-10-17 at 5 30 41 PM

Known Issues

  • Deleting a person does not delete the person from the list of attendees for an event
  • Black bars will appear at the bottom of the person and events list if there are not enough entries to fill up the list
  • On Windows OS, person/event cards require two clicks to switch to the next detailed view instead of just one.
  • Attendee list for events may contain duplicate persons