Skip to content

Releases: AY2425S1-CS2103T-F08-1a/tp

v1.6

12 Nov 05:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6

v1.5.1

08 Nov 01:46
603c322
Compare
Choose a tag to compare

📅 Release Date
2024-11-08


Enhancements

  • Testing Coverage: Added or refined tests for most classes
  • Improved Parser Improved parsing of phone numbers, names and addresses
  • Documentation: Updated User Guide and Developer Guide with new UML and sequence diagrams to clarify import processes and class structures

💻 UI Improvements

  • Help Window and Response Box: Bug fixes related to help window and response box

🧑‍💻 Contributors
@estellelim
@mingyang143
@Jollybomber
@kohkakohla
@Plishh


Full Changelog: v1.4...v1.5

v1.5

07 Nov 15:08
ae5ef99
Compare
Choose a tag to compare

📅 Release Date
2024-11-07


Enhancements

  • Testing Coverage: Added or refined tests for most classes
  • Improved Parser Improved parsing of phone numbers, names and addresses
  • Documentation: Updated User Guide and Developer Guide with new UML and sequence diagrams to clarify import processes and class structures

💻 UI Improvements

  • Help Window and Response Box: Bug fixes related to help window and response box

🧑‍💻 Contributors
@estellelim
@mingyang143
@Jollybomber
@kohkakohla
@Plishh


Full Changelog: v1.4...v1.5

v1.4

24 Oct 15:49
9811d74
Compare
Choose a tag to compare

VolunTier - v1.4

📅 Release Date

2024-10-24

💯 New Features

  • Lesson Class: Introduced a new Lesson class for managing lessons within the application.
  • Subjects: Added functionality to handle subjects, enabling better organization and categorization of lessons.
  • findSubject: Added the ability to search for people teaching or learning the subject using findSubject.

⭐ Enhancements

  • Added unit tests for the following functionalities:
          Add: Ensure the system correctly adds new data.
          View: Tests to verify that viewing functionality is working as expected.
          Import: Test coverage for the import feature to validate successful imports of data.
  • Parser Streamlining: The parser has been streamlined to improve performance and accuracy in interpreting commands.
  • UML Integration: Added an updated UML diagram to document the class relationships and system architecture.

💻 UI Improvements

  • Edited User Interface: Refined the UI for a more intuitive and responsive user experience.

🧑‍💻 Contributors

Thanks to the following contributors for this release:


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

V1.3

17 Oct 15:59
f8c7c89
Compare
Choose a tag to compare

Release Notes - VolunTier

Version 1.3 - 17 October 2024

🚀 New Features

  1. Add the ability to add unique Tutors and Tutees
    The add person feature allows users to add 2 types of people: tutors and tutees to the database. Users can add either a tutor or a tutee with their name, phone number, address, email and number of hours tutored/being tutored so far, along with any other tags relevant to the person being added.
    2024-10-17 23 32 11
  2. Add the ability to add no. of hours a person has volunteered
  3. Feature to import a list of people provided by an import file
  4. Undo Command: The Undo feature allows users to quickly revert the most recent action, whether it’s adding, deleting, or modifying a record, ensuring accidental changes can be easily undone.
  5. Redo Command: If you change your mind after using Undo, the Redo feature lets you restore the previously reverted action. This gives users more control and flexibility to navigate between recent changes.
  6. History Command: The new view History feature provides a comprehensive log of all actions performed, such as record additions, deletions, or updates. Users can now review past activities to track changes made over time, promoting better transparency and record management.
  7. View Command: The View feature displays details of the person specified by users, allowing them to see information that might not have been displayed on the Person Card.
  8. View Tutee Chart Command: Add the ability to view Tutee hours in bar chart
Screenshot 2024-10-17 at 10 25 57 PM