Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
794 commits
Select commit Hold shift + click to select a range
501f700
Remove edit candidate list of an interview functionality in edit_i
sueann-chua Nov 4, 2021
d8c9d69
Remove list of valid parameter inputs
sueann-chua Nov 4, 2021
09421b8
Merge pull request #246 from sueann-chua/update-UG
sw-boi Nov 4, 2021
e3046f4
Update UserGuide
wanyu-l Nov 4, 2021
83a6ff5
Merge branch 'master' into PE-D-FixUG-Storage
wanyu-l Nov 4, 2021
eba5f51
Remove tests for editing candidate list of an interview.
sueann-chua Nov 4, 2021
56030ca
Merge pull request #245 from wanyu-l/PE-D-FixUG-Storage
sw-boi Nov 4, 2021
3b455be
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sueann-chua Nov 4, 2021
9e4c682
Update feedback to user to include candidate name and index and inter…
sueann-chua Nov 4, 2021
4406e8f
Update UG setup
sw-boi Nov 4, 2021
36d1f27
Add comma
sw-boi Nov 4, 2021
4137559
Update summary table
sw-boi Nov 4, 2021
810a4d1
Fix unassign-warning
sw-boi Nov 4, 2021
e88c65c
Check if candidate applied to updated position
sueann-chua Nov 4, 2021
140805c
Include max index value for command failure message
JeffZincatz Nov 4, 2021
7887f9e
Merge branch 'master' into bugFix
JeffZincatz Nov 4, 2021
1e2b487
Update PersonCard and various fxml files
wanyu-l Nov 4, 2021
4c3d8a8
Update PersonCard and PeronListCard.fxml
wanyu-l Nov 4, 2021
03d6d9d
Update RemarkCommand
wanyu-l Nov 4, 2021
aa78bb7
Update PersonCard
wanyu-l Nov 4, 2021
0d94589
Update PersonCard
wanyu-l Nov 4, 2021
1cdea2c
Display only command format message if no index is provided
JeffZincatz Nov 5, 2021
4ad8501
Merge branch 'bugFix' of https://github.com/JeffZincatz/tp into bugFix
JeffZincatz Nov 5, 2021
aeffa48
Merge pull request #258 from seaweediman/fix-unassign-warning
sw-boi Nov 5, 2021
5ee240d
Merge pull request #255 from seaweediman/update-UG-setup
sw-boi Nov 5, 2021
e1b0472
Update add_p to add_x
sw-boi Nov 5, 2021
1d124e0
Fix test behaviours and add new relevant tests
JeffZincatz Nov 5, 2021
6b81055
Update assign/unassign
sw-boi Nov 5, 2021
a9bc2d5
Add test case for empty candidate indexes
sw-boi Nov 5, 2021
da60dac
Remove extra linebreaks
JeffZincatz Nov 5, 2021
f77b61b
PPP draft
sw-boi Nov 5, 2021
72bd58a
Merge pull request #252 from JeffZincatz/bugFix
sw-boi Nov 5, 2021
d455081
Fix checkstyle
sw-boi Nov 5, 2021
7be64d1
Merge with master
sw-boi Nov 5, 2021
d920941
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sueann-chua Nov 5, 2021
95649a0
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sueann-chua Nov 5, 2021
1199857
Merge pull request #254 from sueann-chua/remove-edit_i-candidates_fun…
sw-boi Nov 5, 2021
309637f
Split checking and executing
sueann-chua Nov 5, 2021
5f89789
Edit message_usage to warn users that only one field can be edited an…
sueann-chua Nov 5, 2021
ad96f79
Edit message not edited such that only one field is needed
sueann-chua Nov 5, 2021
33e57fe
Add check if both fields are edited, if so, throw commandexception
sueann-chua Nov 5, 2021
a424238
Fix edit_i
sw-boi Nov 5, 2021
b0aa818
Fix test case
sw-boi Nov 5, 2021
3ee2ade
Update testcase
sw-boi Nov 5, 2021
e1def4e
Fix checkstyle
sw-boi Nov 5, 2021
0beed6b
Merge pull request #253 from sueann-chua/add-warning-assign
sw-boi Nov 5, 2021
8dc523f
Edit test methods to throw error if both fields are edited
sueann-chua Nov 5, 2021
10eaee8
merge with master
sw-boi Nov 5, 2021
6aed7f0
UG changes
codecodecoder78 Nov 5, 2021
4f7d2b1
Add how to use this user guide and input table for position and candi…
codecodecoder78 Nov 5, 2021
e6b94b6
Add complete product information
codecodecoder78 Nov 5, 2021
6cc8116
Merge pull request #265 from sueann-chua/edit_p-improvements
sw-boi Nov 5, 2021
4bc7ca2
Standardise find_x message and refer message
codecodecoder78 Nov 5, 2021
8d243da
Merge pull request #259 from seaweediman/DG-add-x
sueann-chua Nov 5, 2021
da99fcc
Merge pull request #260 from seaweediman/fix-empty-candidate-indexes
sueann-chua Nov 5, 2021
5a661a2
Merge pull request #261 from seaweediman/ppp
sueann-chua Nov 5, 2021
820c8ad
First version of PPP
sueann-chua Nov 5, 2021
df87c76
Make bugfix for cascading updates on interviews and candidate's inter…
sueann-chua Nov 5, 2021
d81d2bf
Add details for enhancement for bugfix in edit_c
sueann-chua Nov 5, 2021
8785fb4
Merge pull request #262 from seaweediman/fix-edit-i
sueann-chua Nov 5, 2021
36baec6
Update AddInterviewCommand
wanyu-l Nov 6, 2021
f4e8f64
Update AddInterviewCommand
wanyu-l Nov 6, 2021
6bb690c
Merge pull request #247 from wanyu-l/PE-D-FixPersonCardDisplayOverlap
sw-boi Nov 6, 2021
3a9985b
Add guard clause if c= is not given
sw-boi Nov 6, 2021
74c7c09
Update wanyu.md
wanyu-l Nov 6, 2021
89992d4
Merge pull request #269 from seaweediman/fix-add-i
wanyu-l Nov 6, 2021
c3364fe
Merge pull request #267 from sueann-chua/PPP-draft
sw-boi Nov 6, 2021
023519b
Update wanyu.md
wanyu-l Nov 6, 2021
57b00bb
Merge pull request #270 from wanyu-l/PPP-Draft
sw-boi Nov 6, 2021
dfc2f4d
Update ppp
sw-boi Nov 6, 2021
676676a
Add first verision of PPP
JeffZincatz Nov 6, 2021
facc45e
Merge branch 'master' into documentation
JeffZincatz Nov 6, 2021
f2905b2
Correct ppp markdown path in AboutUs.md
JeffZincatz Nov 6, 2021
fed5bac
Fix checkstyle
JeffZincatz Nov 6, 2021
f4953b8
Fix more checkstyle
JeffZincatz Nov 6, 2021
bdae3a1
Update PPP and Ui.png
wanyu-l Nov 6, 2021
75b5231
Update wanyu-l.md
wanyu-l Nov 6, 2021
a9e475a
Merge pull request #272 from JeffZincatz/documentation
sw-boi Nov 6, 2021
18b1bbd
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp
sw-boi Nov 6, 2021
1f5a640
Update UG
codecodecoder78 Nov 6, 2021
64e6b09
Merge pull request #271 from seaweediman/ppp
codecodecoder78 Nov 6, 2021
463964e
Merge branch 'master' into DG-UG-changes
codecodecoder78 Nov 6, 2021
1b2e6d7
Update AddInterviewCommand and Person
wanyu-l Nov 6, 2021
19664fe
Update PPP
wanyu-l Nov 6, 2021
d81fa26
Update PPP
wanyu-l Nov 6, 2021
e403c05
Update isSamePerson in Person
wanyu-l Nov 6, 2021
0c519e2
Fix typo
codecodecoder78 Nov 6, 2021
16480b4
Merge branch 'DG-UG-changes' of https://github.com/angnobel/tp into D…
codecodecoder78 Nov 6, 2021
74d2e5b
Fix linking
codecodecoder78 Nov 6, 2021
c18df45
Merge pull request #266 from angnobel/DG-UG-changes
sw-boi Nov 6, 2021
7ff895c
Merge pull request #274 from wanyu-l/UpdatePPPAndUiPng
sw-boi Nov 6, 2021
b73a6c5
Update PPP
wanyu-l Nov 6, 2021
f7cbdd1
Merge pull request #275 from wanyu-l/UpdatePPP-Rename
sw-boi Nov 6, 2021
9a89078
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp
sw-boi Nov 6, 2021
b13e7c7
Explained that there are 3 sections in UG
sw-boi Nov 6, 2021
2845b78
Update DG
codecodecoder78 Nov 6, 2021
ba0f750
Merge pull request #277 from angnobel/DG-UG-changes
sw-boi Nov 6, 2021
4ab6758
Merge pull request #276 from seaweediman/update-UG-sections
sw-boi Nov 6, 2021
f4418c2
Add newPositions = positionReferences as per Iman's comment
sueann-chua Nov 6, 2021
83fa448
Trailing whitespaces
sueann-chua Nov 6, 2021
db80824
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sueann-chua Nov 6, 2021
01b0c71
Add more details
sueann-chua Nov 6, 2021
488d3ba
PPP
codecodecoder78 Nov 6, 2021
83feff0
Change format of PR label
codecodecoder78 Nov 6, 2021
2c8ad0d
Remove trialing whitespaces
codecodecoder78 Nov 6, 2021
53aa7a6
Merge pull request #268 from sueann-chua/edit_c-bugfix
codecodecoder78 Nov 7, 2021
613911e
Updated model diagram
sw-boi Nov 7, 2021
b993dbf
Add line breaks between diagrams
sw-boi Nov 7, 2021
ca456b3
Fix checkstyle
sw-boi Nov 7, 2021
42006f7
Update Ui Diagram
sw-boi Nov 7, 2021
9373af0
Update image format
sw-boi Nov 7, 2021
6c931c5
Add () to hasX
sw-boi Nov 7, 2021
dc55973
Split paragraph into two for readability
sueann-chua Nov 7, 2021
f9b1450
Delete template in aboutUs
sw-boi Nov 7, 2021
12c75dd
Add responsibilities to AboutMe
sueann-chua Nov 7, 2021
3f49614
Attempt to fix vaious UG bugs
JeffZincatz Nov 7, 2021
7124da5
Remove Address Book
codecodecoder78 Nov 7, 2021
9ac0719
Indiciate which alterantive is selected in DG find_x
codecodecoder78 Nov 7, 2021
605e91a
Fix DG use case title format to bold and underlined
JeffZincatz Nov 7, 2021
fdbc0ea
Update aboutus
codecodecoder78 Nov 7, 2021
285ba51
Update PPP
JeffZincatz Nov 7, 2021
9bcaf36
Update AddCandidateCommand and EditCandidateCommand
wanyu-l Nov 7, 2021
7bff8a7
Add reference to interview section anchor link
JeffZincatz Nov 7, 2021
d8952ee
Attempt to fix bug in anchor link
JeffZincatz Nov 7, 2021
b2a7776
Attempt 2 to fix bug in anchor link
JeffZincatz Nov 7, 2021
f7190f7
Update PPP links and AboutUs
JeffZincatz Nov 7, 2021
31f5e22
Merge pull request #278 from sueann-chua/PPP-draft
wanyu-l Nov 7, 2021
430437e
Merge pull request #291 from JeffZincatz/developerguide
wanyu-l Nov 7, 2021
a6cb95b
Update PPP and AboutUs
sw-boi Nov 7, 2021
bb58561
Merge pull request #292 from angnobel/final-changes
sw-boi Nov 7, 2021
0d01c90
merge with master
sw-boi Nov 7, 2021
21997b1
Update EditCandidateInterviewCommand
wanyu-l Nov 7, 2021
063fcad
Fix checkstyles
JeffZincatz Nov 7, 2021
d805963
Fix typos
JeffZincatz Nov 7, 2021
5aadd82
Merge pull request #290 from JeffZincatz/documentation
sw-boi Nov 7, 2021
9c91d22
Merge pull request #294 from JeffZincatz/ppp
sw-boi Nov 7, 2021
590ab5b
update-UG-UI
sw-boi Nov 7, 2021
58229fd
Merge pull request #281 from seaweediman/fix-model-diagram
JeffZincatz Nov 7, 2021
7b82b92
Update EditCandidateCommand
wanyu-l Nov 7, 2021
792d085
Merge pull request #293 from wanyu-l/UpdateMessageForDuplicateCandidates
JeffZincatz Nov 7, 2021
1a25091
Update ppp
JeffZincatz Nov 7, 2021
fe69a68
Fix typos
sueann-chua Nov 7, 2021
1f48462
Update AboutUs Responsibilities
JeffZincatz Nov 7, 2021
61e2d07
Merge pull request #296 from seaweediman/ppp
JeffZincatz Nov 7, 2021
7a0c8cc
Update Ui.png
sw-boi Nov 7, 2021
47d8c57
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sw-boi Nov 7, 2021
0854ad4
Update ParserUtil.java
sw-boi Nov 7, 2021
94e68e5
Fix checkstyle
sw-boi Nov 7, 2021
f9dc75a
Merge pull request #298 from JeffZincatz/ppp
sw-boi Nov 7, 2021
5ccd76a
Fix some proofreading errors
sw-boi Nov 7, 2021
48aaf68
Reorder user stories
sueann-chua Nov 7, 2021
7ed75d4
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sueann-chua Nov 7, 2021
646c4d6
Update logic diagram and description
sw-boi Nov 8, 2021
87f0959
Update ppp
sw-boi Nov 8, 2021
6578b55
Remove spacing for formatting of asterisks
sueann-chua Nov 8, 2021
b60cb35
Merge pull request #297 from seaweediman/update-UG-UI
sueann-chua Nov 8, 2021
467f2c3
Fix Typo
codecodecoder78 Nov 8, 2021
05035a0
Merge pull request #301 from seaweediman/update-DG-logic-diagram
sueann-chua Nov 8, 2021
2ed2418
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sueann-chua Nov 8, 2021
b523b23
Update AboutUs and wanyu-l.md
wanyu-l Nov 8, 2021
9cfb2a2
Merge pull request #299 from sueann-chua/DG-bugfixes
wanyu-l Nov 8, 2021
f2e52dd
Merge pull request #302 from wanyu-l/UpdatePPP
JeffZincatz Nov 8, 2021
711fe71
Merge branch 'master' into PPP
codecodecoder78 Nov 8, 2021
e647901
Merge pull request #279 from angnobel/PPP
sw-boi Nov 8, 2021
5ebf7a9
Fix format for UC02
JeffZincatz Nov 8, 2021
7675781
Remove unused description in use case
JeffZincatz Nov 8, 2021
14686ec
Add annotated GUI screenshot and table with description
sueann-chua Nov 8, 2021
c86999c
Add description
sueann-chua Nov 8, 2021
2893542
Fix DG-UG typos
sw-boi Nov 8, 2021
72b20ac
Merge pull request #307 from seaweediman/fix-UG-typos
wanyu-l Nov 8, 2021
1bb5adc
Cut down PPP
sueann-chua Nov 8, 2021
0edcf81
Reduce length of PPP
JeffZincatz Nov 8, 2021
d898ffd
Merge pull request #1 from JeffZincatz/ppp
JeffZincatz Nov 8, 2021
841066b
Reduce ppp length: 2
JeffZincatz Nov 8, 2021
402b916
Merge pull request #2 from JeffZincatz/ppp
JeffZincatz Nov 8, 2021
d495edf
Merge branch 'master' of https://github.com/JeffZincatz/tp
JeffZincatz Nov 8, 2021
243f171
Reduce ppp length: 3
JeffZincatz Nov 8, 2021
310e699
Reduce ppp length: 4
JeffZincatz Nov 8, 2021
2d40d2b
Reduce ppp length: 5
JeffZincatz Nov 8, 2021
70f7219
Reduce ppp size: 6
JeffZincatz Nov 8, 2021
e3e041e
Cut PPP
codecodecoder78 Nov 8, 2021
fa93d8e
Merge pull request #310 from JeffZincatz/ppp
sueann-chua Nov 8, 2021
d24e0af
Merge pull request #309 from sueann-chua/UG-GUI-ss
codecodecoder78 Nov 8, 2021
129596f
Cut PPP
codecodecoder78 Nov 8, 2021
4b9d720
Summaries PR reviewed with linked
codecodecoder78 Nov 8, 2021
c36bbb2
Merge pull request #311 from JeffZincatz/developerguide
sueann-chua Nov 8, 2021
d4cebb8
Cut ppp
sw-boi Nov 8, 2021
74b5503
Merge pull request #308 from sueann-chua/PPP-draft
sw-boi Nov 8, 2021
55c7ba5
Merge pull request #312 from angnobel/final-changes
sw-boi Nov 8, 2021
591bead
Add general commands to UG
sw-boi Nov 8, 2021
c090370
Update DG, FindXCommand, Assign and Unaasign
wanyu-l Nov 8, 2021
0b7ccca
Cut down PPP length
sueann-chua Nov 8, 2021
7365212
Merge pull request #313 from seaweediman/cut-ppp
sueann-chua Nov 8, 2021
114fb12
Cut PPP
sw-boi Nov 8, 2021
5a2c5fe
Merge pull request #316 from sueann-chua/cut-PPP
sw-boi Nov 8, 2021
2b20c6f
Update DG
wanyu-l Nov 8, 2021
4d839fa
Add commands to command summary
sw-boi Nov 8, 2021
f6c0e23
Update DG
wanyu-l Nov 8, 2021
0576a93
Fix hyperlinks in UG
sw-boi Nov 8, 2021
71b4c3c
Merge pull request #314 from seaweediman/add-UG-general-commands
sueann-chua Nov 8, 2021
0187990
Merge pull request #317 from seaweediman/cut-ppp
sueann-chua Nov 8, 2021
4184d1d
Update DG, assign and add_i
wanyu-l Nov 8, 2021
6e607bd
Update DG
wanyu-l Nov 8, 2021
f588c30
Update DG
wanyu-l Nov 8, 2021
ae0d64f
Update add_i and assign
wanyu-l Nov 8, 2021
c6eec72
Change headings into normal text
sw-boi Nov 8, 2021
3e79ec7
Update DG and Interview
wanyu-l Nov 8, 2021
0ecc6ec
Add lines to separate sections for readability
sueann-chua Nov 8, 2021
2d8bac7
Update Interview
wanyu-l Nov 8, 2021
b51cdc0
Merge pull request #318 from seaweediman/cut-ppp
sueann-chua Nov 8, 2021
bc93756
Update Interview
wanyu-l Nov 8, 2021
2701750
Update DG
wanyu-l Nov 8, 2021
ab539f6
cut ppp
sw-boi Nov 8, 2021
ee311d6
Update DG with manaual testing for position
JeffZincatz Nov 8, 2021
2e6009e
Merge pull request #321 from seaweediman/cut-ppp
wanyu-l Nov 8, 2021
66ed014
cut ppp
sw-boi Nov 8, 2021
cf5defe
Add linebreak before expected test outcome
JeffZincatz Nov 8, 2021
f53dc61
Merge pull request #322 from JeffZincatz/developerguide
sw-boi Nov 8, 2021
991f56f
Update DG
wanyu-l Nov 8, 2021
a524ac5
Merge pull request #323 from seaweediman/cut-ppp
JeffZincatz Nov 8, 2021
9258856
Add candidate manual testing
sw-boi Nov 8, 2021
3dca900
Merge pull request #319 from sueann-chua/UG-bugfix-lines
JeffZincatz Nov 8, 2021
de07e58
Merge branch 'master' into UpdateDG-ManualTestCases
wanyu-l Nov 8, 2021
d3375dc
Fix checkstyle
sw-boi Nov 8, 2021
989b09b
Merge pull request #324 from seaweediman/add-DG-manual-c
codecodecoder78 Nov 8, 2021
ea79ee8
Update DG
wanyu-l Nov 8, 2021
934a85e
Merge branch 'master' into UpdateDG-ManualTestCases
wanyu-l Nov 8, 2021
941a7d4
Add back enhancements
sw-boi Nov 8, 2021
56038d1
PPP Update
codecodecoder78 Nov 8, 2021
b05d467
Merge pull request #325 from seaweediman/cut-ppp
codecodecoder78 Nov 8, 2021
5fd4812
Fix formatting
sueann-chua Nov 8, 2021
f9736a6
FINAL PPP
sw-boi Nov 8, 2021
42ae915
Final ppp version
sw-boi Nov 8, 2021
ff48bdb
Merge pull request #315 from wanyu-l/UpdateDG-ManualTestCases
sueann-chua Nov 8, 2021
33bf5e4
Merge pull request #326 from angnobel/DG-manual-testing-position
sueann-chua Nov 8, 2021
d027d4f
Merge pull request #327 from sueann-chua/UG-Lines
codecodecoder78 Nov 8, 2021
bf03ef7
Merge pull request #328 from seaweediman/cut-ppp
sueann-chua Nov 8, 2021
ef2d6a6
Remove team email at AboutUs.md
sw-boi Nov 8, 2021
819decb
Underline headings
sw-boi Nov 8, 2021
4745e81
Merge pull request #329 from seaweediman/cut-ppp
codecodecoder78 Nov 8, 2021
5ec3b43
Update ppp
sw-boi Nov 8, 2021
a6a62bb
Update UG
wanyu-l Nov 8, 2021
96e0d3a
Merge branch 'master' of https://github.com/AY2122S1-CS2103T-W13-1/tp…
sw-boi Nov 8, 2021
3765a0b
Add launch thingy
sw-boi Nov 8, 2021
6f441a8
Add launch thingy
sw-boi Nov 8, 2021
bc36dc7
Merge pull request #330 from wanyu-l/UG-Edit_c
JeffZincatz Nov 8, 2021
d4eaf77
Merge pull request #331 from seaweediman/cut-ppp
sueann-chua Nov 8, 2021
d3fe459
Update DG with format
wanyu-l Nov 8, 2021
c462c86
DG update
wanyu-l Nov 8, 2021
e832b95
Merge pull request #332 from wanyu-l/DG-formatUpdates
JeffZincatz Nov 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/AY2122S1-CS2103T-W13-1/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S1-CS2103T-W13-1/tp/actions)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
## HR Manager

HR Manager will help you manage the people to be interviewed, making the scheduling process **easier** and **faster** for your company!

Tired of losing track of scheduled interviews?
HR manager's interviewee manager’s easy to use features will help you to arrange for upcoming interviews quickly and in your desired manner.

The data you have provided will also be stored safely and securely for subsequent uses, transferrable to other devices too!

**_This project is based on the AddressBook-Level3 project created by the SE-EDU initiative._**

6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'HRManager.jar'
}

defaultTasks 'clean', 'test'

run {
enableAssertions = true
}
69 changes: 41 additions & 28 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,68 @@ title: About Us

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Xu Jiheng

<img src="images/johndoe.png" width="200px">
<img src="images/jeffzincatz.png" width="200px">

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/JeffZincatz)] [[portfolio](team/jeffzincatz.md)]

* Role: Project Advisor
* Role: Developer
* Responsibilities:
* Position and interview modelling
* List commands (`list_p` and `list_i`)
* Refactoring GUI components
* Formatting for UG and DG
* Reviewing PRs

### Jane Doe
### Chua Sue-Ann

<img src="images/johndoe.png" width="200px">
<img src="images/sueann-chua.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/sueann-chua)] [[portfolio](team/sueann-chua.md)]

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities:
* Edit and Assign commands (`edit_p`, `edit_i` and `assign`)
* Proofreading changes to UG and DG

### Johnny Doe
### Mohamed Noriman

<img src="images/johndoe.png" width="200px">
<img src="images/seaweediman.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/seaweediman)] [[portfolio](team/seaweediman.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities:
* Remark candidate command (`remark_c`)
* Add position command (`add_p`)
* Delete interview command (`delete_i`)
* 'Unassign' command (`unassign`)
* Reviewing PRs

### Jean Doe
### Liu Wanyu

<img src="images/johndoe.png" width="200px">
<img src="images/wanyu-l.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/wanyu-l)] [[portfolio](team/wanyu-l.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities:
* Draft Position Model
* Changes to Storage Component
* Delete position command (`delete_p`)
* Add interview command (`add_i`)
* Code tests

### James Doe
### Nobel Ang

<img src="images/johndoe.png" width="200px">
<img src="images/angnobel.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/angnobel)] [[portfolio](team/angnobel.md)]

* Role: Developer
* Responsibilities: UI
* Responsibilities:
* Handle Github issues and milestones
* `find_x` command, documentation and tests
Loading