Skip to content

Project Part 3

Latest
Compare
Choose a tag to compare
@AlphaSweater AlphaSweater released this 07 Jul 15:42
5306c6c

Release Notes for Version 3.0.0

Features:

  • Added functionality of the "Show Report" button to the program.
    • Users can now generate and view reports based on their data.
  • Implemented the ability to remove tasks.
    • Users can now easily delete tasks from their task list.

Improvements:

  • Significantly enhanced user validation process for improved accuracy and reliability.
    • The program now performs more thorough checks on user input, ensuring robustness.
    • User validation has been split into individual test cases to provide more detailed information in case of failures.
  • Refactored task storage from regular arrays to ArrayLists.
    • The use of ArrayLists provides improved flexibility and efficiency for managing tasks.

Please note: This release includes the addition of the "Show Report" button, enabling users to generate and access reports conveniently. The implementation of the ability to remove tasks offers users more control over their task list. Additionally, significant improvements have been made to the user validation process, ensuring enhanced accuracy and reliability. The migration from regular arrays to ArrayLists for task storage improves the program's performance and flexibility.

Thank you for using my program, and I appreciate your valuable feedback and support in making it better with each release.