nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

Looking for helpful friends to help to test my .jar file #301

Closed Chronoxy closed 1 month ago

Chronoxy commented 1 month ago

Hi friends,

I'm looking for anyone who is available and would like to help me test my .jar file. If possible, both Windows and Mac machines.

Follow the steps below:

  1. Download patrick.jar here
  2. Locate the file on your operating system and double-click to open it.
  3. A Java program will run, welcoming you to use the application
  4. Use commands like: list: Lists all added tasks todo work: Adds a new todo task with the description "work"

For all other features, refer to my user guide. I would appreciate if you could leave a comment to let me know how it goes

Thank you so much in advance friends 😄

nus-se-bot commented 1 month ago

Tagging a few other students (randomly selected) who have completed related increments, in case they can pitch in: @zyng233 @weiliann @Incogdino @yanqiyqh @linette-g @calebyyy @adipanda2002 @dominopizzaaaa @appleshill @Gilbb Others are welcome to pitch in too.

zyng233 commented 1 month ago

It looks good in my OS(window), but just that the program does not handle non-positive value like if I type mark 0, it caused a java.lang.IndexOutOfBoundsException in the terminal but it was not reflected in the chatbot.

Screenshot 2024-09-17 003711

Chronoxy commented 1 month ago

It looks good in my OS(window), but just that the program does not handle non-positive value like if I type mark 0, it caused a java.lang.IndexOutOfBoundsException in the terminal but it was not reflected in the chatbot.

Screenshot 2024-09-17 003711

Hi @zyng233, thank you so much for your help. I'll perform a fix immediately 🙇‍♂️ 🙏

Edit: fixed

yizhong187 commented 1 month ago

tg_image_3241759836 tg_image_1741435248

Unfortunate, on MacOS, it's not possible to run the .jar file by just click on it :(

For anyone trying to run it, navigate to the folder where you downloaded the .jar file and run the application using the following command:

java -jar patrick.jar
yizhong187 commented 1 month ago
image

I tried running some of the example codes in your user guide, but Patrick The Star kept telling me the format is wrong :(

linette-g commented 1 month ago

Looks good on my OS (macOS), just that the chatbot doesn't handle cases where the task description is empty for deadline or event tasks. Example input: deadline /by Sep 20 2024 2359

Screenshot 2024-09-17 at 9 40 43 AM
weiliann commented 1 month ago

UI looks nice but the app crashes when I rerun it after adding a todo.

Steps to reproduce:

  1. add a new todo with todo ip
  2. exit the app with bye
  3. reboot the app

edit: OS: windows

Error: image

jasmiinee commented 1 month ago

Screenshot 2024-09-17 142501 Everything looks good to me! (Windows user) Only issue I found was being able to add an event where the start time is after the end time.

Chronoxy commented 1 month ago
image

I tried running some of the example codes in your user guide, but Patrick The Star kept telling me the format is wrong :(

hi @yizhong187,

Thanks for your help on testing my product. However, I tried on my end it seems to work as intended. Could I trouble any other mac users to test on this issue? Thanks Patrick The Star

Chronoxy commented 1 month ago

Looks good on my OS (macOS), just that the chatbot doesn't handle cases where the task description is empty for deadline or event tasks. Example input: deadline /by Sep 20 2024 2359

Screenshot 2024-09-17 at 9 40 43 AM

Hi @linette-g, thanks for helping to test my product. I have thus fixed the issue in the latest release. 🙏

Chronoxy commented 1 month ago

UI looks nice but the app crashes when I rerun it after adding a todo.

Steps to reproduce:

  1. add a new todo with todo ip
  2. exit the app with bye
  3. reboot the app

edit: OS: windows

Error: image

Hi @weiliann, thank you for testing my product. I have therefore fixed the issue in my latest release. 🙏 🙇‍♂️

nus-se-bot commented 1 month ago

@Chronoxy A gentle reminder to close this issue if the problem has been resolved. If not resolved yet, please post a comment explaining which part of the problem/question remains unresolved.