Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UG FAQ #147

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,12 +619,6 @@ and efficient way to backtrack the last action, restoring the previous state eff
desired result is to delete the task you want to remove the deadline, then add that task again with all the old fields
except for deadline. The process is somewhat tedious, but it gives you what you desired.

**Q**: Why do you allow duplicate person names? How am I going to differentiate them in the application?<br>
**A**: We strongly believed that in real life context, people sharing the same name is not a rare occurrence.
Therefore, we believe it is beneficial for you to be able to add multiple people with the same name. In case of
differentiate between people with same name, you can use other information such as phone numbers or
emails to point out people with the same name.

--------------------------------------------------------------------------------------------------------------------

## Known issues
Expand Down
Loading