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-W09-1] UniGenda #47

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

Conversation

tyanhan
Copy link

@tyanhan tyanhan commented Feb 14, 2022

UniGenda is a desktop app for managing contacts, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you are a NUS student, and you can type fast, UniGenda can get your contact management and scheduling tasks done faster than traditional GUI apps.

@tyanhan tyanhan changed the title [CS2103-W09-1] UniGenda [CS2103T-W09-1] UniGenda Feb 14, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2022

Codecov Report

Merging #47 (7b743ad) into master (4f7660a) will decrease coverage by 4.38%.
The diff coverage is 65.53%.

@@             Coverage Diff              @@
##             master      #47      +/-   ##
============================================
- Coverage     72.15%   67.77%   -4.39%     
- Complexity      399      707     +308     
============================================
  Files            70      107      +37     
  Lines          1232     2430    +1198     
  Branches        125      332     +207     
============================================
+ Hits            889     1647     +758     
- Misses          311      653     +342     
- Partials         32      130      +98     
Impacted Files Coverage Δ
...n/java/seedu/address/commons/core/GuiSettings.java 69.23% <ø> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...mmons/exceptions/InvalidEnumArgumentException.java 0.00% <0.00%> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 71.42% <0.00%> (-3.58%) ⬇️
...eedu/address/logic/commands/person/AddCommand.java 100.00% <ø> (ø)
...du/address/logic/commands/person/ClearCommand.java 100.00% <ø> (ø)
...u/address/logic/commands/person/DeleteCommand.java 100.00% <ø> (ø)
...edu/address/logic/commands/person/ListCommand.java 100.00% <ø> (ø)
...dress/logic/parser/person/DeleteCommandParser.java 100.00% <ø> (ø)
...address/logic/parser/person/FindCommandParser.java 100.00% <ø> (ø)
... and 63 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 4f7660a...7b743ad. Read the comment docs.

hanqinilnix and others added 28 commits April 9, 2022 11:47
Fix splitting string with multiple whitespaces
Fix issue with dates that distant in the future
Update AddEvent sequence diagram
…tsatDate

Update FindCommonTimingCommand.java
hanqinilnix and others added 30 commits April 11, 2022 22:23
Modify example of import schedule
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