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-T16-1] UNIon #89

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

Conversation

sebbycake
Copy link

UNIon helps NUS computer science students better manage and organize the plethora of school-based group chats and contacts conveniently. Packed with Unix command formats, we ensure a smooth and easy onboarding experience for our users due to their familiarity with Unix learned in past CS modules.

@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2021

Codecov Report

Merging #89 (bd09e24) into master (ba53b8c) will increase coverage by 0.51%.
The diff coverage is 74.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #89      +/-   ##
============================================
+ Coverage     72.15%   72.67%   +0.51%     
- Complexity      399      590     +191     
============================================
  Files            70       94      +24     
  Lines          1232     1808     +576     
  Branches        125      236     +111     
============================================
+ Hits            889     1314     +425     
- Misses          311      409      +98     
- Partials         32       85      +53     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 71.42% <0.00%> (-3.58%) ⬇️
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <ø> (ø)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <ø> (ø)
...r/exceptions/DuplicatePersonInFolderException.java 0.00% <0.00%> (ø)
.../main/java/seedu/address/model/person/Address.java 90.00% <ø> (+10.00%) ⬆️
...rc/main/java/seedu/address/model/person/Email.java 90.00% <ø> (+10.00%) ⬆️
src/main/java/seedu/address/model/person/Name.java 90.00% <ø> (+10.00%) ⬆️
...c/main/java/seedu/address/model/person/Person.java 100.00% <ø> (+2.38%) ⬆️
...rc/main/java/seedu/address/model/person/Phone.java 90.00% <ø> (+10.00%) ⬆️
... and 56 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...bd09e24. Read the comment docs.

xlzior and others added 29 commits October 4, 2021 14:01
Update existing commands to unix format
Add list folder command and update GUI to display list of folders
Update UG with find folders command
Update GUI window's title and logo
Fix bug that clears folders when clearing contacts
xlzior and others added 30 commits November 5, 2021 22:10
Update user stories and class diagram
…-name

Update constant in DG to follow naming convention
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