-
```
I find if I add printf("\n") at the end of output ,judege system can't find it;
This bug I find it when I test PE.
```
Original issue reported on code.google.com by `greedcon...@gmail.com` on 11…
-
The save function was entirely not mentioned in the UG. This is a problem as it is not clear whether data is saved at all, and it should be mentioned that there is a dependence on questions loaded int…
-
Description,
If the new header has a name that already exists in the table, then the update still continues resulting in a duplicate in the header names. It also copies all the data over, but the data…
-
JAR files require pre-filled .txt files to run with questions as intended. Running the JAR files without these questions lead to the app crashing when the user tries to start a quiz.
This was not spec…
-
To reproduce:
1. add an expense and an income
2. run `delete 2 /to 5`
Result is an error message since there are no items 3, 4, 5 but there is an item 2. Should it be deleted
? Consider having many i…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/48ceed32-2927-4c2a-bd4b-0b715b6d456f.png)
Should be `Contacts at indexes 1, 7 are selected` instead of `Contacts at …
-
The Help Guide does not show the commands to exit the program (**bye**) and to show list of commands for users (**help**).
The develop team should consider add these commands into the help guide in …
-
The app requires users to have all time-related inputs in the format of **month/ year**, while all the outputs are in the format of **year - month**. I think the team should apply a consistent time fo…
-
delete contact is also an important/basic user desire but it is not included. only specifically for volunteers is included.
[original: nus-cs2103-AY2425S1/pe-interim#3044] [original labels: se…
-
Description: On modifying the data, should the application give us some responses? As we may have to `list` several times in order to check if our command is executed or not
Reproduce: Try to execute …