forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update NFR and Glossary in DeveloperGuide.md #34
Closed
JerryWang0000
wants to merge
2
commits into
AY2324S2-CS2103-F08-3:master
from
JerryWang0000:update-DeveloperGuide
Closed
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -394,16 +394,24 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli | |
|
||
### Non-Functional Requirements | ||
|
||
1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed. | ||
2. Should be able to hold up to 1000 persons without a noticeable sluggishness in performance for typical usage. | ||
3. A user with above average typing speed for regular English text (i.e. not code, not system admin commands) should be able to accomplish most of the tasks faster using commands than using the mouse. | ||
|
||
1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed. | ||
2. Should be able to answer a user's prompt within 1 second. | ||
3. Should require less computational resources to allow users with older hardware can use the app without trouble. | ||
4. Should be able to hold up to 1000 persons without a noticeable sluggishness in performance for typical usage. | ||
5. Should be able to provide error messages when a user does not type in expected prompts. | ||
6. Should be able to store the users' information securely without leakage. | ||
7. Should provide understandable and informative responses whenever a user provides a prompt. | ||
8. A user with above average typing speed for regular English text (i.e. not code, not system admin commands) should be able to accomplish most of the tasks faster using commands than using the mouse. | ||
9. A user without much experience in admin commands should be able to handle the usage in rather short time. | ||
*{More to be added}* | ||
|
||
### Glossary | ||
|
||
* **Mainstream OS**: Windows, Linux, Unix, MacOS | ||
* **Private contact detail**: A contact detail that is not meant to be shared with others | ||
* **Users' Information**: Same as above | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps you could specify the possible information just like for |
||
* **Error Message**: A prompt printed to the user that the program execution cannot run normally and specifies the most possible cause | ||
* **MSS**: Main Success Scenario | ||
|
||
-------------------------------------------------------------------------------------------------------------------- | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might have missed out an empty line between this two lines. Currently the two lines have been combined into 1 line in the preview.