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-W14-4] EventfulNUS #54

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

Conversation

youngseopark05
Copy link

EventfulNUS is a sports event (e.g. IFG) organiser that needs to manage and contact: Audience, Athletes, Committee Members, Referees, Photography. It is optimized for CLI users who have event participants to keep track of.

All event organizers will be able to:

  • View what kind of participant each contact is in the application is without having to dig through paperwork / NUSync
  • View how participants are grouped by membership (e.g. faculty sports team) without having to dig through paperwork / NUSync
  • Track the particular participant’s involvement in the event’s sub-events (e.g. IFG has multiple sub-events that stakeholders can take part in) without having to dig through paperwork / NUSync

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

Attention: Patch coverage is 82.04804% with 142 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ava/seedu/eventfulnus/logic/parser/ParserUtil.java 88.74% 13 Missing and 4 partials ⚠️
...main/java/seedu/eventfulnus/model/event/Event.java 68.62% 10 Missing and 6 partials ⚠️
...main/java/seedu/eventfulnus/ui/EventListPanel.java 0.00% 12 Missing ⚠️
...u/eventfulnus/logic/commands/EditEventCommand.java 86.84% 2 Missing and 8 partials ⚠️
src/main/java/seedu/eventfulnus/ui/EventCard.java 0.00% 9 Missing ⚠️
...seedu/eventfulnus/model/event/UniqueEventList.java 83.67% 5 Missing and 3 partials ⚠️
...us/model/event/EventContainsKeywordsPredicate.java 63.15% 1 Missing and 6 partials ⚠️
...a/seedu/eventfulnus/model/util/SampleDataUtil.java 74.07% 7 Missing ⚠️
src/main/java/seedu/eventfulnus/ui/PersonCard.java 0.00% 7 Missing ⚠️
...entfulnus/logic/parser/EditEventCommandParser.java 84.84% 0 Missing and 5 partials ⚠️
... and 23 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/eventfulnus/AppParameters.java 95.65% <ø> (ø) 12.00 <0.00> (?)
src/main/java/seedu/eventfulnus/Main.java 0.00% <ø> (ø) 0.00 <0.00> (?)
src/main/java/seedu/eventfulnus/MainApp.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...in/java/seedu/eventfulnus/commons/core/Config.java 77.27% <ø> (ø) 9.00 <0.00> (?)
...va/seedu/eventfulnus/commons/core/GuiSettings.java 76.92% <ø> (ø) 8.00 <0.00> (?)
...ava/seedu/eventfulnus/commons/core/LogsCenter.java 78.78% <ø> (ø) 5.00 <0.00> (?)
...n/java/seedu/eventfulnus/commons/core/Version.java 82.50% <ø> (ø) 19.00 <0.00> (?)
...va/seedu/eventfulnus/commons/core/index/Index.java 100.00% <ø> (ø) 11.00 <0.00> (?)
...ulnus/commons/exceptions/DataLoadingException.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...lnus/commons/exceptions/IllegalValueException.java 100.00% <ø> (ø) 2.00 <0.00> (?)
... and 93 more

potaotototo pushed a commit to potaotototo/tp that referenced this pull request Oct 10, 2024
…MenuBarResultDisplay-branch

Update CSS colors to match Figma wireframe
leowolf275 and others added 30 commits November 12, 2024 10:16
Change sub-event to event and remove UC4
Use weblinks for some hyperlinked docs
Add planned enhancements 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.

5 participants