-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2021S2/pe/main/files/aa23f512-645c-4f0a-8b4f-b5000b9efdda.png)
Could disallow users from entering names that differ only in case (e.g. tom…
-
![image.png](https://raw.githubusercontent.com/aliciatay-zls/pe/main/files/aa23f512-645c-4f0a-8b4f-b5000b9efdda.png)
Could disallow users from entering names that differ only in case (e.g. tom and T…
-
-
Are there any examples on how would one properly test code using this library, particularly mocking out the database calls?
It seems like a recommended way to use most things (database object, tran…
-
![image.png](https://raw.githubusercontent.com/MaifengNg/pe/main/files/daa6c473-a64e-477f-9cc3-d14155fa564b.png)
Unable to add ingredient that has an unusually large price.
Steps to replicate:
1. St…
-
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2021S2/pe/main/files/3cd6c779-8dac-437f-ba7b-652c7f68b8de.png)
Feature "view employee schedule" becomes less useful to the intended user. M…
-
The prompt after inputting certain commands can be hard to read as the text is not wrapped.
For example, after the input: `redeem -rd/100 -i/1`, the following is shown:
![Screenshot 2021-11-12 at 5.0…
-
### Describe the feature and motivation
### Motivation
Although we are going to have only one Employee(Bluey) we still need
a management system.
## Requirements
- \
- id
- Manager class
…
-
Point of Sale(Service) App.
Every restaurant needs a POS, Every manager needs an easy way to keep up with the numbers, and Every server needs an easier way to ring up orders. This is that POS. This…