Skip to content

v1.3(trial)

Choose a tag to compare

@chiageng chiageng released this 28 Mar 13:00
· 429 commits to master since this release
afe7660

PoochPlanner Release Notes - Version 1.3(Trial)

Major Updates

  • Revamped User Interface: Introducing a more user-centric design tailored specifically for our target audience.

Enhancements

  • Improved Add Commands:
    • The add command now displays all missing fields and is capable of detecting unknown fields, providing a more targeted error messaging experience.
    • Add command has been tailored into more intuitive command : /add-person, /add-staff, /add-supplier and /add-maintainer
/add-person

image

/add-person ; name : John Doe other ; unknown : unknown ; another : another ; phone : 98765432 ; email : johnd@example.com ; address : 311, Clementi Ave 2, #02-25 

image

-Improved Edit Command.
- The edit command include displaying missing fields to the user, making it easier to understand what information is required.

  • Enhanced Note Command:
    • The note command now supports adding notes to all types of contacts, including a new deadline field to help users keep track of important tasks.
/edit-person

image

New Features

  • Undo and Redo Commands:
    • /undo and /redo commands have been added. Users can undo changes made to the address book as long as there is a previous state available. The redo command is enabled after executing at least one undo.
    • PoochPlanner is allowing multiple undos and redos.
/add-person ; name : Test Undo Redo ; phone : 98765432 ; email : johnd@example.com ; address : 311, Clementi Ave 2, #02-25 
/undo
/redo

image
image
image

  • Pin and Unpin Contacts with /pin and /unpin:
    • The /pin command allows you to pin a person, placing this person at the top of the address book for easy access.
    • Use the /unpin command to unpin a person, removing its priority sequence in the address book.
/add-person ; name : Test pin ; phone : 98765432 ; email : johnd@example.com ; address : 311, Clementi Ave 2, #02-25 
/pin ; name : Test pin
/unpin ; name : John Doe other

image
image
image

  • Today's Reminders with /remind: A new command to quickly display notes with today's date, helping you stay on top of immediate tasks.
/remind

image

  • Rate Contacts with /rate: Introducing a new command to rate contacts in the address book, indicating the level of importance or priority.
/add-person ; name : John Doe other ; phone : 98765432 ; email : johnd@example.com ; address : 311, Clementi Ave 2, #02-25 
/rate ; name : John Doe other ; rating : 5

image

Forward-Looking Statements

  • Remind command will be display all upcoming tasks.

Known Issues

  • Currently, the undo and redo commands do not affect the pin/unpin actions.
  • The note command does not display detailed error messages.

Acknowledgments

A huge thank you to all our users, testers, and contributors for your invaluable feedback and support. PoochPlanner is continually evolving thanks to your insights and dedication.

Installation Instructions:

  1. Download the addressbook.jar file.
  2. Open a terminal or command prompt.
  3. Navigate to the directory where addressbook.jar is located.
  4. Run the following command to start addressbook:
java -jar addressbook.jar

Support

For any issues, feedback, or suggestions, please visit our issue tracker or contact our support team. Your input is crucial to the continuous improvement of PoochPlanner.

If you need to read more about user guides, please visit our User Guide.

Thank you for being a part of our journey to make dog cafe management simpler and more effective.