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-F09-1] ClubConnect #25

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

Conversation

G-Y-Chan
Copy link

ClubConnect helps streamline computing club's communication and organization with our address book app. Effortlessly manage member details, sponsor contacts, and event participants in one place. Enhance collaboration, boost engagement, and ensure seamless planning, all while saving time and reducing administrative hassle.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 88.36237% with 167 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...address/logic/parser/AssignEventCommandParser.java 59.52% 13 Missing and 4 partials ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 17 Missing ⚠️
...seedu/address/logic/commands/EditEventCommand.java 75.40% 6 Missing and 9 partials ⚠️
src/main/java/seedu/address/ui/EventListPanel.java 0.00% 12 Missing ⚠️
...va/seedu/address/logic/commands/ImportCommand.java 85.71% 4 Missing and 4 partials ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 78.37% 4 Missing and 4 partials ⚠️
src/main/java/seedu/address/ui/EventCard.java 0.00% 8 Missing ⚠️
...odel/event/EventNameContainsKeywordsPredicate.java 46.15% 7 Missing ⚠️
...ava/seedu/address/model/event/UniqueEventList.java 87.71% 4 Missing and 3 partials ⚠️
...u/address/model/id/counter/list/IdCounterList.java 80.76% 2 Missing and 3 partials ⚠️
... and 28 more
Files with missing lines Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 78.26% <100.00%> (+0.98%) 4.00 <1.00> (+1.00)
src/main/java/seedu/address/logic/Messages.java 92.00% <100.00%> (+4.50%) 4.00 <1.00> (+1.00)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <0.00> (ø)
.../seedu/address/logic/commands/AddEventCommand.java 100.00% <100.00%> (ø) 8.00 <8.00> (?)
...nds/AssignEventByPersonIndexEventIndexCommand.java 100.00% <100.00%> (ø) 11.00 <11.00> (?)
...edu/address/logic/commands/AssignEventCommand.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...va/seedu/address/logic/commands/CommandResult.java 100.00% <100.00%> (ø) 20.00 <8.00> (+7.00)
...u/address/logic/commands/DeleteByIndexCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 1.00 <1.00> (-6.00)
...ress/logic/commands/DeleteEventByIndexCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
... and 66 more

juliantayyc pushed a commit to juliantayyc/tp that referenced this pull request Oct 9, 2024
limyixiang and others added 28 commits November 2, 2024 18:38
…isation

Update ID counter list initialisation
Update delete event command to delete the event from all persons
Update User Guide to include delete event command
Change addressbook.json to clubconnect.json
G-Y-Chan and others added 30 commits November 12, 2024 03:33
Add testcases and use cases to developer guide
Add manual testing instructions for search command
Fix bug where event prefix is used with a blank
…eted-mine

Update DG as someone removed my parts
Update DG format for import export manual test cases
Update DG for search manual test cases
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.

5 participants