Skip to content

Commit b89cb52

Browse files
authored
Merge pull request #179
2 parents ff1c69a + 9a0eb72 commit b89cb52

File tree

2 files changed

+88
-31
lines changed

2 files changed

+88
-31
lines changed

docs/DeveloperGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,11 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
693693
### Non-Functional Requirements
694694

695695
1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed.
696-
2. Should be able to hold up to 1000 contacts without a noticeable sluggishness in performance for typical usage.
696+
2. Should be able to hold up to 500 contacts (recruiters and organizations) and 1000 job applications without a noticeable sluggishness in performance for typical usage.
697697
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.
698698
4. A user with familiarity with common Unix/Linux shell command syntax should find the syntax of Jobby to match their habits and easy to pick up.
699699
5. The command syntax should not conflict with something that a user could plausibly use as legitimate data input.
700+
6. This application does not automatically sync with a user's job application, e.g. Does not sync to the user's LinkedIn account to track job applications.
700701

701702

702703
*{More to be added}*

0 commit comments

Comments
 (0)