-
The user guide does not specify that the same name can be added.
![Screenshot 2023-11-17 at 4.22.56 PM.png](https://raw.githubusercontent.com/nus-cs2103-AY2324S1/pe/master/files/6682ff5c-231d-4e4e-a…
-
To date, I have been using pyswagger to execute API operations where I know the parameters that are specified, their types, which are required, etc. For example:
response = client.request (sel…
-
When clicking on the employee card the timetable doesnt update with the employees schedule
[original: nus-cs2103-AY1718S2/pe-round1#64]
Issue created by: @meerakanani10
-
![image.png](https://raw.githubusercontent.com/bingsen0806/pe/main/files/a38423c7-d2b9-42fb-9ef6-b6ab66430f36.png)
As can be seen from the above, the edit command constraints is ok because it mention…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I can confirm the issues exists when I tested with `:latest`
- [ ] I'd like to contribute the fix myself (see [contributing guide…
-
```
@Introspected
data class EmployeeDTO(
val id: Long,
val name: String
)
val result = database.from(Employees).select(EmployeeDTO::class)
```
This will reduce the boilerplate co…
-
When user tries to input another user with different name and emails, but with same employee id, this will cause an error. While this is expected, the error message can be made clearer by saying that …
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2223S2/pe/master/files/6d1c7568-abb5-4fd6-bcbf-06bf8a786f81.png)
not allowed to add two staffs of the same name, but no mention in user gui…
-
Some features like add shift, unassign employee implementation is not described in the developer guide while other functionalities are mentioned. If the description actually overlapping, can consider …
-
Original D7 issue: https://jira.arizona.edu/browse/UADIGITAL-1419
## What is the problem that we want to solve?
### User story
As a Quickstart site administrator, I need to be able to automatic…