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-W12-2] SWEe-book #91

Open
wants to merge 400 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
400 commits
Select commit Hold shift + click to select a range
ace5224
Improve error message
alinaleehx Oct 22, 2021
3d69070
Add test for doneTask command
alinaleehx Oct 22, 2021
567b7de
Update user guide
alinaleehx Oct 22, 2021
6449226
Update Developer Guide
alinaleehx Oct 22, 2021
473e03b
update description of application
JosephN37 Oct 22, 2021
f7fa136
formatting
JosephN37 Oct 22, 2021
20c2126
update screenshots
JosephN37 Oct 22, 2021
aad10a4
Fix gradle test issues
alinaleehx Oct 23, 2021
b414581
Merge pull request #69 from alinaleehx/add-done-command
JosephN37 Oct 23, 2021
68b8f7a
Revert "Update recurringFrequency to accept a different format since …
ambroseboo Oct 23, 2021
8e264b6
Merge branch 'master' of https://github.com/ambroseboo/tp
ambroseboo Oct 23, 2021
191f230
Edit DG
ambroseboo Oct 23, 2021
9b5a387
Fix checkstyle
ambroseboo Oct 23, 2021
87fa2e4
Implement editTask command
cyyeu Oct 23, 2021
00534ff
Merge branch 'master' into update-UG
JosephN37 Oct 23, 2021
481129a
Merge pull request #70 from JosephN37/update-UG
JosephN37 Oct 23, 2021
789a793
Add tests for EditTaskCommand and EditTaskCommandParser
cyyeu Oct 23, 2021
9fb5466
Merge pull request #71 from ambroseboo/edit-DG
cyyeu Oct 23, 2021
6f93d71
Update UG for editTask
cyyeu Oct 23, 2021
140e023
Merge pull request #72 from cyyeu/edit-task-command
zhenxuantan Oct 23, 2021
196c5fb
Add editTask in command summary in UG
cyyeu Oct 23, 2021
0913075
Merge pull request #73 from cyyeu/edit-task-command
alinaleehx Oct 24, 2021
cdab0db
add test for filterTasksCommand
JosephN37 Oct 25, 2021
6320cb3
add FilterTaskPredicate test
JosephN37 Oct 25, 2021
10c66ba
fix checkstyle
JosephN37 Oct 25, 2021
7b181d0
Merge pull request #74 from JosephN37/add-test
cyyeu Oct 25, 2021
d9e1a81
Update user guide url in help message
alinaleehx Oct 27, 2021
9cc3105
Update UI image in README
alinaleehx Oct 27, 2021
087be44
Update DG, README.md, and Ui.png
cyyeu Oct 27, 2021
52f1616
Improve duplicate detection for names of contacts
cyyeu Oct 27, 2021
56b3c8f
Fix checkstyle error
cyyeu Oct 27, 2021
d3d7ceb
Merge pull request #76 from cyyeu/duplicate-detection
zhenxuantan Oct 28, 2021
0abde85
Merge pull request #75 from cyyeu/update-docs
zhenxuantan Oct 28, 2021
ba976ab
Update Ui Component in DG
zhenxuantan Oct 28, 2021
04bd507
Make JavaFx imports explicit, remove JavaFx warnings
zhenxuantan Oct 28, 2021
14abec5
Merge pull request #77 from zhenxuantan/update-ui-dg-branch
cyyeu Oct 28, 2021
6af097c
Merge branch 'master'
alinaleehx Oct 29, 2021
cc124f2
Add more details for examples given for features
alinaleehx Oct 29, 2021
2fb5ff5
Merge pull request #78 from alinaleehx/master
cyyeu Oct 29, 2021
ea98b4f
fix bug for clear command
JosephN37 Nov 2, 2021
d192486
fix bug for filterTasks multiple fields
JosephN37 Nov 2, 2021
949629b
Fix bug: No error message for missing telegram/github usernames (issu…
cyyeu Nov 2, 2021
46dc9fd
Fix some errors in user guide
alinaleehx Nov 2, 2021
3672c98
Include phone/email/usernames in person's duplicate detection (issues…
cyyeu Nov 2, 2021
420a07b
Improve Person's Name validation regex to only accept letters and spaces
cyyeu Nov 2, 2021
0315855
Fix issue #99
cyyeu Nov 2, 2021
8d48034
Fix checkstyle errors and tests
cyyeu Nov 2, 2021
9994e64
Fix doneTask command to update UI synchronously
alinaleehx Nov 2, 2021
5c2a0b0
Add error message for doneTask command
alinaleehx Nov 2, 2021
63dc824
Fix checkstyle issues
alinaleehx Nov 2, 2021
d3c5c49
Merge pull request #122 from cyyeu/fix-bugs
alinaleehx Nov 2, 2021
a8f2a39
Merge branch 'AY2122S1-CS2103T-W12-2:master' into fix-done-task-command
alinaleehx Nov 2, 2021
bd4531b
fix UG screenshot
JosephN37 Nov 2, 2021
b084079
delete address book remnants in UG
JosephN37 Nov 2, 2021
a9aa9a7
Merge pull request #124 from JosephN37/fix-bugs
cyyeu Nov 2, 2021
389c857
Update test for doneTask command
alinaleehx Nov 2, 2021
a83b3a2
Fix DoneTaskCommandTest
alinaleehx Nov 2, 2021
eb702c9
Merge branch 'AY2122S1-CS2103T-W12-2:master' into fix-done-task-command
alinaleehx Nov 2, 2021
514b714
Merge pull request #123 from alinaleehx/fix-done-task-command
JosephN37 Nov 2, 2021
e94028b
Update help command in user guide
alinaleehx Nov 2, 2021
4c3212c
Clean up comments
alinaleehx Nov 2, 2021
278a4d6
Merge pull request #125 from alinaleehx/fix-done-task-command
JosephN37 Nov 2, 2021
256116a
Fix PE-D bugs
zhenxuantan Nov 2, 2021
39ef738
Merge pull request #126 from zhenxuantan/fix-ped-branch
cyyeu Nov 2, 2021
6ca4859
Improve code quality for JsonAdaptedTask
alinaleehx Nov 3, 2021
096f432
Reduce code duplication
alinaleehx Nov 3, 2021
08e49df
Remove all remnants of address book from code and tests
zhenxuantan Nov 3, 2021
c40653c
Remove bugs
zhenxuantan Nov 3, 2021
da7fe5a
Fix PE-D bugs
ambroseboo Nov 3, 2021
a279907
update PPP and UML diagram to suit Sweebook
JosephN37 Nov 4, 2021
1c8dda0
Merge pull request #127 from zhenxuantan/remove-ab3-remnants
JosephN37 Nov 4, 2021
569b7c6
Merge branch 'master' into ppp
zhenxuantan Nov 5, 2021
e0e1759
Merge pull request #129 from JosephN37/ppp
zhenxuantan Nov 5, 2021
b3003b0
Resolve conflicts
zhenxuantan Nov 5, 2021
fc07645
Merge pull request #130 from zhenxuantan/master
JosephN37 Nov 5, 2021
81dd2a4
Update UG, DG, PPP
cyyeu Nov 5, 2021
4dfe5f7
Merge pull request #131 from cyyeu/update-ug-dg
zhenxuantan Nov 5, 2021
68c6d31
Add tests and fix class headers
zhenxuantan Nov 5, 2021
449deed
Add new line
zhenxuantan Nov 5, 2021
3de6fb4
Merge pull request #132 from zhenxuantan/add-tests-branch
cyyeu Nov 5, 2021
a586e9c
Merge pull request #133 from zhenxuantan/update-zx-ppp-branch
cyyeu Nov 5, 2021
e4f71f0
Add PPP link in AboutUs.md
cyyeu Nov 5, 2021
ec7310d
Update UG and DG
cyyeu Nov 5, 2021
09fa184
Update PPP
cyyeu Nov 5, 2021
06aec02
Merge pull request #134 from cyyeu/update-ug-dg
zhenxuantan Nov 6, 2021
0d6d7f5
Merge branch of https://github.com/AY2122S1-CS2103T-W12-2/tp
alinaleehx Nov 6, 2021
cc1d0f4
Merge branch 'AY2122S1-CS2103T-W12-2-master' into improve-code-quality
alinaleehx Nov 6, 2021
abe4517
Add PPP and update Developer Guide
alinaleehx Nov 6, 2021
f95d582
Merge pull request #135 from alinaleehx/improve-code-quality
cyyeu Nov 6, 2021
13deadb
Improve test for addTask, doneTask, deleteTask
alinaleehx Nov 7, 2021
5ea895f
Improve naming of typical tasks
alinaleehx Nov 7, 2021
8ee0ed2
add storage uml diagram and brief description
JosephN37 Nov 7, 2021
cf6e3f7
update PPP\
JosephN37 Nov 7, 2021
054fce8
Add PPP draft for Ambrose
ambroseboo Nov 7, 2021
ae6c82d
Merge pull request #136 from JosephN37/DG-update
cyyeu Nov 7, 2021
6f0e02a
Edit PPP draft for Ambrose
ambroseboo Nov 7, 2021
d1fe119
Merge pull request #137 from ambroseboo/PPP-draft
cyyeu Nov 7, 2021
7d56935
Update docs
cyyeu Nov 7, 2021
43c9db6
Merge pull request #138 from cyyeu/update-docs
JosephN37 Nov 7, 2021
4c4c50e
Update User Guide
alinaleehx Nov 8, 2021
aafc8e9
Update style of examples for addTask
alinaleehx Nov 8, 2021
ee6b1e1
Fix checkstyle errors
alinaleehx Nov 8, 2021
89cac94
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
alinaleehx Nov 8, 2021
f1013d4
Merge pull request #139 from alinaleehx/master
ambroseboo Nov 8, 2021
3d83440
Update Javadocs, Screenshots, PPP and tests
zhenxuantan Nov 8, 2021
8b0be7d
Checkstyle
zhenxuantan Nov 8, 2021
550c419
Merge pull request #140 from zhenxuantan/update-javadocs-ss-ppp-tests…
cyyeu Nov 8, 2021
3d18a8a
Add sequence diagram for recurring implementation in DG
ambroseboo Nov 8, 2021
d686f64
Edit sequence diagram for recurring frequency
ambroseboo Nov 8, 2021
6555db2
Merge pull request #141 from ambroseboo/update-DG-recurring
zhenxuantan Nov 8, 2021
49472fb
Edit image
ambroseboo Nov 8, 2021
386e698
Merge pull request #142 from ambroseboo/update-DG-recurring
zhenxuantan Nov 8, 2021
104fe1b
Add in more page breaks
zhenxuantan Nov 8, 2021
907cddc
Merge pull request #143 from zhenxuantan/add-more-page-breaks-branch
alinaleehx Nov 8, 2021
4887f96
Update PPP
ambroseboo Nov 8, 2021
02800dc
Fix checkstyle
ambroseboo Nov 8, 2021
8ca0d49
fix bold formatting
JosephN37 Nov 8, 2021
7600cd0
Update screenshots for edit command
cyyeu Nov 8, 2021
a7c939d
Merge pull request #145 from ambroseboo/update-PPP
cyyeu Nov 8, 2021
6dbec52
add FQ to UG
JosephN37 Nov 8, 2021
e81af54
Merge pull request #146 from cyyeu/update-docs
zhenxuantan Nov 8, 2021
f354d8a
Rearrange headers in UG and standardise examples
zhenxuantan Nov 8, 2021
e4b100d
Merge commit 'e81af5470600a96b43fe8d8ab6f5527744f484ea' into add-more…
zhenxuantan Nov 8, 2021
b4a7a8e
Merge pull request #147 from JosephN37/format-UG-DG
cyyeu Nov 8, 2021
89ba541
Merge pull request #148 from zhenxuantan/add-more-page-breaks-branch
cyyeu Nov 8, 2021
960cb5a
Add doneTask implementation considerations to DG
alinaleehx Nov 8, 2021
3fe870b
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
alinaleehx Nov 8, 2021
8e962dc
Fix style errors
alinaleehx Nov 8, 2021
64b07df
Merge branch 'master' of https://github.com/alinaleehx/tp
alinaleehx Nov 8, 2021
60279f5
Merge pull request #149 from alinaleehx/master
cyyeu Nov 8, 2021
29fce9d
Add peripheral guides, sort tasks manual testing, and diagram
zhenxuantan Nov 8, 2021
4fbb59e
Merge pull request #150 from zhenxuantan/add-dg-zx-branch
JosephN37 Nov 8, 2021
2d8e13d
Edit UG
ambroseboo Nov 8, 2021
a621615
Add activity diagram
alinaleehx Nov 8, 2021
c6833bc
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
alinaleehx Nov 8, 2021
2238280
add manual testing for filterTasks
JosephN37 Nov 8, 2021
fb36541
Edit DG
ambroseboo Nov 8, 2021
2d8a52f
Fix style error
alinaleehx Nov 8, 2021
396feb0
Merge branch 'master' of https://github.com/alinaleehx/tp
alinaleehx Nov 8, 2021
be51728
Merge pull request #151 from alinaleehx/master
JosephN37 Nov 8, 2021
73171dc
Merge pull request #152 from ambroseboo/update-UGDG
JosephN37 Nov 8, 2021
af9f0a1
Add manual testing for doneTask
alinaleehx Nov 8, 2021
4f06bec
Merge branch 'master' into master
JosephN37 Nov 8, 2021
f94da38
Merge pull request #1 from AY2122S1-CS2103T-W12-2/master
JosephN37 Nov 8, 2021
cc71cb0
Add activity diagram for recurring frequency in DG
ambroseboo Nov 8, 2021
1413eaa
Merge branch 'master' of https://github.com/alinaleehx/tp
alinaleehx Nov 8, 2021
e872e25
Fix checkstyle
ambroseboo Nov 8, 2021
fbc012e
Merge pull request #154 from ambroseboo/update-UGDG
JosephN37 Nov 8, 2021
7e9c97d
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
JosephN37 Nov 8, 2021
eb2c53e
Add manual testing for deleteTask
alinaleehx Nov 8, 2021
657a1e7
add filtertask manual testing
JosephN37 Nov 8, 2021
0d2973f
Merge branch 'master' into master
alinaleehx Nov 8, 2021
7070e8b
Merge pull request #2 from AY2122S1-CS2103T-W12-2/master
alinaleehx Nov 8, 2021
e1f5c55
Merge branch 'master' of https://github.com/alinaleehx/tp
alinaleehx Nov 8, 2021
3dcad80
Merge branch 'master' into add-filtertask-manual-testing
JosephN37 Nov 8, 2021
6923fee
Finalise PPP
ambroseboo Nov 8, 2021
1f99895
Merge pull request #155 from alinaleehx/master
JosephN37 Nov 8, 2021
bab38f0
Merge pull request #156 from JosephN37/add-filtertask-manual-testing
ambroseboo Nov 8, 2021
0b10d1a
Add manual testing, acknowledgements
cyyeu Nov 8, 2021
106b2cc
Merge pull request #157 from ambroseboo/edit-PPP
JosephN37 Nov 8, 2021
7352785
update PPP
JosephN37 Nov 8, 2021
18396e3
Fix merge conflicts
cyyeu Nov 8, 2021
c013460
Update doneTask screenshot
alinaleehx Nov 8, 2021
9b548a4
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
alinaleehx Nov 8, 2021
38cc09b
Merge pull request #158 from cyyeu/update-docs
zhenxuantan Nov 8, 2021
2a41f6a
Merge pull request #159 from JosephN37/PPP-update
zhenxuantan Nov 8, 2021
789f625
Merge pull request #160 from alinaleehx/master
zhenxuantan Nov 8, 2021
1be2773
Fix formatting in DG
ambroseboo Nov 8, 2021
9782453
Update PPP
alinaleehx Nov 8, 2021
02db7ed
Merge pull request #161 from ambroseboo/edit-PPP
JosephN37 Nov 8, 2021
d806643
Fix UG/DG styling and headers
cyyeu Nov 8, 2021
02dc12c
Update user guide
alinaleehx Nov 8, 2021
90730d8
Merge branch 'master' of https://github.com/alinaleehx/tp
alinaleehx Nov 8, 2021
c45b59e
Fix addTask and editTask screenshots not appearing
ambroseboo Nov 8, 2021
b6ca65a
Merge pull request #162 from cyyeu/update-docs
alinaleehx Nov 8, 2021
267453e
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
alinaleehx Nov 8, 2021
78d4875
Merge pull request #163 from alinaleehx/master
alinaleehx Nov 8, 2021
fc53330
fix quickstart screenshot
JosephN37 Nov 8, 2021
b6c4721
Merge pull request #164 from ambroseboo/edit-PPP
alinaleehx Nov 8, 2021
d6c6c1a
Update edit task
zhenxuantan Nov 8, 2021
5be5b45
Merge pull request #165 from JosephN37/quickstart-ss
alinaleehx Nov 8, 2021
f839a06
Fix arrangement in Developer Guide
alinaleehx Nov 8, 2021
c215800
Add find and group screenshots in uG
cyyeu Nov 8, 2021
f2e4be6
Edit sequence diagram for recurring
ambroseboo Nov 8, 2021
c703b46
Merge pull request #166 from cyyeu/update-docs
zhenxuantan Nov 8, 2021
f0a0f1e
Merge pull request #168 from ambroseboo/edit-PPP
zhenxuantan Nov 8, 2021
03b71ef
add appendix:effort
JosephN37 Nov 8, 2021
e8d679f
Merge pull request #167 from alinaleehx/master
cyyeu Nov 8, 2021
ce79435
Merge pull request #169 from zhenxuantan/update-edittask-branch
alinaleehx Nov 8, 2021
5b76878
Update user stories format
alinaleehx Nov 8, 2021
7756790
Fix PPP formatting
ambroseboo Nov 8, 2021
fceaa99
Merge pull request #170 from JosephN37/appendix-effort
alinaleehx Nov 8, 2021
947cf09
Merge pull request #172 from ambroseboo/edit-PPP
JosephN37 Nov 8, 2021
bc65d7e
Merge pull request #171 from alinaleehx/master
ambroseboo Nov 8, 2021
a5a6af2
dg appendix:effort format
JosephN37 Nov 8, 2021
bcfd834
Remove excessive screenshot
alinaleehx Nov 8, 2021
4fa85c7
Merge pull request #173 from alinaleehx/master
ambroseboo Nov 8, 2021
3d137e5
Merge pull request #174 from JosephN37/DG-format
ambroseboo Nov 8, 2021
db61311
Edit command hotfix
cyyeu Nov 8, 2021
cde78c8
Update UG
zhenxuantan Nov 8, 2021
71fbab0
Format page breaks for DG (incomplete)
ambroseboo Nov 8, 2021
8e2b6bd
Merge pull request #176 from zhenxuantan/update-ug
JosephN37 Nov 8, 2021
17c7f54
Fix bug
cyyeu Nov 8, 2021
577f00b
Merge pull request #177 from ambroseboo/DG-pagebreaks
zhenxuantan Nov 8, 2021
5fbbdda
Merge pull request #175 from cyyeu/update-docs
JosephN37 Nov 8, 2021
20722ad
Fix DG pagebreaks
ambroseboo Nov 8, 2021
c8b5974
Fix PPP pagebreaks
ambroseboo Nov 8, 2021
09f9bb5
Merge pull request #178 from ambroseboo/DG-pagebreaks
JosephN37 Nov 8, 2021
374da78
Fix bug
cyyeu Nov 8, 2021
6a19eb4
Update diagram
alinaleehx Nov 8, 2021
caaf231
Update UG Page break
zhenxuantan Nov 8, 2021
ec71a07
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
alinaleehx Nov 8, 2021
0f9b87a
Merge pull request #179 from cyyeu/update-docs
zhenxuantan Nov 8, 2021
3479494
Fix pagebreaks
ambroseboo Nov 8, 2021
b8c3cb1
Merge pull request #180 from zhenxuantan/update-ug-pagebreak
cyyeu Nov 8, 2021
d0a477d
Merge pull request #182 from ambroseboo/DG-pagebreaks
cyyeu Nov 8, 2021
f6bd576
Merge pull request #181 from alinaleehx/master
JosephN37 Nov 8, 2021
8253a2f
Update sequence
alinaleehx Nov 8, 2021
cc7af40
Merge branch 'master' of https://github.com/alinaleehx/tp
alinaleehx Nov 8, 2021
70ff856
Merge pull request #183 from alinaleehx/master
cyyeu Nov 8, 2021
e6a31fa
Add "Commonly Used words" section
ambroseboo Nov 12, 2021
446fd16
Merge pull request #184 from ambroseboo/UG-CS2101
alinaleehx Nov 12, 2021
97b3de3
Improve language
cyyeu Nov 12, 2021
c5a1383
Add UI design explaination to User Guide
alinaleehx Nov 12, 2021
b7fd383
Add onto existing glossary
zhenxuantan Nov 12, 2021
8f0da3e
Merge pull request #185 from cyyeu/update-ug
zhenxuantan Nov 12, 2021
9637b3e
Merge pull request #186 from alinaleehx/master
zhenxuantan Nov 12, 2021
8c24a7e
Merge pull request #187 from zhenxuantan/add-glossary-branch
cyyeu Nov 12, 2021
c8e7a9e
Add more terms to common terms section
ambroseboo Nov 12, 2021
830ce0e
Merge pull request #188 from ambroseboo/edit-UG
cyyeu Nov 12, 2021
05c7b90
add explanation
JosephN37 Nov 12, 2021
1ab4ada
Fix numbering in Quick Start
alinaleehx Nov 12, 2021
a00b2bc
Merge branch 'master' into UG-update
JosephN37 Nov 12, 2021
fe17951
Merge pull request #189 from JosephN37/UG-update
cyyeu Nov 12, 2021
9794e99
Merge pull request #190 from alinaleehx/master
cyyeu Nov 12, 2021
b30beec
fix bold formatting
JosephN37 Nov 12, 2021
5f2ed0f
Merge branch 'UG-update' of https://github.com/JosephN37/tp into UG-u…
JosephN37 Nov 12, 2021
5ade5d5
add quick start link
JosephN37 Nov 12, 2021
744e7ae
Merge pull request #191 from JosephN37/UG-update
zhenxuantan Nov 12, 2021
02d3b44
Update UG
zhenxuantan Nov 12, 2021
1dc3832
Merge commit '744e7ae202fe2a1b6b409f64f16a7ced9d2a74ba'
zhenxuantan Nov 12, 2021
e7fe435
Merge pull request #192 from JosephN37/UG-update
alinaleehx Nov 12, 2021
d7403ca
Merge branch 'AY2122S1-CS2103T-W12-2:master' into master
zhenxuantan Nov 12, 2021
f5f0872
Clarify recurring frequency
ambroseboo Nov 12, 2021
acff309
Merge pull request #193 from ambroseboo/edit-UG
zhenxuantan Nov 12, 2021
538c1f6
Merge pull request #194 from zhenxuantan/update-UG-last
JosephN37 Nov 12, 2021
b99a539
Add page breaks
zhenxuantan Nov 12, 2021
451de0b
Merge pull request #195 from zhenxuantan/page-break-last
cyyeu Nov 12, 2021
8f7ba44
Correct the page break
zhenxuantan Nov 12, 2021
46f7622
Merge pull request #196 from zhenxuantan/final-update-ug
cyyeu Nov 12, 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
  •  
  •  
  •  
41 changes: 30 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
[![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-W12-2/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2122S1-CS2103T-W12-2/tp/actions/workflows/gradle.yml)
[![codecov](https://codecov.io/gh/AY2122S1-CS2103T-W12-2/tp/branch/master/graph/badge.svg?token=MORDANUUIH)](https://codecov.io/gh/AY2122S1-CS2103T-W12-2/tp)

# SWEe-book
**SWEe-book** is a desktop app that makes it easier for CS2103T/CS2101 students to
**keep track of their tasks and group mates in different groups**.

### Features
1. Adding a contact
1. Editing a contact
1. Deleting a contact
1. Filtering contacts by name
1. Filtering contacts by group
1. Listing all contacts
1. Adding a task
1. Editing a task
1. Deleting a task
1. Marking a task as done
1. Sorting tasks
1. Filtering tasks by modules
1. Listing all tasks

### SWEe-book GUI
![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.
### User Guide
The User Guide can be accessed [here](https://github.com/AY2122S1-CS2103T-W12-2/tp/blob/master/docs/UserGuide.md).

### Developer Guide
The Developer Guide can be accessed [here](https://github.com/AY2122S1-CS2103T-W12-2/tp/blob/master/docs/DeveloperGuide.md).

#### Acknowledgements
This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ plugins {
id 'jacoco'
}

mainClassName = 'seedu.address.Main'
run {
enableAssertions = true
}

mainClassName = 'sweebook.Main'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -66,7 +70,7 @@ dependencies {
}

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

defaultTasks 'clean', 'test'
54 changes: 25 additions & 29 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,47 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Alina Lee

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

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

* Role: Project Advisor
* Role: Documentation
* Responsibilities: Responsible for the quality of various project documents.

### Jane Doe
### Joseph Nathanael

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Deliverables and deadlines
* Responsibilities: Ensure project deliverables are done on time and in the right format.

### Johnny Doe
### Yeu Chen Yuan

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

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

* Role: Developer
* Responsibilities: Data
* Role: Code quality
* Responsibilities: Ensure overall adherence to coding standards.

### Jean Doe
### Ambrose Boo

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Role: Scheduling and Tracking
* Responsibilities: In charge of defining, assigning and tracking project tasks.

### James Doe
### Tan Zhen Xuan

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

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

* Role: Developer
* Responsibilities: UI
* Role: UI/UX
* Responsibilities: Responsible for the UI/UX component of the SWEe-book app.
Loading