Skip to content

Releases: AY2324S2-CS2103T-F10-4/tp

Match v1.4

14 Apr 15:23
077af37
Compare
Choose a tag to compare

drawing v1.4 Release Notes

What's New? 😃

Various bug fixes.

What's Changed

Full Changelog: v1.3...v1.4

Match v1.3

03 Apr 13:10
371d477
Compare
Choose a tag to compare

drawing v1.3 Release Notes

What's New? 😃

  • Access to recently used commands ↩️

Using up and down arrow keys you are now able to access recently used commands.
command-history

  • Copy emails to clipboard 📋

With the copy command allows you to copy the email of the people who are listed.
clipboard

  • Adding and removing availabilities 🕐

With the addavail and removeavail commands you are now able to add and remove availabilities for each person without editing the information for each person.
add-availabilities
remove-availabilities

  • Assigning people to assignments 👇

With the assign command you are now able to assign people to respectively volunteering assignments.
assign-persons

  • List assignments 📜

With the lista command you are now able to see the volunteering assignments.
list-assignments

  • Clear confirmation ✅

The clear command now also has a confirmation as we deem the operation dangerous. This is to prevent accidental deletes and better protect the data.
clear-confirmation
clear-confirmation-no

  • Exporting data to CSV 🔡

With the export command you now can export persons and assignments data into a CSV file located at [JAR file location/data for analytics.
export-to-csv

Bug Fixes 🪲

assign command bug

Fix #73

  1. assign index d/details a/date
    a/date does not throw the invalid date format error. and causes illegalargumentexception
  2. assign being able to take multiple keywords.
  3. find command does not redirect to person's list while at assignment page
  4. no parseDetails method in parseUtil

What's Changed

Full Changelog: v1.2...v1.3

Match v1.2.1

28 Mar 15:52
f8f52b2
Compare
Choose a tag to compare
Match v1.2.1 Pre-release
Pre-release

drawingatch v1.2 Release Notes

What's New? 😃

  • Bug Fixes

Fixed a bug where the find command is not be able to handle multiple prefixes

Full Changelog: v0.1...v1.2

Match v1.2

21 Mar 13:11
ba4b839
Compare
Choose a tag to compare

drawingatch v1.2 Release Notes

What's New? 😃

  • Availability field 📅

A new field to the Person class that displays the available dates of each volunteer.
availability2

  • Refined find Command 🔍

Our find command now allows user to search for volunteers using dates as keywords
6289cc51-cbba-4583-9e1b-196523b8e501

  • Better UI 📔

Changed our UI to better fit our application with background colours

  • delete Command Confirmation ✅

Added the function to double confirm a user's action to delete a record. This is to prevent accidental deletes and better protect the data.
deletecommand

What's Changed? 🤔

New Contributors 🤝

Full Changelog: v0.1...v1.2