v1.3
PoochPlanner Release Notes - Version 1.3
Major Updates
- Revamped User Interface: Introducing a more user-centric design tailored specifically for our target audience.
Enhancements
- Improved Add Commands:
- The
addcommand 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
- The
/add-person
/add-person ; name : John Doe other ; unknown : unknown ; another : another ; phone : 98765432 ; email : johnd@example.com ; address : 311, Clementi Ave 2, #02-25
-
Improved Edit Command.
- The
editcommand include displaying missing fields to the user, making it easier to understand what information is required.
- The
-
Enhanced Note Command:
- The
notecommand now supports adding notes to all types of contacts, including a new deadline field to help users keep track of important tasks.
- The
/edit-person
New Features
- Undo and Redo Commands:
/undoand/redocommands 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
- Pin and Unpin Contacts with
/pinand/unpin:- The
/pincommand allows you to pin a person, placing this person at the top of the address book for easy access. - Use the
/unpincommand to unpin a person, removing its priority sequence in the address book.
- The
/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
- 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
- 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
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:
- Download the poochplanner.jar file.
- Open a terminal or command prompt.
- Navigate to the directory where poochplanner.jar is located.
- Run the following command to start addressbook:
java -jar poochplanner.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.










