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-F13-4] UniMate #100

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

Conversation

lihongguang00
Copy link

UniMate helps NUS Students track their calendars as well as compare it with their peers' calendars for easy meeting planning.

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #100 (79eb156) into master (5a35c29) will increase coverage by 2.03%.
The diff coverage is 79.19%.

@@             Coverage Diff              @@
##             master     #100      +/-   ##
============================================
+ Coverage     88.98%   91.01%   +2.03%     
- Complexity      885      975      +90     
============================================
  Files           112      121       +9     
  Lines          2379     2639     +260     
  Branches        268      299      +31     
============================================
+ Hits           2117     2402     +285     
+ Misses          196      169      -27     
- Partials         66       68       +2     
Files Coverage Δ
src/main/java/seedu/address/logic/Messages.java 95.23% <100.00%> (+2.93%) ⬆️
...edu/address/logic/commands/ClearEventsCommand.java 100.00% <ø> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <ø> (ø)
...java/seedu/address/logic/commands/EditCommand.java 97.46% <100.00%> (ø)
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <100.00%> (ø)
...java/seedu/address/logic/commands/HelpCommand.java 100.00% <100.00%> (ø)
...dress/logic/commands/ViewContactEventsCommand.java 100.00% <100.00%> (ø)
...ess/logic/parser/AddContactEventCommandParser.java 100.00% <100.00%> (ø)
...eedu/address/logic/parser/DeleteCommandParser.java 100.00% <100.00%> (ø)
.../address/logic/parser/DeleteTaskCommandParser.java 100.00% <100.00%> (ø)
... and 41 more

... and 5 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

yuxunn pushed a commit to yuxunn/tp that referenced this pull request Oct 30, 2023
Update UG and DG with View Command and UI Class Diagram
nicrandomlee and others added 28 commits November 3, 2023 02:35
Removed unused imports for EditPersonDescriptor
Added javadocs for EditPersonDescriptor
Removed unused import
Added guard clause for user exceeding index of event list
# Conflicts:
#	src/main/java/seedu/address/logic/parser/ParserUtil.java
#	src/main/java/seedu/address/logic/parser/UniMateParser.java
#	src/test/java/seedu/address/logic/parser/UniMateParserTest.java
Updated javadoc to standardize format
lihongguang00 and others added 30 commits November 14, 2023 00:52
Update PPP and DG
More fix
Update DG
Fix a bug where editing only the time start or time end will show
the wrong error message
Update UG
Update UG
Update UG
Update DG
Update PPP
Update AboutUs
Update codecov.yml
Update website picture
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