From what I can tell from testing, the app mainly rejects duplicate entries.
E.g.:
You cannot add two people with the same name
You cannot add two tasks with the same title
This might cause confusion for the user, and the scenario where there might be duplicates (e.g. two people with the same name, two tasks with same title like 'Assignment') is quite common.
The UG does state that you cannot add two tasks with the same title, but does not mention it for people. Additionally, it would be helpful for the team to justify why duplicates are disallowed, since the above use case might be quite common.
From what I can tell from testing, the app mainly rejects duplicate entries. E.g.:
This might cause confusion for the user, and the scenario where there might be duplicates (e.g. two people with the same name, two tasks with same title like 'Assignment') is quite common.
The UG does state that you cannot add two tasks with the same title, but does not mention it for people. Additionally, it would be helpful for the team to justify why duplicates are disallowed, since the above use case might be quite common.