-
Notifications
You must be signed in to change notification settings - Fork 548
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
[CS2103T-W08-4] Socius #79
base: master
Are you sure you want to change the base?
[CS2103T-W08-4] Socius #79
Conversation
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
============================================
- Coverage 72.15% 68.40% -3.76%
- Complexity 399 886 +487
============================================
Files 70 116 +46
Lines 1232 2877 +1645
Branches 125 438 +313
============================================
+ Hits 889 1968 +1079
- Misses 311 727 +416
- Partials 32 182 +150
Continue to review full report at Codecov.
|
Add list commands
Update add command user guide description
…-date-parsing LGTM
Fix Tag Font Bug
Fix issues from PED
Update Developer Guide
Update User Guide
Fix Phone Number Constraints & Review Remark Prefix Constraints
Add Persons of the Same Name
All commands which involves the parsing of Index will return an Invalid Command Format when a Non-Zero Integer cannot be parsed. According to @xianlinc, the correct error should be 'The person index provided is invalid', no matter how large the input number. [Valid point] I've added a check, such that all string that 1. Contains just numbers AND 2. Not the integer range (i.e between -2 billion to 2 billion) AND 3. Is a positive number (any length), but must not be all 0s... will return Integer.MAX_INT. This assumes that the users will not have 2.147 billion friends in Socius, which should be a reasonable assumption to make (Consider the size of json file and time taken to import!!)
Update DG: Appendix and Misc Part
Update Developer Guide
Update UG screenshots
Add Glossary to UserGuide.md
Update choonyongchan.md
Edits to DG
Remove a few implementations
Fix import export for windows
update link
Fix checking for windows OS
update link
Socius helps fresh international student and enrolled in CS2103T to meet new friends and form project groups.
Socius helps with gathering information about classmates and facilitates students in forming groups with specific candidates.