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

[CS2103T-W12-2] ModContacts #99

Open
wants to merge 266 commits into
base: master
Choose a base branch
from

Conversation

blaukc
Copy link

@blaukc blaukc commented Feb 27, 2024

ModContact is a versatile contact management app designed to streamline communication and organization among friends. With its intuitive interface and module tracking feature, users can effortlessly stay updated on the courses their friends are taking, facilitating easier collaboration and networking within academic circles.

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

Attention: Patch coverage is 30.26166% with 613 lines in your changes are missing coverage. Please review.

Project coverage is 54.76%. Comparing base (b896eb0) to head (ce10f9d).

❗ Current head ce10f9d differs from pull request most recent head af963ee. Consider uploading reports for the commit af963ee to get more accurate results

Files Patch % Lines
src/main/java/seedu/address/model/AddressBook.java 25.92% 40 Missing ⚠️
.../logic/commands/AddStudentModuleTimingCommand.java 0.00% 35 Missing ⚠️
...gic/commands/DeleteStudentModuleTimingCommand.java 0.00% 34 Missing ⚠️
...ddress/logic/commands/AddStudentModuleCommand.java 0.00% 31 Missing ⚠️
...ess/logic/commands/DeleteStudentModuleCommand.java 0.00% 29 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 0.00% 28 Missing ⚠️
...a/seedu/address/model/student/IsFreePredicate.java 0.00% 25 Missing ⚠️
.../java/seedu/address/model/module/ModuleTiming.java 0.00% 21 Missing ⚠️
src/main/java/seedu/address/model/module/Day.java 0.00% 19 Missing ⚠️
...va/seedu/address/storage/JsonModuleMapStorage.java 13.63% 19 Missing ⚠️
... and 34 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master      #99       +/-   ##
=============================================
- Coverage     75.26%   54.76%   -20.50%     
- Complexity      419      434       +15     
=============================================
  Files            71       98       +27     
  Lines          1338     1983      +645     
  Branches        126      205       +79     
=============================================
+ Hits           1007     1086       +79     
- Misses          301      861      +560     
- Partials         30       36        +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

taufiq and others added 29 commits March 11, 2024 14:55
docs: Update README & Add UI Mockup
Add the glossary page and fix some spelling mistakes
Update website to remove references to AB3
This commit removes the traces of AB3 in README that was pointed out
in the cs2103 tracker.
docs: Remove traces of AB3 from README
AdityaB4 and others added 30 commits April 15, 2024 19:41
Add `delete_timing` implementation and sequence diag
This adds my dg version of the `FindFreeTimeCommand`. Thank @blaukc for the reference!
Forgot to add that in.
[DG]: Update ModuleMapStorage
Add untracked puml for delete_timing diagram
…ree-time-dg

docs: Add FindFreeTimeSequenceDiagram to DG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants