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-W12-1] SportsPA #66

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

Conversation

Moley456
Copy link

Some CCAs have many members and it can be hard for the leaders to keep track of everyone’s information and organise sessions, especially with COVID restrictions. The app will help NUS Sports CCA leaders to be able to better manage contact, attendance, administrative information of their members and training sessions.

@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2021

Codecov Report

Merging #66 (e22bf24) into master (ba53b8c) will increase coverage by 6.53%.
The diff coverage is 85.37%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #66      +/-   ##
============================================
+ Coverage     72.15%   78.68%   +6.53%     
- Complexity      399      978     +579     
============================================
  Files            70      131      +61     
  Lines          1232     2656    +1424     
  Branches        125      331     +206     
============================================
+ Hits            889     2090    +1201     
- Misses          311      465     +154     
- Partials         32      101      +69     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...ain/java/seedu/address/logic/commands/Command.java 100.00% <ø> (ø)
.../main/java/seedu/address/model/member/Address.java 0.00% <ø> (ø)
...rc/main/java/seedu/address/model/member/Phone.java 80.00% <ø> (ø)
...el/member/exceptions/DuplicateMemberException.java 100.00% <ø> (ø)
src/main/java/seedu/address/ui/FacilityCard.java 0.00% <0.00%> (ø)
.../main/java/seedu/address/ui/FacilityListPanel.java 0.00% <0.00%> (ø)
src/main/java/seedu/address/ui/HelpWindow.java 0.00% <ø> (ø)
src/main/java/seedu/address/ui/MainWindow.java 0.00% <0.00%> (ø)
... and 100 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba53b8c...e22bf24. Read the comment docs.

Shruthi0310 and others added 29 commits November 3, 2021 18:15
Dev Guide: Update implementation details and add diagrams for find member feature
Deleted member is removed from all locations immediately and
list is refreshed.
Add AllocateMemberCommand and DeallocateMemberCommand tests.
Update EditFacilityCommand tests.
Update javadocs and comments.
Update DeleteMemberCommand and EditFacilityCommandTest. add AllocateMemberCommandTest and DeallocateMemberCommandTest.
Fix bugs regarding error messages and increase result window height
Update command to throw CommandException if one or more of the
indices provided is invalid.
Resolve merge conflicts and update messages.
Update SetMemberAvailability Command
Update EditMemberCommand such that if a person is edited, they are
removed from the allocation maps of all facilities.
SetMemberAvailabilityCommand and EditMemberCommand removes the
members whose details have been changed from all allocations.
ModelStub overrides removePersonFromAllocations method.
…lityCommand

Update edit member and set member availability command
Shruthi0310 and others added 30 commits November 8, 2021 18:52
# Conflicts:
#	src/test/java/seedu/address/model/ModelManagerTest.java
Code quality improvements
Add line separator for DG Effort section
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.

6 participants