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

[CS2103-T17-4] NUSCourseMates #25

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

Conversation

joel-foo
Copy link

Students in SoC often face the challenge of identifying fellow classmates who share their course schedules. The address book is designed to alleviate this difficulty by helping them connect with peers who are taking the same courses, which can be a particularly valuable resource when assessments involve group work.

@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Attention: 174 lines in your changes are missing coverage. Please review.

Comparison is base (517b785) 75.26% compared to head (d0b0a84) 76.76%.

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 58 Missing ⚠️
src/main/java/seedu/address/ui/FeedbackWindow.java 0.00% 29 Missing ⚠️
...rc/main/java/seedu/address/ui/CourseListPanel.java 0.00% 12 Missing ⚠️
src/main/java/seedu/address/ui/TagListPanel.java 0.00% 12 Missing ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 9 Missing ⚠️
...java/seedu/address/logic/commands/EditCommand.java 87.27% 1 Missing and 6 partials ⚠️
src/main/java/seedu/address/ui/CourseCard.java 0.00% 6 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 6 Missing ⚠️
src/main/java/seedu/address/ui/TagCard.java 0.00% 5 Missing ⚠️
...seedu/address/model/course/changes/CourseEdit.java 89.28% 2 Missing and 1 partial ⚠️
... and 18 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #25      +/-   ##
============================================
+ Coverage     75.26%   76.76%   +1.50%     
- Complexity      419      679     +260     
============================================
  Files            71      101      +30     
  Lines          1338     2092     +754     
  Branches        126      230     +104     
============================================
+ Hits           1007     1606     +599     
- Misses          301      439     +138     
- Partials         30       47      +17     

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

Chrainx added a commit to Chrainx/tp that referenced this pull request Oct 1, 2023
leontan2 and others added 28 commits November 8, 2023 22:34
Add test cases
Fix wording in added enhancement in PPP
* master:
  Update sequence diagram image
  Fix wording in added enhancement in PPP
  Write more tests
  Improve code quality
  Update DG
  Improve code quality
  Shorten PPP to fit the requirements
Change 'Address Book' to NUSCoursemates for standardization
* master:
  Resize Sort DG images
  Change 'Address Book' to NUSCoursemates for standardization
  Update UG for sort name
  Modify sort name method
  Update DG PlantUML Activity diagram for Sort
  Remove unnecessary string
  Remove unnecessary methods
  Update UG
  Add test cases for sort name class
  Fix sorting bug
  Add assertion
UG:
- Update all the images to new header
- Amend table in Add feature

DG:
- Add Theme Feature implementation
Carlintyj and others added 30 commits November 14, 2023 03:06
Update planned enhancement
…into branch-update-dg-final

* 'master' of https://github.com/AY2324S1-CS2103T-T17-4/tp:
  Update DeveloperGuide.md
  Update PPP
  Fix wording
  Update planned enhancement

# Conflicts:
#	docs/DeveloperGuide.md
Fix formatting issues
Update images to include annotation
Add more error tables to various commands
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.

None yet

5 participants