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-T17-3] CANdidates #18

Closed
wants to merge 1,040 commits into from

Conversation

raythx98
Copy link

@raythx98 raythx98 commented Sep 7, 2020

This application is designed for job recruiters to track candidates according to which job listing they are interested in. Relevant contacts of all applicants are centralised and categorised, reducing the hassle of having to look for applicants repeatedly on different platforms for each new job posting.

@raythx98 raythx98 closed this Sep 7, 2020
@raythx98 raythx98 reopened this Sep 14, 2020
BILLXYR pushed a commit to BILLXYR/tp that referenced this pull request Sep 23, 2020
Add use case for user stories 4-6 in DG, update target user profile and value proposition in DG
li-s pushed a commit to li-s/tp that referenced this pull request Sep 26, 2020
Updates _config.yml - Resolve nus-cs2103-AY2021S1#25 
README - Updates build status badge - Resolve nus-cs2103-AY2021S1#18 
README - Add Ui mockup - Resolve nus-cs2103-AY2021S1#11 
AboutUs - Add information of Ma Yueran - Resolve nus-cs2103-AY2021S1#10
UserGuide - Updates Introduction of HelloFile - Resolve nus-cs2103-AY2021S1#9
GeNiaaz pushed a commit to GeNiaaz/tp that referenced this pull request Sep 26, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #18 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #18   +/-   ##
=========================================
  Coverage     72.31%   72.31%           
  Complexity      400      400           
=========================================
  Files            70       70           
  Lines          1228     1228           
  Branches        124      124           
=========================================
  Hits            888      888           
  Misses          308      308           
  Partials         32       32           
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 75.00% <ø> (ø) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <ø> (ø) 7.00 <0.00> (ø)
...java/seedu/address/logic/commands/EditCommand.java 97.01% <ø> (ø) 12.00 <0.00> (ø)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
.../seedu/address/logic/parser/FindCommandParser.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
...in/java/seedu/address/logic/parser/ParserUtil.java 97.22% <ø> (ø) 14.00 <0.00> (ø)
src/main/java/seedu/address/model/AddressBook.java 91.66% <ø> (ø) 12.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
... and 15 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 6389d85...90cf864. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Oct 10, 2020

Codecov Report

Merging #18 (dd3236c) into master (6389d85) will increase coverage by 4.83%.
The diff coverage is 80.93%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #18      +/-   ##
============================================
+ Coverage     72.31%   77.15%   +4.83%     
- Complexity      400      977     +577     
============================================
  Files            70      135      +65     
  Lines          1228     2709    +1481     
  Branches        124      337     +213     
============================================
+ Hits            888     2090    +1202     
- Misses          308      534     +226     
- Partials         32       85      +53     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/Main.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...n/java/seedu/address/commons/core/GuiSettings.java 69.23% <ø> (ø) 5.00 <0.00> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../java/seedu/address/model/information/Address.java 90.00% <ø> (ø) 7.00 <0.00> (?)
...in/java/seedu/address/model/information/Email.java 70.00% <0.00%> (ø) 7.00 <2.00> (?)
...ain/java/seedu/address/model/information/Name.java 80.00% <ø> (ø) 6.00 <0.00> (?)
...in/java/seedu/address/model/information/Phone.java 80.00% <ø> (ø) 6.00 <0.00> (?)
...du/address/model/information/UniquePersonList.java 92.68% <ø> (ø) 20.00 <0.00> (?)
...formation/exceptions/DuplicatePersonException.java 100.00% <ø> (ø) 1.00 <0.00> (?)
... and 176 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 6389d85...be5162f. Read the comment docs.

michael-setia added a commit to AY2021S1-CS2103T-F12-3/tp that referenced this pull request Oct 16, 2020
BILLXYR pushed a commit to BILLXYR/tp that referenced this pull request Oct 28, 2020
@raythx98 raythx98 closed this Oct 11, 2022
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.

None yet

7 participants