-
Notifications
You must be signed in to change notification settings - Fork 519
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
[CS2103-T14-1] EduConnect #28
base: master
Are you sure you want to change the base?
[CS2103-T14-1] EduConnect #28
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #28 +/- ##
============================================
+ Coverage 75.26% 75.41% +0.15%
- Complexity 419 733 +314
============================================
Files 71 93 +22
Lines 1338 2384 +1046
Branches 126 296 +170
============================================
+ Hits 1007 1798 +791
- Misses 301 483 +182
- Partials 30 103 +73 ☔ View full report in Codecov by Sentry. |
Update list command with option to list timetable
Update DG on student link
No support for parsing inputs to reflect finding slots functionality. Having parser support allows for inputs from the CLI GUI. Let's * Modify CliSyntax to include additional prefixes * Add SlotsCommand to handle the `slots` command * Add SlotsCommandParser to handle parsing * Remove Timetable overloaded constructors and have the parser handle optional inputs * Update the TimetableTest accordingly * Update ParserUtil to have additional parsing capabilities in parsing new type of String input * Update AddressBookParser to have additional command
… into branch-TimetableUpdate
Includes: * SlotsCommandTest * SlotsCommandParserTest * ParserUtilTest
Includes: * SlotsCommandTest * SlotsCommandParserTest * ParserUtilTest
… into branch-TimetableUpdate
… into branch-TimetableUpdate
… into branch-TimetableUpdate
… into branch-TimetableUpdate
* Move the computation of finding common slots into Model and ModelManager * Better design principle * More closes adheres to Open-Close Principle and Law of Demeter
* Move the computation of finding common slots into Model and ModelManager * Better design principle * More closely adheres to Open-Close Principle and Law of Demeter
… into branch-TimetableUpdate
…://github.com/marclamp/tp into branch-UpdateWrongTimetablePrefixErrorMessage
Update wrong link in UG
… into branch-RegexBugFix
…ixErrorMessage Branch update wrong timetable prefix error message
Co-authored-by: Marcus <[email protected]>
Co-authored-by: Marcus <[email protected]>
Co-authored-by: Marcus <[email protected]>
Rename MD file for marclamp
Regex bugfix for link. email, and telegram
Remove repeated information in notes about command format
…into update-developerguide
Update DG and include copy description
Fix format error
Rename variable to comply convention
EduConnect helps an active TA, to manage contact details of students in both big or small tutorial classes, while also keeping track of student progress, accessing links to their projects, or simply de-conflict class schedules. It is optimized for CLI users to manage contacts efficiently by typing fast.