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-W10-3] ComputingConnection #107

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

Conversation

timothywongej
Copy link

SoConnect is for computer science university students who prefer to use CLI over GUI, and want to keep track of the large amounts of friends and staff they have encountered in university.

Through an address book, this product aims to store information, such as faculty, course, frequency of meeting, phone numbers, etc, of friends or staff, so that the student will be able to remember and refer when needed.

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2021

Codecov Report

Merging #107 (26bd2fc) into master (ba53b8c) will decrease coverage by 28.36%.
The diff coverage is 25.49%.

❗ Current head 26bd2fc differs from pull request most recent head f9ed44a. Consider uploading reports for the commit f9ed44a to get more accurate results
Impacted file tree graph

@@              Coverage Diff              @@
##             master     #107       +/-   ##
=============================================
- Coverage     72.15%   43.79%   -28.37%     
- Complexity      399      480       +81     
=============================================
  Files            70      116       +46     
  Lines          1232     2692     +1460     
  Branches        125      354      +229     
=============================================
+ Hits            889     1179      +290     
- Misses          311     1404     +1093     
- Partials         32      109       +77     
Impacted Files Coverage Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.37% <ø> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø)
...rc/main/java/seedu/address/logic/LogicManager.java 68.18% <0.00%> (-6.82%) ⬇️
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <ø> (ø)
...va/seedu/address/logic/commands/AddOrgCommand.java 0.00% <0.00%> (ø)
.../seedu/address/logic/commands/AddToOrgCommand.java 0.00% <0.00%> (ø)
...va/seedu/address/logic/commands/AppendCommand.java 0.00% <0.00%> (ø)
...ain/java/seedu/address/logic/commands/Command.java 100.00% <ø> (ø)
...u/address/logic/commands/DeleteFromOrgCommand.java 0.00% <0.00%> (ø)
... and 71 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...f9ed44a. Read the comment docs.

@timothywongej timothywongej changed the title [CS2103T-W10-3] SoConnect [CS2103T-W10-3] ComputingConnection Sep 28, 2021
djiangel and others added 28 commits October 24, 2021 16:33
* Add RemoveCommand class
* Add RemoveCommandParser class
feat: save interactions objects to DB
Added 'Interactions' to show on GUI
Added viewPerson FilteredList to enable proper JavaFX rendering
Update GUI to reflect 'View' detail page
Update validation regex for data fields
timothywongej and others added 30 commits November 8, 2021 19:24
Update UG and DG with diagrams
Format documentation for UG and DG with minor changes
Updated interaction screenshot for UG
Helping my teammate rename his file so it links properly
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