Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
698 commits
Select commit Hold shift + click to select a range
7ece541
Merge branch 'master' into implement-list-filter-sort
Apr 4, 2022
0f2da2b
Add check for non-blank filter argument
Apr 4, 2022
5171966
Fix checking of blank argument
Apr 4, 2022
3a16ac6
Make command result text box wrap instead of scroll bar
Apr 4, 2022
f683efa
Merge branch 'master' into update-user-guide
Apr 4, 2022
817ac5f
Update UG according to comments given during PED
Apr 4, 2022
423fe29
Merge pull request #268 from likeabowx/add-edit-interview
whtan99 Apr 5, 2022
d6e8428
Merge pull request #270 from likeabowx/implement-list-filter-sort
whtan99 Apr 5, 2022
da3445b
Merge pull request #271 from likeabowx/make-result-text-wrap
whtan99 Apr 5, 2022
764a5dd
Merge pull request #272 from likeabowx/update-user-guide
whtan99 Apr 5, 2022
57eaec2
Merge pull request #267 from likeabowx/show-applicant-status
likeabowx Apr 5, 2022
8ac3204
Add unit tests for the following classes
YiHern-Lee Apr 5, 2022
2aecf88
Fix checkstyle errors
YiHern-Lee Apr 5, 2022
16ce250
Merge pull request #273 from YiHern-Lee/157-add-unit-tests-parser-Pos…
whtan99 Apr 6, 2022
a1b1a4b
Refactor interview commands to use interview level methods
Apr 6, 2022
a644fde
Changed overall colours
Apr 6, 2022
fd31c58
update UG to reflect that applicant Name should be unique
SethCKL Apr 6, 2022
5d50938
Add unit testing for delete interview
Apr 6, 2022
c99deb1
Fix failing tests
Apr 6, 2022
f44d0d6
Merge pull request #276 from SethCKL/update-applicant-UG
whtan99 Apr 6, 2022
83956ae
Merge pull request #275 from goalfix/274-refactor-interview-commands
SethCKL Apr 6, 2022
0c2162c
refactor all persons in AB-3 to applicant
SethCKL Apr 6, 2022
4aab56b
Merge branch 'master' into refactor-persons
SethCKL Apr 6, 2022
1ab4ec6
fix merge conflict
SethCKL Apr 6, 2022
5c135d5
update unit tests to test AddApplicantCommandParser
SethCKL Apr 6, 2022
f74c614
Merge branch 'add-ApplicantCommandParser-UnitTest' into master
SethCKL Apr 6, 2022
1ddf3ca
Revert "Add applicant command parser unit test"
SethCKL Apr 6, 2022
4921c5a
Merge pull request #280 from AY2122S2-CS2103-W17-4/revert-279-add-App…
SethCKL Apr 6, 2022
58d87d2
Merge pull request #278 from SethCKL/refactor-persons
SethCKL Apr 6, 2022
35d7f8e
Update UserGuide to reflect proper usage for Positions
YiHern-Lee Apr 6, 2022
df76cfc
Merge pull request #282 from YiHern-Lee/224-user-guide-positions
khoahre123 Apr 6, 2022
17ebaa0
Move command box and result display to the bottom
Apr 6, 2022
00f54b5
More styling changes
Apr 6, 2022
db17ce2
Update UI image
Apr 6, 2022
c86180b
Merge pull request #277 from goalfix/103-add-unit-test-interviews
whtan99 Apr 6, 2022
e00d46d
update AddApplicantCommandParserTest
SethCKL Apr 6, 2022
7796b06
Merge branch 'master' of https://github.com/SethCKL/tp
SethCKL Apr 6, 2022
807c0ac
Merge pull request #283 from likeabowx/change-ui-style
SethCKL Apr 6, 2022
baf511b
Merge branch 'AY2122S2-CS2103-W17-4:master' into master
SethCKL Apr 6, 2022
ed95a73
refactor person to applicant
SethCKL Apr 6, 2022
1764bfc
fix checkstyle
SethCKL Apr 6, 2022
b73f6e3
fix checkstyle
SethCKL Apr 6, 2022
2a2e1cb
Merge pull request #284 from SethCKL/master
khoahre123 Apr 6, 2022
97af93c
Merge branch 'master' into refactor-person
SethCKL Apr 6, 2022
fb66055
Merge pull request #285 from SethCKL/refactor-person
SethCKL Apr 6, 2022
06ab217
Handle FileNotFoundException when using export command with open csv
khoahre123 Apr 6, 2022
730088b
Create a separate exception for export csv
khoahre123 Apr 6, 2022
3602c15
Add new help box in case someone type 'help help'
khoahre123 Apr 6, 2022
93c57c5
Fix checkstyle
khoahre123 Apr 6, 2022
3c81493
Update UG to reflect the position of export csv
khoahre123 Apr 6, 2022
4807ffb
Remove outdated command in UG and help command description
khoahre123 Apr 6, 2022
7d87e1d
Update UG and help description for updated documentation
khoahre123 Apr 6, 2022
0ddfbf8
Add examples for export command in UG and help description
khoahre123 Apr 6, 2022
d68ed5a
Update UG and help description for more detailed description of export
khoahre123 Apr 6, 2022
c11a4f5
Merge branch 'master' into master
likeabowx Apr 7, 2022
4a5882d
Merge pull request #2 from AY2122S2-CS2103-W17-4/master
likeabowx Apr 7, 2022
3e9b462
Fix errors caused by changing persons to applicants
Apr 7, 2022
2114488
Fix checkstyle
Apr 7, 2022
563394e
Merge pull request #287 from likeabowx/fix-nullpointerexception
khoahre123 Apr 7, 2022
004ed55
Refractor the help parser and command
khoahre123 Apr 7, 2022
8aba42f
Merge branch 'master' into fix-dry-PE-bug
khoahre123 Apr 7, 2022
353b9d3
Merge pull request #286 from khoahre123/fix-dry-PE-bug
likeabowx Apr 7, 2022
c183c87
Merge branch 'master' into unit-test-for-help
khoahre123 Apr 7, 2022
bc6889c
Add ParserUtil unit test for parseHelpArgument method
khoahre123 Apr 7, 2022
3eff0ff
Add unit testing for HelpCommandParser class
khoahre123 Apr 7, 2022
71e9d2a
update age regex
SethCKL Apr 7, 2022
65366cb
update UG for age
SethCKL Apr 7, 2022
a51d96c
Merge pull request #288 from SethCKL/update-age-regex
likeabowx Apr 7, 2022
30606a3
Add unit testing for help argument model
khoahre123 Apr 7, 2022
dbe2c9c
Merge pull request #289 from khoahre123/unit-test-for-help
likeabowx Apr 7, 2022
9cc4a2e
Add examples for accept and reject interview
Apr 7, 2022
73816a6
Merge pull request #291 from goalfix/226-add-example-reject-accept-in…
likeabowx Apr 7, 2022
2dedba0
Fix add interview in user guide
Apr 7, 2022
dce9ce3
Merge pull request #292 from goalfix/213-update-add-interview-ug
likeabowx Apr 7, 2022
05948ab
Update UserGuide.md
SethCKL Apr 7, 2022
831a4e2
Update UserGuide.md
SethCKL Apr 7, 2022
458a267
Update UserGuide.md
SethCKL Apr 7, 2022
2a69137
Edited likeabowx's ppp
Apr 7, 2022
699db4a
Merge pull request #294 from likeabowx/update-ppp
khoahre123 Apr 7, 2022
01693b1
Update SettingUp.md
SethCKL Apr 7, 2022
7fa31d8
update ppp
SethCKL Apr 7, 2022
64f6fec
Add unit tests for DeletePositionCommand
YiHern-Lee Apr 7, 2022
9e3c5e4
Add support for unit tests and fix equals logic
YiHern-Lee Apr 7, 2022
c6f5917
Add YiHern's contributions
YiHern-Lee Apr 7, 2022
60e37e0
Update PPP for Khoa
khoahre123 Apr 7, 2022
c2cfba0
Merge pull request #295 from SethCKL/update-ppp
khoahre123 Apr 7, 2022
9a54b52
Merge pull request #296 from YiHern-Lee/ppp-YiHern
khoahre123 Apr 7, 2022
2ed44e4
Merge pull request #297 from khoahre123/update-PPP-khoa
whtan99 Apr 8, 2022
77fe111
Update PPP for Wei Howe
Apr 8, 2022
b4355c2
Merge pull request #298 from goalfix/update-PPP-wei-howe
khoahre123 Apr 8, 2022
b7bbc79
Change add applicant example in app
SethCKL Apr 8, 2022
8c9f63e
update test case
SethCKL Apr 8, 2022
e4ebcdd
Merge pull request #299 from SethCKL/update-add-applicant-message
likeabowx Apr 8, 2022
ba2f2e2
Update name of logging file created
Apr 8, 2022
993250a
Update UI component in DG
Apr 8, 2022
a35a4bd
Update user stories
Apr 8, 2022
a096e95
Add use case for filtering data
Apr 8, 2022
3a67c56
Add NFRs
Apr 8, 2022
7a9bd7e
Updated links to files
Apr 8, 2022
56e960f
Fix bug related to parsing empty requirement
YiHern-Lee Apr 9, 2022
e4afc6c
Merge pull request #302 from YiHern-Lee/219-remove-requirements-bugfix
likeabowx Apr 9, 2022
66a898b
Add implementation details for filter
Apr 9, 2022
0f7a033
Merge pull request #300 from likeabowx/update-logging-filename
YiHern-Lee Apr 9, 2022
b1bca09
Add unit tests to cover Position commands
YiHern-Lee Apr 9, 2022
a51d01e
Merge branch 'master' into 281-add-unit-tests-position-command
YiHern-Lee Apr 9, 2022
6e5879e
Merge pull request #301 from likeabowx/update-developer-guide
YiHern-Lee Apr 9, 2022
127d498
Merge pull request #303 from YiHern-Lee/281-add-unit-tests-position-c…
likeabowx Apr 9, 2022
a0fb3c0
Fix date parser for inaccurate dates
Apr 9, 2022
ac6b26e
Merge pull request #304 from goalfix/205-fix-date-parsing
likeabowx Apr 9, 2022
2193e63
Merge branch 'master' into update-developer-guide
Apr 9, 2022
5f5591d
Fix delete interview not decrease position offers
Apr 9, 2022
36a5ecc
Merge pull request #305 from goalfix/293-reduce-offer-delete-interview
likeabowx Apr 9, 2022
b3fb55c
Update DG to reflect accurate sequence diagram & Position implementation
YiHern-Lee Apr 9, 2022
ae41a7f
Fix checkstyle
YiHern-Lee Apr 9, 2022
acc3abf
Fix Storage class diagram
khoahre123 Apr 9, 2022
90a4cec
Export storage digram and append DG
khoahre123 Apr 9, 2022
3b41822
Merge pull request #306 from YiHern-Lee/update-dg-logic
whtan99 Apr 10, 2022
8e68bf2
Update Architecture sequence diagram
Apr 10, 2022
dde8269
Merge branch 'master' into fix-DG
khoahre123 Apr 10, 2022
ef35157
Merge pull request #307 from khoahre123/fix-DG
whtan99 Apr 10, 2022
f8831d7
Add activity diagram for interview status
Apr 10, 2022
e594e23
Merge pull request #308 from goalfix/update-dg-wei-howe
khoahre123 Apr 10, 2022
5dd5582
Update DG for interview status
Apr 10, 2022
040ed7e
Update model component in DG
Apr 10, 2022
ca686c4
Merge pull request #309 from goalfix/update-interview-status-dg
likeabowx Apr 10, 2022
b8646c0
Merge pull request #310 from likeabowx/update-developer-guide
SethCKL Apr 10, 2022
f23c50f
Update sample data for Positions
YiHern-Lee Apr 10, 2022
648f079
remove applicant implementation in DG
SethCKL Apr 10, 2022
8eee75c
Merge pull request #311 from YiHern-Lee/update-Position-sample-data
likeabowx Apr 10, 2022
c86a620
Update DeleteSequenceDiagram
YiHern-Lee Apr 10, 2022
c69cb3b
Merge pull request #312 from SethCKL/remove-applicant-DG
whtan99 Apr 10, 2022
967277f
Merge branch 'master' into update-dg-logic
YiHern-Lee Apr 10, 2022
13330e8
Merge branch 'master' into update-dg-logic
YiHern-Lee Apr 10, 2022
013c2d1
Remove unnecessary text in DG
YiHern-Lee Apr 10, 2022
f4e324b
refactor AddressBook to HireLah
SethCKL Apr 10, 2022
75bbcf7
Update sorting part in DG
khoahre123 Apr 10, 2022
67af1ac
Merge pull request #313 from YiHern-Lee/update-dg-logic
khoahre123 Apr 10, 2022
1b13feb
rename addressBook.json to data\\HireLah.json
SethCKL Apr 10, 2022
f248f47
edit path name
SethCKL Apr 10, 2022
2862ad1
Merge pull request #315 from SethCKL/refactor-AddressBook
likeabowx Apr 10, 2022
bde1663
Add instructions for manual testing
Apr 10, 2022
c8bd583
Fix checkstyle
khoahre123 Apr 10, 2022
fe99113
Fix bug to reduce position when deleting applicant
Apr 10, 2022
fd85bb8
Merge pull request #314 from khoahre123/add-sort-DG
whtan99 Apr 10, 2022
b6f2712
Split up error message for passing interviews
Apr 10, 2022
104308c
Fix bug that allows for interview to be scheduled without opening
Apr 10, 2022
919f701
Merge pull request #341 from goalfix/328-fix-interview-deletion-when-…
likeabowx Apr 10, 2022
71a3a4e
Fix bug allowing candidate to have interview after hiring
Apr 10, 2022
a188554
Fix checkstyle
Apr 10, 2022
bee6e24
Fix bug where applicant can accept interview even with job
Apr 10, 2022
86d858b
Add instruction for testing sorting
Apr 10, 2022
3d47c25
Merge pull request #342 from goalfix/328-fix-interview-deletion-when-…
YiHern-Lee Apr 10, 2022
282e3f2
Merge branch 'master' into add-edit-interview
Apr 10, 2022
0a48871
Update UserGuide to reflect up-to-date information
YiHern-Lee Apr 10, 2022
043fae3
Merge pull request #344 from YiHern-Lee/enhance-help-instructions
SethCKL Apr 10, 2022
6a1f7ba
Correct typo in UserGuide
YiHern-Lee Apr 10, 2022
28d3fe1
Check if applicant is hired in add and edit interview
Apr 10, 2022
2a844ce
Merge pull request #345 from YiHern-Lee/enhance-help-instructions
SethCKL Apr 10, 2022
f1e9f7a
Merge branch 'master' into add-edit-interview
Apr 10, 2022
e88481f
Check if position has opening when edit interview
Apr 10, 2022
908e3f2
Wrap text for long names
Apr 10, 2022
2689d30
Fix checkstyle
Apr 10, 2022
fa3def3
Allow resizing of help window
Apr 10, 2022
0b635a0
Fix message and guide for clear command
Apr 10, 2022
fcda242
Merge pull request #343 from likeabowx/update-developer-guide
whtan99 Apr 10, 2022
1b11880
Merge pull request #346 from likeabowx/add-edit-interview
whtan99 Apr 10, 2022
662670b
Merge pull request #347 from likeabowx/update-ui
whtan99 Apr 10, 2022
051560f
Merge pull request #348 from likeabowx/update-clear-command
whtan99 Apr 10, 2022
36c8487
Update yihern's PPP
YiHern-Lee Apr 10, 2022
186aaa9
Merge commit '051560f7e0f048711306ec1b294d6a3320ee897a' into update-ppp
Apr 10, 2022
0b2fae4
Update PPP for bryan
Apr 10, 2022
3c8d7aa
Update user guide to reflect new restrictions for interview
Apr 10, 2022
1a1b5cd
Merge commit '051560f7e0f048711306ec1b294d6a3320ee897a' into update-d…
Apr 10, 2022
09ad04a
Update DG to include more design consideration
Apr 10, 2022
74d9f8a
Merge pull request #350 from likeabowx/update-ppp
whtan99 Apr 10, 2022
72fb888
Add newline at EOF
YiHern-Lee Apr 10, 2022
290f01c
Merge pull request #352 from goalfix/update-dg-weihowe
YiHern-Lee Apr 10, 2022
6d9b91a
Merge pull request #351 from goalfix/update-ug-weihowe
YiHern-Lee Apr 10, 2022
c1ca07e
Update PPP weihowe
Apr 10, 2022
5b0cc3e
Update AddressBook to HireLah in DG
Apr 10, 2022
ea3783a
Merge pull request #349 from YiHern-Lee/update-yihern-ppp
SethCKL Apr 10, 2022
9966b36
Merge pull request #353 from goalfix/update-PPP-weihowe
SethCKL Apr 10, 2022
089a456
Add sequence diagram for filter command in DG
Apr 10, 2022
ff71bc2
update ppp
SethCKL Apr 10, 2022
3cc6286
Merge pull request #354 from likeabowx/update-developer-guide
SethCKL Apr 10, 2022
1b52911
update unit test for HireLah parser
SethCKL Apr 10, 2022
94ac0f3
update unit test for HireLah parser
SethCKL Apr 10, 2022
6cf4126
update storage unit tests
SethCKL Apr 10, 2022
86c315d
update storage unit tests
SethCKL Apr 10, 2022
a615927
update ppp
SethCKL Apr 10, 2022
82a9ffd
Merge pull request #355 from SethCKL/update-ppp
whtan99 Apr 11, 2022
ba8725d
Merge pull request #356 from SethCKL/update-parser-test
whtan99 Apr 11, 2022
e27a5f0
Merge pull request #357 from SethCKL/update-storage-test
whtan99 Apr 11, 2022
f965c4e
Update filter sequence diagram
Apr 11, 2022
3258529
Add sequence diagram for sorting
khoahre123 Apr 11, 2022
c5c4013
Merge pull request #359 from likeabowx/update-developer-guide
khoahre123 Apr 11, 2022
0aa8e27
Update to export correctly folder on Mac
khoahre123 Apr 11, 2022
1ae50c1
Merge branch 'master' into add-export-DG
khoahre123 Apr 11, 2022
f6200f2
Fix Json files for JsonSerializableHireLahTest
Apr 11, 2022
63ea3b3
Update help description command
khoahre123 Apr 11, 2022
52174d4
Fix checkstyle
khoahre123 Apr 11, 2022
6190ceb
Fix tests in DeleteApplicantCommandTest
Apr 11, 2022
40cad5a
Fix tests in LogicManagerTest
Apr 11, 2022
1d3ba79
Fix checkstyle
Apr 11, 2022
0a6ada1
Merge pull request #361 from likeabowx/fix-unit-tests
khoahre123 Apr 11, 2022
81277e3
Merge pull request #360 from khoahre123/add-export-DG
likeabowx Apr 11, 2022
9bcfc5f
Update UML sequence diagram for export
khoahre123 Apr 11, 2022
c30059d
Add test case for JsonAdaptedInterview and JsonAdaptedPosition
khoahre123 Apr 11, 2022
ee43170
update DG with use cases and formatted for consistency
SethCKL Apr 11, 2022
c3dfa6a
remove role from glossary
SethCKL Apr 11, 2022
6beab21
Merge pull request #363 from SethCKL/update-dg
SethCKL Apr 11, 2022
2f675cb
update ppp
SethCKL Apr 11, 2022
fbede25
Add sequence diagram for add parser
Apr 11, 2022
644cf12
Add trailing whitespace to pass CI
Apr 11, 2022
b34d9de
Add trailing whitespace to pass CI
Apr 11, 2022
3521c21
Add trailing whitespace to pass CI
Apr 11, 2022
09e3470
Fix checkstyle
khoahre123 Apr 11, 2022
d952ecb
Merge pull request #365 from goalfix/add-sequence-diagram-dg-weihowe
likeabowx Apr 11, 2022
e37d230
Fix checkstyle for testing
khoahre123 Apr 11, 2022
57d8232
Merge pull request #362 from khoahre123/update-DG-export-UML
likeabowx Apr 11, 2022
49d5474
Merge pull request #364 from SethCKL/update-ppp
likeabowx Apr 11, 2022
5e21a71
Update PPP weihowe
Apr 11, 2022
a9d89bd
Merge branch 'master' into update-developer-guide
Apr 11, 2022
b1a3516
Update links and change AddressBook to HireLah in DG
Apr 11, 2022
35d19e0
Merge pull request #366 from goalfix/update-PPP-wei-howe
likeabowx Apr 11, 2022
a3bb9ab
Merge pull request #367 from likeabowx/update-developer-guide
whtan99 Apr 11, 2022
4f91f1c
Update Khoa PPP
khoahre123 Apr 11, 2022
2e4bc71
Merge pull request #368 from khoahre123/update-khoa-PPP
likeabowx Apr 11, 2022
38e1991
Remove excess lines
Apr 11, 2022
a7df8ba
Update DG with manual testing instructions for add command
YiHern-Lee Apr 11, 2022
14443b9
Merge pull request #369 from goalfix/remove-excess-lines-weihowe
YiHern-Lee Apr 11, 2022
c301320
Fix Reposense Link
SethCKL Apr 11, 2022
8c36e52
Update DG for use cases
khoahre123 Apr 11, 2022
d02d289
Merge pull request #370 from YiHern-Lee/update-DG-testing-add-command
khoahre123 Apr 11, 2022
07f8e0f
Merge pull request #371 from khoahre123/update-DG-usecase
whtan99 Apr 11, 2022
e69371b
Merge branch 'master' into update-user-guide
Apr 11, 2022
64c390c
Add message about largest integer
Apr 11, 2022
60bfce6
fix LoC number
SethCKL Apr 11, 2022
a25f027
Remove all mentions of addressbook and remove FindCommand
YiHern-Lee Apr 11, 2022
8d22abb
Fix numbering and update PPP
Apr 11, 2022
18f26e2
Fix uml diagram to reflect HireLah
YiHern-Lee Apr 11, 2022
826d60b
Merge pull request #372 from likeabowx/update-user-guide
YiHern-Lee Apr 11, 2022
23e3790
Merge pull request #374 from goalfix/update-DG-wei-howe
likeabowx Apr 11, 2022
de2f849
Merge pull request #373 from YiHern-Lee/remove-address-book-mentions
whtan99 Apr 11, 2022
1c8a112
Update DeveloperGuide.md
likeabowx Apr 11, 2022
415e638
Add acknowledgment
likeabowx Apr 11, 2022
0b57575
Update yihern-lee.md
YiHern-Lee Apr 11, 2022
e0543b7
Remove mention of Address book
YiHern-Lee Apr 11, 2022
1dd23ac
Remove mention of HireLah in logging statement
YiHern-Lee Apr 11, 2022
19b84d4
Add author recognition
khoahre123 Apr 12, 2022
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
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ src/main/resources/docs/
/preferences.json
/*.log.*

# Csv export files
*.csv

# Test sandbox files
src/test/data/sandbox/

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ MIT License

Copyright (c) 2016 Software Engineering Education - FOSS Resources

Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any applicant obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
copies of the Software, and to permit applicants to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
Expand Down
35 changes: 24 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![Java CI](https://github.com/AY2122S2-CS2103-W17-4/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2122S2-CS2103-W17-4/tp/actions/workflows/gradle.yml)

![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.
* This application is designed for **Recruiters for Tech companies** who have many candidates to track.


* Usage:
* Schedule interviews with potential applicants
* Track job candidates through the hiring process


* The application is optimised for Command Line Interface (_CLI_) users. However, a graphic user interface (_GUI_) is
also offered.


* This is done to allow power users to accomplish tasks much quicker through the use of commands


* It is named `HireLah` because it should make the recruiter utter these words when they are using it `"aiyo just
HireLah!"`


* For the detailed documentation of this project, see the **[HireLah Product Website](https://ay2122s2-cs2103-w17-4.github.io/tp/)**.


* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org)
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 = 'HireLah.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
58 changes: 29 additions & 29 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,55 @@ 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

## Project team
### Bryan Ong

### John Doe
<img src="images/likeabowx.png" width="200px">

<img src="images/johndoe.png" width="200px">
[[github](https://github.com/likeabowx)]
[[portfolio](team/likeabowx.md)]

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

* Role: Project Advisor
* Role: Developer
* Responsibilities: Integration of code, and in charge of `Filter` commands

### Jane Doe
### Chong Kok Leong

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: Project Management, Documentation, and in charge of `Applicant` component

### Johnny Doe
### Le Nguyen Quang Dang Khoa

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: Deliverables and deadlines and in charge of
`help` commands

### Jean Doe
### Lee Yi Hern

<img src="images/johndoe.png" width="200px">
<img src="images/yihern-lee.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/YiHern-Lee)]
[[portfolio](team/yihern-lee.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Code quality and in charge of `Position` component

### James Doe
### Tan Wei Howe

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: Git expert, Scheduling and tracking, In charge of `Interview` component.
Loading