debbiextan / pe

0 stars 0 forks source link

Odd symbol with adding new order #5

Open debbiextan opened 5 years ago

debbiextan commented 5 years ago

Input: add -d 16/11/2019 -n steak 1

Result: accepted, with odd symbol

Screenshot 2019-11-15 at 4.51.19 PM.png

nus-pe-bot commented 4 years ago

Team's Response

The jar file cannot recognize the tick and cross symbol. I accepted this bug. However, it does not really affect the user. The user still can check undone orders by "list -l undone" or "list -l undoneToday". Also, the todo list of the chef will not be affected. The only situation it will affect is that the chef cannot see from the output message that whether the order is marked as done when he typing "done ORDER_INDEX". Thus, I changed the severity to low.

In my code, I did change ("\u2713" : "\u2718") to ("✓" : "✗") as mentioned in the forum issue #8 (https://github.com/nusCS2113-AY1920S1/forum/issues/8), but it still does not work for jar file. And I did not figure out how to solve this problem before the PE Run.