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-W15-1] ProfPlan #117

Open
wants to merge 571 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
571 commits
Select commit Hold shift + click to select a range
105fc17
Add framework for settings
kiatkat Oct 31, 2023
757e380
Fix tests
kiatkat Nov 1, 2023
de00ba5
Add EditSettingsCommand
kiatkat Nov 1, 2023
1493a46
Add line to save configs
kiatkat Nov 1, 2023
6187c97
Add parsing
kiatkat Nov 1, 2023
79dc900
Finish integrating settings
kiatkat Nov 1, 2023
8d1d5d5
Add settings.json to gitignore
kiatkat Nov 1, 2023
501e9be
Cleaning up
jack1e0 Nov 2, 2023
47b1a3e
Filter recurring, and removed SimpleDate
jack1e0 Nov 2, 2023
719ac0c
Fix duedate boundaries
jack1e0 Nov 2, 2023
bcc8cb1
Bug fix
jack1e0 Nov 2, 2023
c34ff8f
Add UI Enhancements
eyelessrhyme7 Nov 2, 2023
c7d5e3c
Add matrix enhancements and fixes
eyelessrhyme7 Nov 2, 2023
37f31c7
Fix date bugs in matrix functionality
eyelessrhyme7 Nov 2, 2023
91e8cbc
Fix severe command bugs in do_next and sort
eyelessrhyme7 Nov 2, 2023
48fee77
Undo Comment
eyelessrhyme7 Nov 2, 2023
c0090c8
Fix styling
eyelessrhyme7 Nov 2, 2023
16bac98
Fix styling
eyelessrhyme7 Nov 2, 2023
018164d
Merge pull request #138 from kiatkat/add-settings
eyelessrhyme7 Nov 2, 2023
6e469db
Merge pull request #143 from eyelessrhyme7/branch-matrix
eyelessrhyme7 Nov 2, 2023
0418f08
Merge branch 'master' into branch-date-bugs
eyelessrhyme7 Nov 2, 2023
eb44370
Update MainWindow.java
eyelessrhyme7 Nov 2, 2023
cbe7969
Update MainWindow.java
eyelessrhyme7 Nov 2, 2023
dabca98
Merge branch 'master' into branch-fix-command-bugs
eyelessrhyme7 Nov 2, 2023
3e0b6c5
Merge pull request #144 from eyelessrhyme7/branch-date-bugs
eyelessrhyme7 Nov 2, 2023
91bb990
Merge pull request #146 from eyelessrhyme7/branch-fix-command-bugs
eyelessrhyme7 Nov 2, 2023
d126b9d
Merge branch 'master' into Branch-FilterRecurring
eyelessrhyme7 Nov 2, 2023
336ef9e
Update ParserUtil.java
eyelessrhyme7 Nov 2, 2023
a425dcc
Update MainWindow.java
eyelessrhyme7 Nov 2, 2023
9f59d3f
Update ModelManager.java
eyelessrhyme7 Nov 2, 2023
416a830
Update ModelManager.java
eyelessrhyme7 Nov 2, 2023
c76405f
Merge pull request #140 from jack1e0/Branch-FilterRecurring
eyelessrhyme7 Nov 2, 2023
333bcee
Merge pull request #137 from kiatkat/remove-set
eyelessrhyme7 Nov 2, 2023
8fb3ca4
change UI
eyelessrhyme7 Nov 2, 2023
8d05340
Merge branch 'master' of https://github.com/eyelessrhyme7/tp into bra…
eyelessrhyme7 Nov 2, 2023
7f9f61a
fix bugs
newway1814 Nov 2, 2023
e9dbaa0
Complete merge
newway1814 Nov 2, 2023
662b9ca
Fix Bugs for sort command
newway1814 Nov 2, 2023
f8eb69d
Update MainWindow.java
newway1814 Nov 2, 2023
31ac79e
Update Link.java
newway1814 Nov 2, 2023
04bb0bb
change UI
eyelessrhyme7 Nov 2, 2023
ce106e2
Fix styling
eyelessrhyme7 Nov 2, 2023
b0346ec
Update UG
newway1814 Nov 2, 2023
e18f953
Fix styling
eyelessrhyme7 Nov 2, 2023
9cefa56
Merge pull request #149 from eyelessrhyme7/branch-UI-enhancements
eyelessrhyme7 Nov 2, 2023
4cca85c
Update MainWindow.java
newway1814 Nov 2, 2023
567dad9
Update Link.java
newway1814 Nov 2, 2023
8f184a5
Merge branch 'master' into master
eyelessrhyme7 Nov 2, 2023
0d04c81
Update UserGuide.md
newway1814 Nov 2, 2023
1091bca
Merge branch 'master' into update-UG
newway1814 Nov 2, 2023
baf135e
Merge pull request #148 from newway1814/master
eyelessrhyme7 Nov 2, 2023
85ba39f
Merge branch 'master' of https://github.com/newway1814/tp into update-ug
newway1814 Nov 2, 2023
eaff460
Merge pull request #151 from newway1814/update-UG
newway1814 Nov 2, 2023
f13d580
Fix Bugs for delete all command
newway1814 Nov 2, 2023
77b670d
Fix bugs in link
yarnmeng Nov 2, 2023
e3b7938
Add stats
yarnmeng Nov 2, 2023
6e142fb
Merge branch 'master' of https://github.com/yarnmengnus/tp
yarnmeng Nov 2, 2023
f990690
Merge branch 'master' into branch-stats
eyelessrhyme7 Nov 2, 2023
03bf1f2
Update Link.java
eyelessrhyme7 Nov 2, 2023
39c6a85
Merge pull request #155 from yarnmengnus/branch-stats
eyelessrhyme7 Nov 2, 2023
9a6a2ec
Update UG
eyelessrhyme7 Nov 3, 2023
053c5c2
Merge pull request #157 from eyelessrhyme7/master
eyelessrhyme7 Nov 3, 2023
3045bd7
v1.3 Final Release
eyelessrhyme7 Nov 3, 2023
189ccb9
Merge pull request #2 from AY2324S1-CS2103T-W15-1/master
eyelessrhyme7 Nov 3, 2023
d147577
Merge pull request #158 from eyelessrhyme7/master
eyelessrhyme7 Nov 3, 2023
ab3c4bc
UG png Update
eyelessrhyme7 Nov 3, 2023
f8af548
Merge branch 'master' of https://github.com/eyelessrhyme7/tp
eyelessrhyme7 Nov 3, 2023
511a449
Merge pull request #3 from AY2324S1-CS2103T-W15-1/master
eyelessrhyme7 Nov 3, 2023
abe8545
Merge pull request #159 from eyelessrhyme7/master
eyelessrhyme7 Nov 3, 2023
a61c22b
Update UG
jack1e0 Nov 3, 2023
f094256
Merge pull request #160 from jack1e0/master
kiatkat Nov 3, 2023
682b332
Update UG
kiatkat Nov 3, 2023
47a4caa
Merge pull request #161 from kiatkat/master
kiatkat Nov 3, 2023
8434860
Merge pull request #152 from newway1814/master
eyelessrhyme7 Nov 6, 2023
97feb0a
Merge branch 'master' of https://github.com/newway1814/tp into update-ug
newway1814 Nov 7, 2023
2de40e4
Update UG for Delete Command
newway1814 Nov 7, 2023
0ffb067
Update UG
newway1814 Nov 8, 2023
5304102
Add validation for semesterDays
kiatkat Nov 8, 2023
d3614a7
Fix checkstyle
kiatkat Nov 8, 2023
aaac24a
Bin
jack1e0 Nov 8, 2023
8671db4
Bin
jack1e0 Nov 8, 2023
18dcb66
Update UG
jack1e0 Nov 8, 2023
cbc7e91
Update UG
jack1e0 Nov 8, 2023
1397bf0
Update UG
jack1e0 Nov 8, 2023
8ff0b90
Merge branch 'add-test-cases' of https://github.com/newway1814/tp int…
newway1814 Nov 9, 2023
ed1efde
Merge branch 'master' of https://github.com/newway1814/tp into add-te…
newway1814 Nov 9, 2023
e918132
Add test cases for better code coverage
newway1814 Nov 9, 2023
1747bdf
Finalise PPP and DG Draft
newway1814 Nov 9, 2023
81d9518
update dg
newway1814 Nov 9, 2023
fce19fd
Merge branch 'master' of https://github.com/yarnmengnus/tp
yarnmeng Nov 10, 2023
080c773
Merge pull request #223 from newway1814/master
newway1814 Nov 10, 2023
ff74cd9
Fix priority validation bug
eyelessrhyme7 Nov 10, 2023
056be48
Merge pull request #4 from AY2324S1-CS2103T-W15-1/master
eyelessrhyme7 Nov 10, 2023
4881cf7
Fix priority validation bug
eyelessrhyme7 Nov 10, 2023
d3e536f
Merge branch 'master' of https://github.com/eyelessrhyme7/tp
eyelessrhyme7 Nov 10, 2023
5c0001a
Merge pull request #224 from eyelessrhyme7/master
eyelessrhyme7 Nov 10, 2023
d072920
Fix bugs
yarnmeng Nov 10, 2023
30f940c
Add test cases
yarnmeng Nov 10, 2023
1111aaf
Add more tests
yarnmeng Nov 10, 2023
0657a93
Add more tests
yarnmeng Nov 10, 2023
bce8caf
Add more tests
yarnmeng Nov 10, 2023
6b5c891
add test cases
newway1814 Nov 10, 2023
f5f74df
fix checkstyle issues
newway1814 Nov 10, 2023
0866bfe
Merge branch 'master' of https://github.com/newway1814/tp
newway1814 Nov 10, 2023
bb33b89
Fix user guide URL in help window
eyelessrhyme7 Nov 10, 2023
b631e7d
Merge branch 'AY2324S1-CS2103T-W15-1:master' into master
eyelessrhyme7 Nov 10, 2023
455f1a0
Merge pull request #226 from eyelessrhyme7/master
eyelessrhyme7 Nov 10, 2023
34bc2dd
Fix do_next command returning done tasks bug
eyelessrhyme7 Nov 10, 2023
7fd6782
Merge pull request #227 from eyelessrhyme7/master
eyelessrhyme7 Nov 10, 2023
c3db943
fix checkstyle issues
newway1814 Nov 10, 2023
ed7587b
Merge branch 'AY2324S1-CS2103T-W15-1:master' into master
newway1814 Nov 10, 2023
ed4aaa3
Fix UrgencyImportance Matrix Bug for displaying furthest tasks
eyelessrhyme7 Nov 10, 2023
04c22c5
update-ug
newway1814 Nov 10, 2023
8669a29
Merge branch 'master' of https://github.com/newway1814/tp into update-ug
newway1814 Nov 10, 2023
7df782c
Merge pull request #228 from eyelessrhyme7/master
eyelessrhyme7 Nov 10, 2023
5b2d2d1
Fix List Command Parsing
eyelessrhyme7 Nov 10, 2023
43f1e68
Merge branch 'master' of https://github.com/eyelessrhyme7/tp
eyelessrhyme7 Nov 10, 2023
ff956c8
Merge pull request #229 from eyelessrhyme7/master
eyelessrhyme7 Nov 10, 2023
1d30bf6
Update UG
newway1814 Nov 10, 2023
f76f223
Merge pull request #220 from newway1814/add-test-cases
newway1814 Nov 10, 2023
86b5152
Merge branch 'AY2324S1-CS2103T-W15-1:master' into master
newway1814 Nov 10, 2023
3adc4c1
Merge branch 'master' of https://github.com/newway1814/tp into update-ug
newway1814 Nov 10, 2023
f4c29db
Merge branch 'AY2324S1-CS2103T-W15-1:master' into add-test-cases
newway1814 Nov 10, 2023
62f9c24
fix checkstyle issues
newway1814 Nov 10, 2023
2641ede
Merge pull request #217 from newway1814/update-ug
newway1814 Nov 10, 2023
8c2ac7a
Edit the sample data
kiatkat Nov 10, 2023
938f783
Merge branch 'master' into master
eyelessrhyme7 Nov 10, 2023
a235e13
Merge pull request #219 from jack1e0/master
eyelessrhyme7 Nov 10, 2023
4c6f165
Update UG Introduction
eyelessrhyme7 Nov 10, 2023
d96df48
Merge branch 'master' of https://github.com/eyelessrhyme7/tp
eyelessrhyme7 Nov 10, 2023
79ed48f
Update UG
eyelessrhyme7 Nov 10, 2023
d1ab2f0
Update DG and UG
yarnmeng Nov 11, 2023
972e7fe
Delete CS2103_tp
yarnmengnus Nov 11, 2023
f6dc0e9
Delete CS2103_tp.pub
yarnmengnus Nov 11, 2023
87fc8cf
Delete CS2103_tp
yarnmengnus Nov 11, 2023
46bb1de
Delete CS2103_tp.pub
yarnmengnus Nov 11, 2023
791268e
Merge pull request #233 from eyelessrhyme7/master
newway1814 Nov 11, 2023
22d444b
Merge pull request #225 from yarnmengnus/branch-help-fix
newway1814 Nov 11, 2023
57b3da5
Merge pull request #218 from kiatkat/fix-settings-validation
newway1814 Nov 11, 2023
0d6917b
Merge pull request #232 from kiatkat/amend-sample
newway1814 Nov 11, 2023
babe775
Merge pull request #234 from yarnmengnus/branch-DG-1111
newway1814 Nov 11, 2023
11bd3be
Update User Guide
jack1e0 Nov 11, 2023
bb37669
Edit UG
yarnmeng Nov 11, 2023
82a0d3f
Merge pull request #236 from yarnmengnus/master
eyelessrhyme7 Nov 11, 2023
2dfd807
Fix Messaging
yarnmeng Nov 11, 2023
c354c62
Merge pull request #238 from yarnmengnus/master
eyelessrhyme7 Nov 11, 2023
eb26fc1
Update UG with Expected Outputs
eyelessrhyme7 Nov 11, 2023
9f08644
Update UG with Expected Outputs
eyelessrhyme7 Nov 11, 2023
45a10b2
Update Checkstyle
eyelessrhyme7 Nov 11, 2023
00a84cd
Update Checkstyle
eyelessrhyme7 Nov 11, 2023
3cb7a85
Update Tests
eyelessrhyme7 Nov 11, 2023
e46c8ac
Merge pull request #239 from eyelessrhyme7/master
eyelessrhyme7 Nov 11, 2023
c1dbd5d
Update UG
eyelessrhyme7 Nov 11, 2023
46cc633
Merge pull request #240 from eyelessrhyme7/master
eyelessrhyme7 Nov 11, 2023
fd6ee7e
Fix links in UG
yarnmeng Nov 11, 2023
a61dff6
Merge pull request #241 from yarnmengnus/master
yarnmengnus Nov 11, 2023
2d3adc7
Fix link
yarnmeng Nov 11, 2023
842bb62
Merge pull request #242 from yarnmengnus/master
yarnmengnus Nov 11, 2023
db0caff
Merge branch 'master' into master
jack1e0 Nov 11, 2023
63fb7b5
Update UserGuide.md
jack1e0 Nov 11, 2023
c09feb0
Update UserGuide.md
jack1e0 Nov 11, 2023
f4221bf
Merge pull request #235 from jack1e0/master
jack1e0 Nov 11, 2023
0306a0f
Clean UG
jack1e0 Nov 11, 2023
0d309d2
Clean
jack1e0 Nov 11, 2023
3903255
Merge pull request #243 from jack1e0/master
jack1e0 Nov 11, 2023
b1cb73d
Update DG
jack1e0 Nov 12, 2023
13da6ee
checkstyle
jack1e0 Nov 12, 2023
091df52
Merge pull request #244 from jack1e0/master
jack1e0 Nov 12, 2023
f3d3069
Merge branch 'AY2324S1-CS2103T-W15-1:master' into add-test-cases
newway1814 Nov 12, 2023
242f8b7
fix conflicts
newway1814 Nov 12, 2023
d208111
Merge
newway1814 Nov 12, 2023
6c89918
add test cases
newway1814 Nov 12, 2023
a095403
add test cases
newway1814 Nov 12, 2023
d55dffc
update ug
newway1814 Nov 12, 2023
c8d9486
Add test cases for sort command
newway1814 Nov 12, 2023
138cd1a
fix build issue
newway1814 Nov 12, 2023
cb55b80
Merge pull request #247 from newway1814/add-test-cases
newway1814 Nov 12, 2023
2830a44
Add test case
newway1814 Nov 12, 2023
e8054da
Testcases for due date, and predicates
jack1e0 Nov 12, 2023
a060f85
Merge pull request #249 from newway1814/add-test-cases
newway1814 Nov 12, 2023
a0b45c7
Remove addressbooks and add test for Task
jack1e0 Nov 12, 2023
72b796b
Merge pull request #248 from jack1e0/master
jack1e0 Nov 12, 2023
0ae4138
Edit Developer Guide
kiatkat Nov 12, 2023
c31c2d2
Update PPP
kiatkat Nov 12, 2023
d85e0f4
Fix parsing bug
kiatkat Nov 12, 2023
632c570
Merge pull request #250 from kiatkat/master
eyelessrhyme7 Nov 12, 2023
87a9ebd
Update DG
eyelessrhyme7 Nov 12, 2023
f989f5f
Update UG Links
eyelessrhyme7 Nov 12, 2023
2ed8190
Update UG
eyelessrhyme7 Nov 12, 2023
d89f137
Update UG
eyelessrhyme7 Nov 12, 2023
61c7445
Merge pull request #251 from eyelessrhyme7/master
eyelessrhyme7 Nov 12, 2023
8cc4c20
minor changes
newway1814 Nov 12, 2023
c738edc
fix checkstyle issues
newway1814 Nov 12, 2023
8f5c0e8
update title
newway1814 Nov 12, 2023
476e2c2
Merge pull request #252 from newway1814/master
eyelessrhyme7 Nov 12, 2023
dc1b745
Update UserGuide.md
eyelessrhyme7 Nov 12, 2023
40acf83
Update AboutUs.md
eyelessrhyme7 Nov 12, 2023
313fce7
Update UserGuide.md
eyelessrhyme7 Nov 12, 2023
bcec4a6
Update newway1814.md
newway1814 Nov 12, 2023
86125c3
Update newway1814.md
newway1814 Nov 12, 2023
13a2663
Update PPP
jack1e0 Nov 13, 2023
cae59c6
Merge pull request #253 from jack1e0/master
jack1e0 Nov 13, 2023
4e7af9e
Update PPP and DG
newway1814 Nov 13, 2023
ef5cdc2
Merge pull request #254 from newway1814/master
newway1814 Nov 13, 2023
392d26e
Update newway1814.md
newway1814 Nov 13, 2023
c46000a
Update DG (manual user testing)
jack1e0 Nov 13, 2023
8216798
Add instructions for manual testing in DG
newway1814 Nov 13, 2023
f87cd5d
Edit DG and fix Clear command messaging
yarnmeng Nov 13, 2023
e44d7e3
Update DG
jack1e0 Nov 13, 2023
7751b23
Fix mark link in UG
yarnmeng Nov 13, 2023
3b535b7
Update saving data part in dg
jack1e0 Nov 13, 2023
eeda817
Fix checkstyles in docs to make github happy
yarnmeng Nov 13, 2023
5d678a5
Merge pull request #255 from newway1814/master
eyelessrhyme7 Nov 13, 2023
2f61850
Merge branch 'master' into master
eyelessrhyme7 Nov 13, 2023
122e6bd
Merge pull request #256 from jack1e0/master
eyelessrhyme7 Nov 13, 2023
ccca43f
Merge branch 'AY2324S1-CS2103T-W15-1:master' into master
yarnmengnus Nov 13, 2023
c6cdd12
Edit DG
yarnmeng Nov 13, 2023
782924a
Remove whitespace to make github happy
yarnmeng Nov 13, 2023
487c225
Merge pull request #257 from yarnmengnus/master
yarnmengnus Nov 13, 2023
de48d22
Allow users to add desc when adding task
yarnmeng Nov 13, 2023
f849f35
Make github happy
yarnmeng Nov 13, 2023
e317f97
Update test cases
yarnmeng Nov 13, 2023
4749f60
Merge pull request #258 from yarnmengnus/master
yarnmengnus Nov 13, 2023
5a8a92b
Update DG, UG, PPP, Tests
eyelessrhyme7 Nov 13, 2023
3e40d48
Update DG, UG, PPP, Tests
eyelessrhyme7 Nov 13, 2023
5ac6b1d
Update DG, UG, PPP, Tests
eyelessrhyme7 Nov 13, 2023
f6f4ce6
Merge pull request #259 from eyelessrhyme7/master
eyelessrhyme7 Nov 13, 2023
98bfb56
Update eyelessrhyme7.md
eyelessrhyme7 Nov 13, 2023
8f68a5a
Update UG Pages
eyelessrhyme7 Nov 13, 2023
c5d5c71
Update DG, UG, PPP, Tests
eyelessrhyme7 Nov 13, 2023
e3b7c09
Merge pull request #260 from eyelessrhyme7/master
eyelessrhyme7 Nov 13, 2023
6fd4b67
Update UG Pages
eyelessrhyme7 Nov 13, 2023
268d486
Merge pull request #5 from AY2324S1-CS2103T-W15-1/master
eyelessrhyme7 Nov 13, 2023
d1cabca
Update UG Pages
eyelessrhyme7 Nov 13, 2023
65a691f
Merge branch 'master' of https://github.com/eyelessrhyme7/tp
eyelessrhyme7 Nov 13, 2023
2315b3e
Update DG Pages
eyelessrhyme7 Nov 13, 2023
47c548d
Merge pull request #261 from eyelessrhyme7/master
eyelessrhyme7 Nov 13, 2023
902cb8a
Update AboutUs.md
eyelessrhyme7 Nov 13, 2023
7767a0e
Update AboutUs.md
eyelessrhyme7 Nov 13, 2023
f6b58b5
Update newway1814.md
newway1814 Nov 13, 2023
fa4d437
Update UserGuide.md
newway1814 Nov 13, 2023
d3889d5
Update eyelessrhyme7.md
eyelessrhyme7 Nov 13, 2023
b1879b4
Update eyelessrhyme7.md
eyelessrhyme7 Nov 13, 2023
b2c2444
Update PPP
kiatkat Nov 13, 2023
5ffc806
Add tests
kiatkat Nov 13, 2023
9f3ab00
Fix checkstyle
kiatkat Nov 13, 2023
b19b376
Fix checkstyle
kiatkat Nov 13, 2023
d89e768
Merge pull request #262 from kiatkat/master
kiatkat Nov 13, 2023
be2f718
Trim down PPP
kiatkat Nov 13, 2023
9b7484d
Merge pull request #263 from kiatkat/master
kiatkat Nov 13, 2023
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
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ src/main/resources/docs/
/data/
/config.json
/preferences.json
/settings.json
/*.log.*
hs_err_pid[0-9]*.log

Expand All @@ -21,3 +22,4 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/
bin/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.debug.settings.onBuildFailureProceed": true
}
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[![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/AY2324S1-CS2103T-W15-1/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S1-CS2103T-W15-1/tp/actions)

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

* This is **a sample project for Software Engineering (SE) students**.<br>

Team Members: Raman, Tejas, Jackie, Kiat Win, Yarn Meng
* This is **a CLI Task Manager for Computer Science professors**.<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.
* as a CLI Task Manager for CS professors.
* as a grading component for CS2103T students.
* The project simulates a CLI Task Manager for Professors to easily schedule and manage tasks.
* It is **written in OOP fashion**. It provides a **brilliantly well-written** code base **around 6 KLoC.**
* It comes with an **excellent level of user and developer documentation**.
* It is named `ProfPlan` as it helps CS professors plan their tasks and schedules.
* For the detailed documentation of this project, see the **[ProfPlan Product Website - TO BE UPDATED](https://github.com/AY2324S1-CS2103T-W15-1/tp/blob/master/docs/DeveloperGuide.md)**.

* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
Binary file added bin/main/images/calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/main/images/clock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/main/images/fail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/main/images/help_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/main/images/info_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/main/profplan/AppParameters.class
Binary file not shown.
Binary file added bin/main/profplan/Main.class
Binary file not shown.
Binary file added bin/main/profplan/MainApp.class
Binary file not shown.
Binary file added bin/main/profplan/commons/core/Config.class
Binary file not shown.
Binary file added bin/main/profplan/commons/core/GuiSettings.class
Binary file not shown.
Binary file added bin/main/profplan/commons/core/LogsCenter.class
Binary file not shown.
Binary file added bin/main/profplan/commons/core/Version.class
Binary file not shown.
Binary file added bin/main/profplan/commons/core/index/Index.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/commons/util/AppUtil.class
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/commons/util/ConfigUtil.class
Binary file not shown.
Binary file added bin/main/profplan/commons/util/FileUtil.class
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/commons/util/JsonUtil.class
Binary file not shown.
Binary file added bin/main/profplan/commons/util/StringUtil.class
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/logic/Logic.class
Binary file not shown.
Binary file added bin/main/profplan/logic/LogicManager.class
Binary file not shown.
Binary file added bin/main/profplan/logic/Messages.class
Binary file not shown.
Binary file added bin/main/profplan/logic/commands/AddCommand.class
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/logic/commands/Command.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/logic/commands/ExitCommand.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/logic/parser/CliSyntax.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/logic/parser/Parser.class
Binary file not shown.
Binary file added bin/main/profplan/logic/parser/ParserUtil.class
Binary file not shown.
Binary file added bin/main/profplan/logic/parser/Prefix.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/model/Model.class
Binary file not shown.
Binary file added bin/main/profplan/model/ModelManager.class
Binary file not shown.
Binary file added bin/main/profplan/model/ProfPlan.class
Binary file not shown.
Binary file added bin/main/profplan/model/ReadOnlyProfPlan.class
Binary file not shown.
Binary file added bin/main/profplan/model/ReadOnlyUserPrefs.class
Binary file not shown.
Binary file added bin/main/profplan/model/UserPrefs.class
Binary file not shown.
Binary file added bin/main/profplan/model/tag/Tag.class
Binary file not shown.
Binary file added bin/main/profplan/model/task/DueDate.class
Binary file not shown.
Binary file added bin/main/profplan/model/task/Name.class
Binary file not shown.
Binary file added bin/main/profplan/model/task/Priority.class
Binary file not shown.
Binary file added bin/main/profplan/model/task/Status.class
Binary file not shown.
Binary file added bin/main/profplan/model/task/Task.class
Binary file not shown.
Binary file added bin/main/profplan/model/task/UniqueTaskList.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/storage/JsonAdaptedTag.class
Binary file not shown.
Binary file added bin/main/profplan/storage/JsonAdaptedTask.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/storage/ProfPlanStorage.class
Binary file not shown.
Binary file added bin/main/profplan/storage/Storage.class
Binary file not shown.
Binary file added bin/main/profplan/storage/StorageManager.class
Binary file not shown.
Binary file added bin/main/profplan/storage/UserPrefsStorage.class
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/ui/CommandBox.class
Binary file not shown.
Binary file added bin/main/profplan/ui/HelpWindow.class
Binary file not shown.
Binary file added bin/main/profplan/ui/MainWindow.class
Binary file not shown.
Binary file added bin/main/profplan/ui/ResultDisplay.class
Binary file not shown.
Binary file added bin/main/profplan/ui/StatusBarFooter.class
Binary file not shown.
Binary file added bin/main/profplan/ui/TaskCard.class
Binary file not shown.
Binary file not shown.
Binary file added bin/main/profplan/ui/TaskListPanel.class
Binary file not shown.
Binary file added bin/main/profplan/ui/Ui.class
Binary file not shown.
Binary file added bin/main/profplan/ui/UiManager.class
Binary file not shown.
Binary file added bin/main/profplan/ui/UiPart.class
Binary file not shown.
9 changes: 9 additions & 0 deletions bin/main/view/CommandBox.fxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.StackPane?>

<StackPane styleClass="stack-pane" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
<TextField fx:id="commandTextField" onAction="#handleCommandEntered" promptText="Enter command here..."/>
</StackPane>

Loading
Loading