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-F11-3] TalentTracker #20

Open
wants to merge 361 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
361 commits
Select commit Hold shift + click to select a range
e1967b9
Update for checkstyle errors
zhikaiong2001 Mar 19, 2024
97d94a7
Merge pull request #84 from zhikaiong2001/branch-SavingInterviews
macareonie Mar 19, 2024
f3cdf44
Merge pull request #81 from macareonie/uml
yashpola Mar 19, 2024
6ce742a
Merge pull request #82 from yashpola/branch-uml
yashpola Mar 19, 2024
bdcc582
Update StorageClassDiagram.puml UML diagram to reflect changes done i…
zhikaiong2001 Mar 20, 2024
17ccf4f
Merge pull request #85 from zhikaiong2001/branch-umldiagram
zhikaiong2001 Mar 20, 2024
da482b2
Edit UML
headcube1 Mar 20, 2024
aac2ce4
Merge pull request #86 from headcube1/branch-UML
headcube1 Mar 20, 2024
500a967
Update ui diagram in README.md
yashpola Mar 20, 2024
863e1c0
Update README.md for v1.2
yashpola Mar 20, 2024
c584a6f
Add UniqueInterviewList and Interview to ModelClassDiagram
Mar 20, 2024
190f642
Merge pull request #88 from gingerbreaf/branch-UML
gingerbreaf Mar 20, 2024
c00cf38
Merge pull request #87 from yashpola/branch-fix-nits
yashpola Mar 20, 2024
d2af4be
Add status tagging for applicants and interviewers
yashpola Mar 20, 2024
e5d630e
Merge pull request #92 from yashpola/branch-modify-applicant-type
headcube1 Mar 23, 2024
bf2cbc1
Add FindCommand variants
macareonie Mar 23, 2024
3d0e8d0
Added junit tests for status type and modified status implementation
yashpola Mar 24, 2024
c1edae7
sync branches internally
yashpola Mar 24, 2024
ceeb86b
Add extensions Status-E1 and Status-E2
yashpola Mar 24, 2024
395d6f2
Merge pull request #95 from macareonie/branch_find
headcube1 Mar 24, 2024
97448de
Merge pull request #97 from yashpola/branch-modify-applicant-type
headcube1 Mar 24, 2024
9ee76cb
Merge branch 'master' into branch-add-status-extensions
yashpola Mar 24, 2024
1c35bfb
Add filtering of interviews by date functionality
zhikaiong2001 Mar 25, 2024
1fc6c92
Add filtering interviews by date in the help window
zhikaiong2001 Mar 25, 2024
20d1e26
Merge pull request #98 from yashpola/branch-add-status-extensions
macareonie Mar 25, 2024
57b7344
Merge pull request #99 from zhikaiong2001/branch-AddFilterInterviewsB…
headcube1 Mar 25, 2024
41c9605
Add Status-E3 and corresponding junit tests
yashpola Mar 25, 2024
554f2fd
Add equals and toString to FilterInterviewsByDateCommand
yashpola Mar 25, 2024
637525d
Remove unnecessary prints
yashpola Mar 25, 2024
fbb8138
Merge pull request #101 from yashpola/branch-add-filter-command
gingerbreaf Mar 25, 2024
ecb120a
Update Developer Guide for v1.3
macareonie Mar 25, 2024
dd1e136
Add implementation details for Status in DG
yashpola Mar 25, 2024
a4bd43c
Fix newline and whitespace errors
yashpola Mar 25, 2024
feb6d48
Fix newline error
yashpola Mar 25, 2024
4c40d9e
Fix checkstyle errors
macareonie Mar 25, 2024
eda53d7
Add a separate list showing interviews in the GUI
zhikaiong2001 Mar 25, 2024
eb9990f
Remove trailing whitespace
zhikaiong2001 Mar 25, 2024
5cf5b3a
Reformat MainWindow.fxml
zhikaiong2001 Mar 25, 2024
c0c9296
Remove typo
zhikaiong2001 Mar 25, 2024
ca99a0a
Update tests to reflect changes in the abstract class
zhikaiong2001 Mar 25, 2024
830657d
Merge branch 'master' into branch-GUIListInterviews
zhikaiong2001 Mar 25, 2024
3a92b2b
Merge pull request #110 from zhikaiong2001/branch-GUIListInterviews
yashpola Mar 25, 2024
c262682
Merge pull request #103 from macareonie/dg-branch
headcube1 Mar 26, 2024
d73af93
Merge branch 'master' into branch-update-DG
yashpola Mar 26, 2024
eb42279
Merge pull request #104 from yashpola/branch-update-DG
yashpola Mar 26, 2024
1ea722c
Update FilterInterviewByDate to show the filtered list in the GUI ins…
zhikaiong2001 Mar 26, 2024
460bde5
Add logging in AddInterviewCommandParser.java
zhikaiong2001 Mar 26, 2024
6ac3966
Edit DG
macareonie Mar 26, 2024
8ad59ad
Fix the issue of white spaces by adjusting the max height values and …
Mar 27, 2024
873482c
Merge pull request #113 from zhikaiong2001/branch-AddLoggingIntoAddIn…
headcube1 Mar 27, 2024
5863876
Merge pull request #112 from zhikaiong2001/branch-UpdateFilterIntervi…
headcube1 Mar 27, 2024
a8574a1
Merge pull request #115 from gingerbreaf/branch-GUIfixes
headcube1 Mar 27, 2024
0fe4370
Merge pull request #114 from macareonie/dg-branch
headcube1 Mar 27, 2024
31fd99d
Resize GUI box sizes and Font
headcube1 Mar 27, 2024
0114008
Merge pull request #116 from headcube1/branch-Edit-GUI
macareonie Mar 27, 2024
e78a667
Sort interviews automatically by date and time
headcube1 Mar 27, 2024
18e65bd
Fix checkstyle
headcube1 Mar 27, 2024
efff3be
Fix Junit test
headcube1 Mar 27, 2024
dce03a7
Merge pull request #120 from headcube1/branch-sort-interviews
yashpola Mar 27, 2024
8015704
Fix remark bug, touch up cosmetics for dg and application
yashpola Mar 27, 2024
e16cbf2
Wrote add interview feature for DG
headcube1 Mar 27, 2024
8d39e09
Merge pull request #122 from headcube1/branch-dg
headcube1 Mar 28, 2024
92445fa
Merge pull request #121 from yashpola/branch-ui-nits
headcube1 Mar 28, 2024
19f53ba
Update DeveloperGuide.md to include saving's implementation
zhikaiong2001 Mar 28, 2024
39a8ddf
Merge pull request #123 from zhikaiong2001/branch-UpdateDeveloperGuid…
zhikaiong2001 Mar 28, 2024
6230521
Create UML and sequence diagrams
headcube1 Mar 28, 2024
ee79215
Add DG for List and Delete Commands
Mar 28, 2024
d2cf1c0
Merge pull request #124 from headcube1/branch-UML-DG
yashpola Mar 28, 2024
6bbdf7a
Merge pull request #125 from gingerbreaf/branch-DG
headcube1 Mar 28, 2024
8a05b3f
Make font and color changes to gui
yashpola Mar 28, 2024
6b0fed3
Turn on assertions in build.gradle
yashpola Mar 28, 2024
0d03996
Darken orange color for `waiting list`
yashpola Mar 28, 2024
26fbf56
Fix bug in filter by status command
yashpola Mar 28, 2024
db31511
Fix checkstyle bug in AddressBookParser
yashpola Mar 28, 2024
84b6f67
Fix activation bars of sequence diagram
zhikaiong2001 Mar 28, 2024
b95af9d
Fix activation bar of sequence diagram
zhikaiong2001 Mar 28, 2024
55fb697
Add cosmetic changes
yashpola Mar 28, 2024
2139ee3
Merge pull request #126 from yashpola/branch-gui
gingerbreaf Mar 28, 2024
e175933
Merge pull request #130 from zhikaiong2001/branch-FixSerquenceDiagram
headcube1 Mar 28, 2024
0860f08
Add class diagrams to list and delete commands part of the DG
Mar 28, 2024
73994fe
Merge pull request #131 from gingerbreaf/branch-DG
headcube1 Mar 29, 2024
b89866c
Fix GUI
headcube1 Mar 29, 2024
8de3536
Merge pull request #132 from headcube1/master
macareonie Mar 30, 2024
124cee8
Fix status bug for edit command, add multi-status for interviewers
yashpola Mar 30, 2024
7ddd804
Fix bugs for status extension multi-status
yashpola Mar 31, 2024
916f10a
Edit help window and command results for status commands
yashpola Mar 31, 2024
e612709
Move status parsing method to InterviewerStatus
yashpola Mar 31, 2024
2331474
Move status parsing method to InterviewerStatusCommandParser
yashpola Mar 31, 2024
f2b1a6e
Add Junit tests for AddInterviewCommand and minor code edits
headcube1 Mar 31, 2024
2b0d11f
Fix checkstyle
headcube1 Mar 31, 2024
1e3ab26
Merge pull request #133 from yashpola/branch-status-patches
headcube1 Mar 31, 2024
5f9a61f
Merge branch 'master' into branch-Junit
headcube1 Mar 31, 2024
8647747
Merge pull request #134 from headcube1/branch-Junit
headcube1 Mar 31, 2024
fdc0d41
Fix small bug
headcube1 Mar 31, 2024
ba85e81
Merge pull request #135 from headcube1/branch-minor-fix
headcube1 Mar 31, 2024
b8c7a10
Implement and test computation and display of overall statistics
yashpola Mar 31, 2024
bfc09ed
Update help window for statistics
yashpola Apr 1, 2024
241b1c4
Add JUnit Tests for AddressBook, Interview, UniqueInterviewList
Apr 1, 2024
3223046
Update local branch
Apr 1, 2024
355c280
Create Junit tests for AddInterviewCommandParser
headcube1 Apr 1, 2024
225401d
Improve code quality
headcube1 Apr 1, 2024
2b64623
Fix checkstyle errors
headcube1 Apr 1, 2024
0149663
Add JUnit test for ModelManager
Apr 1, 2024
aadf3fc
Merge pull request #137 from headcube1/branch-tests
zhikaiong2001 Apr 1, 2024
a4f14a8
Add JUnit tests for listing interviews, saving of interviews and dele…
zhikaiong2001 Apr 1, 2024
aec2ab1
Fix checkstyle issues
zhikaiong2001 Apr 1, 2024
6208d84
Add tests for saving,deleting and saving of interviews
zhikaiong2001 Apr 1, 2024
bcd6dd7
Fix small bug in AddInterviewCommandParserTest
zhikaiong2001 Apr 1, 2024
d6e81fd
Fix checkstyle issues
zhikaiong2001 Apr 1, 2024
8a3df93
Fix checkstyle issues
zhikaiong2001 Apr 1, 2024
c36f330
Merge branch 'master' into branch-view-statistics
yashpola Apr 1, 2024
58bfbeb
Merge pull request #142 from zhikaiong2001/branch-AddJunitTestsForLis…
headcube1 Apr 1, 2024
4e8322b
Merge pull request #136 from yashpola/branch-view-statistics
headcube1 Apr 1, 2024
21ec46b
Fix Code Style Issues
Apr 1, 2024
1598862
Update UserGuide
macareonie Apr 2, 2024
87301a9
Merge branch 'branch-JUnitTesting'
Apr 2, 2024
618875a
Code style changes
Apr 2, 2024
caedecf
Merge pull request #143 from macareonie/ug
yashpola Apr 2, 2024
3ae4513
Merge pull request #145 from gingerbreaf/master
macareonie Apr 2, 2024
f05750e
Update UG for status, filter, view statistics
yashpola Apr 2, 2024
a8ca3d5
Reinforce defenses in programming for Interviewer statuses
yashpola Apr 2, 2024
8e56ea4
Merge pull request #147 from yashpola/branch-update-UG
gingerbreaf Apr 3, 2024
a603147
Add a test for "interview with..." status
yashpola Apr 3, 2024
9a3ebc6
Add negative tests for "interview with..." status
yashpola Apr 3, 2024
ca3cc69
Add negative tests for "interview with..." status
yashpola Apr 3, 2024
7d59367
Fix checkstyleTest error
yashpola Apr 3, 2024
bfbfb1f
Add checks and tests for illegal values for status in JSON
yashpola Apr 3, 2024
f5d97aa
Edited command result for message usage for applicant/interviewer status
yashpola Apr 3, 2024
8bc6975
Merge pull request #148 from yashpola/branch-status-patches
yashpola Apr 3, 2024
35d3e70
Edit UG
headcube1 Apr 3, 2024
f60843b
Update UserGuide.md
zhikaiong2001 Apr 3, 2024
cdabdad
Update UG
Apr 3, 2024
c729b52
Merge pull request #150 from zhikaiong2001/branch-updateug
gingerbreaf Apr 3, 2024
d4334d8
Merge pull request #149 from headcube1/branch-UG
gingerbreaf Apr 3, 2024
4846128
Merge pull request #151 from gingerbreaf/branch-UG
yashpola Apr 3, 2024
40dda0e
Final patches to UG before v1.3 release
yashpola Apr 4, 2024
316c64e
Merge pull request #152 from yashpola/branch-update-UG
headcube1 Apr 4, 2024
9da40cd
Final patches to UG before v1.3 release
yashpola Apr 4, 2024
73f358d
Merge pull request #153 from yashpola/branch-update-UG
yashpola Apr 4, 2024
232a5d3
Fix bugs in AddInterviewCommand
headcube1 Apr 7, 2024
43c5759
Fix checkstyle
headcube1 Apr 7, 2024
56f40df
Fix Junit tests
headcube1 Apr 7, 2024
6f27161
Merge pull request #234 from headcube1/branch-add-interview-bug-fixes
gingerbreaf Apr 8, 2024
00c9089
Fix minor bug in FilterInterviewsByDateCommand.java so that empty lis…
zhikaiong2001 Apr 8, 2024
0345a81
Merge pull request #235 from zhikaiong2001/branch-fixfilterbydates
yashpola Apr 8, 2024
dcf21a5
Fix bug with duplicate persons check
macareonie Apr 8, 2024
0e03d39
Remedy code-related bug-fixes for status
yashpola Apr 8, 2024
f6963ea
Add remark documentation to UserGuide.md and help window
zhikaiong2001 Apr 8, 2024
8f941b5
Fix typo in message usage
yashpola Apr 8, 2024
e1ca4c5
Fix error message thrown for wrong add_interviewer usage
yashpola Apr 8, 2024
8db7831
Merge pull request #238 from zhikaiong2001/branch-AddRemarkToUGandHelp
zhikaiong2001 Apr 8, 2024
14bbfce
Update UserGuide after PE-D
macareonie Apr 8, 2024
6fae25c
Merge pull request #239 from yashpola/branch-add-interviewer-type
headcube1 Apr 8, 2024
d36006e
Merge pull request #237 from macareonie/addperson-bug
headcube1 Apr 8, 2024
f4fcf1b
Merge pull request #236 from yashpola/branch-status-patches
headcube1 Apr 8, 2024
e053cea
Edit UG
headcube1 Apr 8, 2024
400e6eb
Update command summary for Find
macareonie Apr 8, 2024
c658763
Merge branch 'master' into branch-ug-bug-fixes
headcube1 Apr 8, 2024
1585363
Merge branch 'master' into ug-fixes
macareonie Apr 8, 2024
c7bff9d
Merge pull request #240 from headcube1/branch-ug-bug-fixes
macareonie Apr 8, 2024
027617d
Merge pull request #241 from macareonie/ug-fixes
headcube1 Apr 8, 2024
562f87b
Edit UG
headcube1 Apr 8, 2024
fa84725
Merge pull request #242 from headcube1/branch-UG-fixes
macareonie Apr 8, 2024
9d0eece
Remove deliberate tagging functionality and update test cases
zhikaiong2001 Apr 8, 2024
b50b788
Remove Edit command and Changed Delete Person Command
Apr 8, 2024
ba5ecfc
Merge branch 'master' into branch-bugFixes
gingerbreaf Apr 8, 2024
32ebfaa
Update local branch
Apr 8, 2024
42bcacb
Update local branch
Apr 8, 2024
c5c7f9f
CheckStyle changes
Apr 8, 2024
4e06b73
Fix checkstyle errors
zhikaiong2001 Apr 8, 2024
bd4fb97
Code style changes
Apr 8, 2024
cdb0a60
Merge pull request #243 from gingerbreaf/branch-bugFixes
gingerbreaf Apr 8, 2024
e8534f6
Merge branch 'master' into branch-RemoveDeliberateTagging
yashpola Apr 8, 2024
86e4826
Merge pull request #244 from zhikaiong2001/branch-RemoveDeliberateTag…
yashpola Apr 8, 2024
b7b60b5
Update HelpWindow to include clear command
zhikaiong2001 Apr 8, 2024
30c05c6
Merge pull request #245 from zhikaiong2001/branch-UpdateHelp
macareonie Apr 8, 2024
f814c08
Fix UG status bugs, overhaul UG format, and revert illegal mod in fil…
yashpola Apr 8, 2024
dbf4c90
Fix UG status bugs, overhaul UG format, revert illegal mod in filter …
yashpola Apr 8, 2024
cf4ffea
Merge pull request #246 from yashpola/branch-v1.4
macareonie Apr 8, 2024
5f42a1c
Remove unnecessary code parts
macareonie Apr 9, 2024
d8bba34
Merge pull request #247 from macareonie/bugs
yashpola Apr 9, 2024
ef37cf8
Merge branch 'master' into branch-v1.4
yashpola Apr 9, 2024
712045b
Revert illegal mod in error message for AddApplicantCommandParser
yashpola Apr 9, 2024
f8b569e
Revert features that were added after v1.3
headcube1 Apr 10, 2024
720422d
Merge pull request #248 from yashpola/branch-v1.4
headcube1 Apr 10, 2024
701b145
Merge pull request #249 from headcube1/branch-revert-bugs
yashpola Apr 10, 2024
e8a39c8
Update PPP
yashpola Apr 12, 2024
bafaaf3
Merge pull request #250 from yashpola/branch-yashwitAboutUs
macareonie Apr 12, 2024
c228e0a
Modify UserGuide
macareonie Apr 12, 2024
a06a3dc
Merge pull request #251 from macareonie/ug-mods
yashpola Apr 12, 2024
a146121
Add PPP
macareonie Apr 12, 2024
12375a4
Minor edits to UG
macareonie Apr 12, 2024
59fe72a
Merge pull request #252 from macareonie/ppp
macareonie Apr 12, 2024
3ffdb9b
Merge pull request #253 from macareonie/ug-last
macareonie Apr 12, 2024
f484f9a
Update filtering interviews by date section on UserGuide.md
zhikaiong2001 Apr 12, 2024
ef501cf
Merge pull request #254 from zhikaiong2001/branch-UGUpdate
macareonie Apr 12, 2024
11a5d8a
Update PPP filename and theme for site
macareonie Apr 12, 2024
b3b9a4a
Merge pull request #255 from macareonie/updates
yashpola Apr 12, 2024
d4cf7cb
Edit UG
headcube1 Apr 12, 2024
83f7cb6
Merge pull request #256 from headcube1/branch-ug-fix
yashpola Apr 13, 2024
08c1a8c
Add Table of contents and hyperlinks
Apr 13, 2024
03b8e82
Merge pull request #257 from gingerbreaf/branch-UGFixes
yashpola Apr 13, 2024
c56ebc6
Edit Table of contents
Apr 13, 2024
3cedc01
Merge pull request #258 from gingerbreaf/branch-UGFixes
yashpola Apr 13, 2024
19e6a30
Edit PPP
headcube1 Apr 13, 2024
ed24697
Update UG
yashpola Apr 13, 2024
434ba23
Merge pull request #259 from headcube1/branch-ppp
yashpola Apr 13, 2024
f289e38
Merge pull request #260 from yashpola/branch-update-UG
yashpola Apr 13, 2024
8f37ad1
Update UserGuide.md to fix minor consistency issue
zhikaiong2001 Apr 13, 2024
834854a
Update UserGuide.md to fix hyperlink issues
zhikaiong2001 Apr 13, 2024
09a5589
Merge pull request #262 from zhikaiong2001/branch-minorugupdate
yashpola Apr 13, 2024
0c96331
Update UserGuide.md and revert FilterInterviewsByDate command back to…
zhikaiong2001 Apr 13, 2024
d4b4a43
Merge pull request #263 from zhikaiong2001/branch-minorugupdate
yashpola Apr 13, 2024
a52e748
Edit UG
headcube1 Apr 13, 2024
729b5b1
Merge pull request #264 from headcube1/branch-final-ug
headcube1 Apr 13, 2024
74562b2
Edit DG
headcube1 Apr 13, 2024
168a861
Merge pull request #265 from headcube1/branch-dg-fix
headcube1 Apr 13, 2024
bef3cfa
Edit DG
macareonie Apr 13, 2024
b1c8b5a
Merge pull request #266 from macareonie/docs-fixes
yashpola Apr 14, 2024
3e47cea
Rephrase sections in UG
macareonie Apr 14, 2024
0da0639
Update UserGuide.md and DeveloperGuide.md
zhikaiong2001 Apr 14, 2024
c56270c
Update DG
yashpola Apr 14, 2024
a15d034
Merge pull request #267 from macareonie/rephrase-ug
yashpola Apr 14, 2024
6dc601a
Merge pull request #268 from zhikaiong2001/branch-UpdateDGUG
yashpola Apr 14, 2024
5ae840c
Merge branch 'master' into branch-update-DG
yashpola Apr 14, 2024
ffe909d
Merge pull request #269 from yashpola/branch-update-DG
macareonie Apr 14, 2024
6130efb
Update UG
yashpola Apr 14, 2024
be9666e
Update UG
yashpola Apr 14, 2024
99031a6
Add Interview section for use cases in DG
Apr 14, 2024
740055c
Update Local Branch
Apr 14, 2024
c916b04
Add Deleting an interview to Appendix for DG
Apr 14, 2024
680e6ea
Merge pull request #271 from gingerbreaf/branch-DGFixes
yashpola Apr 14, 2024
2289ceb
Merge pull request #270 from yashpola/branch-update-UG
zhikaiong2001 Apr 14, 2024
ca8adf4
Edit SampleUtil and UG
Apr 14, 2024
aa1ea64
Merge pull request #272 from gingerbreaf/branch-UG+SampleUtil
yashpola Apr 14, 2024
b14cf95
Update use cases in DeveloperGuide.md
zhikaiong2001 Apr 14, 2024
75c4085
Update UserGuide.md and DeveloperGuide.md
zhikaiong2001 Apr 14, 2024
7e2f0e3
Merge pull request #274 from zhikaiong2001/branch-DGUC
gingerbreaf Apr 14, 2024
b455345
Update DeveloperGuide.md to fix spacing issues
zhikaiong2001 Apr 14, 2024
15b4310
Merge pull request #275 from zhikaiong2001/branch-DGUC
yashpola Apr 14, 2024
51161e1
Edit UG and DG
headcube1 Apr 15, 2024
fca3979
Merge pull request #276 from headcube1/branch-dg-final
headcube1 Apr 15, 2024
d61226d
Update PPP
yashpola Apr 21, 2024
a538c1e
Add bug triaging contribution to PPP
yashpola Apr 21, 2024
1d73516
Merge pull request #277 from yashpola/branch-yashwitAboutUs
yashpola Apr 21, 2024
2425b2d
Update Ui.png
yashpola Apr 21, 2024
269a170
Merge branch 'AY2324S2-CS2103T-F11-3:master' into branch-yashwitAboutUs
yashpola Apr 21, 2024
b263aca
Merge pull request #278 from yashpola/branch-yashwitAboutUs
yashpola Apr 21, 2024
a4767cf
Update PPP
macareonie Apr 21, 2024
20703a0
Merge pull request #279 from macareonie/pppslide
macareonie Apr 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: MarkBind Action

on:
push:
branches:
- master

jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build & Deploy MarkBind site
uses: MarkBind/markbind-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
rootDirectory: './docs'
baseUrl: '/tp' # assuming your repo name is tp
version: '^5.2.0'
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/
docs/_markbind/logs/

htmlReport
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/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.
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S2-CS2103T-F11-3/tp/actions)

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

Tether is a professional Applicant Tracking System (ATS) for hiring managers in small to mid range startups.<br>

Hiring managers can use this application to keep track of the following:
1. Applicant and Interviewer contacts
2. Interview datetimes
3. Application statuses

For usage instructions, refer to the [user guide](https://ay2324s2-cs2103t-f11-3.github.io/tp/UserGuide.html).

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 @@ -25,6 +25,10 @@ test {
finalizedBy jacocoTestReport
}

run {
enableAssertions = true
}

task coverage(type: JacocoReport) {
sourceDirectories.from files(sourceSets.main.allSource.srcDirs)
classDirectories.from files(sourceSets.main.output)
Expand Down Expand Up @@ -66,7 +70,7 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'tether.jar'
}

defaultTasks 'clean', 'test'
23 changes: 23 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
_markbind/logs/

# Dependency directories
node_modules/

# Production build files (change if you output the build to a different directory)
_site/

# Env
.env
.env.local

# IDE configs
.vscode/
.idea/*
*.iml
67 changes: 38 additions & 29 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,68 @@
---
layout: page
title: About Us
layout: default.md
title: "About Us"
---

# 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`
You can reach us at our respective emails.

## Project team

### John Doe
### Yashwit Polapragada

<img src="images/johndoe.png" width="200px">
<img src="images/yashpola.png" width="150px" height ="200px">

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

* Role: Project Advisor
* Role: Developer
* Responsibilites: UI, Docs, Coding

### Jane Doe
### Ryan Chiang

<img src="images/johndoe.png" width="200px">
<img src="images/macareonie.png" width="150px" height ="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/macareonie)]
[[portfolio](team/macareonie)]
[email: [email protected]]

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: UI, Docs, Coding

### Johnny Doe
### Jiang Bowei

<img src="images/johndoe.png" width="200px">
<img src="images/gingerbreaf.png" width="150px" height ="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/gingerbreaf)]
[[portfolio](team/jiangbowei.md)]
[email: [email protected]]

* Role: Developer
* Responsibilities: Data
* Responsibilities: UI, Docs, Coding

### Jean Doe
### Ong Zhi Kai

<img src="images/johndoe.png" width="200px">
<img src="images/zhikaiong2001.png" width="150px" height ="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/zhikaiong2001)]
[[portfolio](team/zhikaiong2001.md)]
[email: [email protected]]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Ui, Docs, Coding

### James Doe
### Wesley Weishen Yu

<img src="images/johndoe.png" width="200px">
<img src="images/headcube1.png" width="150px" height ="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/headcube1)]
[[portfolio](team/wesleyyu.md)]
[email: [email protected]]

* Role: Developer
* Responsibilities: UI
* Responsibilities: UI, Docs, Coding
6 changes: 4 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: page
title: Configuration guide
layout: default.md
title: "Configuration guide"
---

# Configuration guide

Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`).
13 changes: 8 additions & 5 deletions docs/DevOps.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
layout: page
title: DevOps guide
layout: default.md
title: "DevOps guide"
pageNav: 3
---

* Table of Contents
{:toc}
# DevOps guide

--------------------------------------------------------------------------------------------------------------------
<!-- * Table of Contents -->
<page-nav-print />

<!-- -------------------------------------------------------------------------------------------------------------------- -->

## Build automation

Expand Down
Loading
Loading