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-F12-4] myStudents #88

Open
wants to merge 706 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
706 commits
Select commit Hold shift + click to select a range
d085c77
Merge pull request #219 from nopehax/Update-UserGuide
nopehax Nov 2, 2022
46239c2
Fix bug when adding 2 exact same entries except for their names
nopehax Nov 3, 2022
8c71670
Merge pull request #220 from nopehax/Bug-sort-default
nopehax Nov 3, 2022
78450d5
Removed JavaFx warnings when UI updates
nopehax Nov 3, 2022
dff56e0
Merge pull request #222 from nopehax/master
nopehax Nov 3, 2022
12437b9
Update diagrams for UserGuide.md
asaierika Nov 4, 2022
e8285b8
Edit the color of the logo
asaierika Nov 4, 2022
f34dc7f
Improve user guide
ongwenpin Nov 4, 2022
9257046
Merge pull request #225 from ongwenpin/fix-user-guide-bugs
asaierika Nov 4, 2022
1f865fc
Editing annotations on the diagrams
asaierika Nov 4, 2022
d0118dc
Edit the diagrams
asaierika Nov 4, 2022
cc5c432
Add a line to export
asaierika Nov 4, 2022
4d33bb7
Change "type in command" to "type in the command"
asaierika Nov 4, 2022
bff6f8a
Merge commit '9257046793c71aa56df378128dc2f7d1b72d46d4' into update-d…
asaierika Nov 4, 2022
c52dedf
Add export link
asaierika Nov 4, 2022
ad0da1b
Update UserGuide.md
asaierika Nov 4, 2022
7c38389
Update myStudent description and fix export section link
nopehax Nov 4, 2022
2c99db2
Merge pull request #226 from nopehax/Update-UserGuide
nopehax Nov 4, 2022
5da3b64
Edit annotations
asaierika Nov 4, 2022
a1cb24e
Merge pull request #224 from asaierika/update-diagrams-for-ug
asaierika Nov 4, 2022
fc9cb72
Use more active voice, correct grammatical and sentence structure errors
nopehax Nov 4, 2022
74aefd6
UserGuide.md: fix bugs found in PE-D
totsukatomofumi Nov 4, 2022
057762f
Add find command sequence diagram
tantzeyeong Nov 4, 2022
33f0bfa
Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-4/tp…
tantzeyeong Nov 5, 2022
ffe6358
Add testing for StudentContainsKeywordsPredicate, TutorContainsKeywor…
tantzeyeong Nov 5, 2022
962c1e5
Update user stories and use cases
ongwenpin Nov 5, 2022
5ada3d0
Fix typos
ongwenpin Nov 5, 2022
7456c11
Add Find Activity Diagram
tantzeyeong Nov 5, 2022
4ad142a
Add find activity diagram into developer guide
tantzeyeong Nov 5, 2022
995641d
Fix checkstyles
tantzeyeong Nov 5, 2022
696ce36
Fix error in assign command sequence diagram
ongwenpin Nov 5, 2022
eeb5a26
Merge pull request #227 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 5, 2022
b555ab7
Fix Ui bugs when editing and deleting a class
asaierika Nov 5, 2022
694c3c4
Modify Ui bugs for add command
asaierika Nov 5, 2022
b9147ea
Merge commit 'eeb5a262b88bd447e16ba6b76e3a2a275f5adeaa'
asaierika Nov 5, 2022
feabd01
Fix diagram typo
asaierika Nov 5, 2022
00f7cb2
Update developer guide for find command
tantzeyeong Nov 5, 2022
bb0b3bd
Add find command description for PPP
tantzeyeong Nov 5, 2022
81f8b9d
Update handleList()
asaierika Nov 5, 2022
2e5dcb1
Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-4/tp…
nopehax Nov 5, 2022
f07e00f
Fix bug where "e" and "a" are accepted as subjects
totsukatomofumi Nov 5, 2022
a891f38
Change assurance sentence
nopehax Nov 5, 2022
bfbc768
Merge pull request #235 from nopehax/Update-UserGuide
nopehax Nov 5, 2022
c539097
Merge pull request #234 from asaierika/fix-ui-bug
totsukatomofumi Nov 5, 2022
54896f5
Adjust tests for parsing subject
totsukatomofumi Nov 5, 2022
91e669b
Remove todo comment
totsukatomofumi Nov 5, 2022
293d174
Add more FAQs
nopehax Nov 5, 2022
39cb18c
Add more FAQs
nopehax Nov 5, 2022
2dd24a7
Merge pull request #237 from nopehax/Update-UserGuide
nopehax Nov 5, 2022
d6a82c2
Remove unnecessary whitespace
totsukatomofumi Nov 5, 2022
86fe7ca
Fix to allow persons with same name
totsukatomofumi Nov 5, 2022
08b9826
Adjust testing to test new expected behaviour
totsukatomofumi Nov 5, 2022
e5618ee
Add assert statements
totsukatomofumi Nov 5, 2022
db13ae0
Make isSamePerson method abstract
totsukatomofumi Nov 5, 2022
5ab3e5a
Add instanceof check before casting
totsukatomofumi Nov 5, 2022
f6a7736
NextOfKin class: implement abstract method isSamePerson
totsukatomofumi Nov 5, 2022
67dc88f
Add test for NextOfKin changes
totsukatomofumi Nov 5, 2022
4980e3c
Fix checkstyle issues
totsukatomofumi Nov 5, 2022
ac89670
Update title of find feature
tantzeyeong Nov 6, 2022
f3639f5
Finalise PPP
tantzeyeong Nov 6, 2022
f2a72e4
Update project-management contributions
tantzeyeong Nov 6, 2022
9cfb336
Fix checkstyle errors
tantzeyeong Nov 6, 2022
e331a00
Fix checkstyle errors
tantzeyeong Nov 6, 2022
acd8c61
Merge pull request #240 from tantzeyeong/docs/update-ppp
ongwenpin Nov 6, 2022
5c64fff
Merge pull request #229 from tantzeyeong/test/add-find-tests
ongwenpin Nov 6, 2022
0a4945c
Fix find sequence diagram
tantzeyeong Nov 6, 2022
103c013
Fix find sequence diagram
tantzeyeong Nov 6, 2022
2511f6a
Fix find sequence diagram
tantzeyeong Nov 6, 2022
6e8e187
Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-4/tp…
tantzeyeong Nov 6, 2022
dae4581
Update ppp
tantzeyeong Nov 6, 2022
ddaae54
Merge pull request #231 from tantzeyeong/docs/add-diagrams
ongwenpin Nov 6, 2022
17a6d98
Merge pull request #238 from totsukatomofumi/fix-duplicate-names
asaierika Nov 6, 2022
73ee0eb
Merge pull request #236 from totsukatomofumi/fix-subject-parsing
asaierika Nov 6, 2022
efa3093
Update model diagram and ppp
ongwenpin Nov 6, 2022
c793de5
Fix Checkstyle
ongwenpin Nov 6, 2022
e77c230
Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-4/tp…
ongwenpin Nov 6, 2022
d7a21d3
Tweak to allow 24:00 and timings end on midnight
totsukatomofumi Nov 6, 2022
dceec3a
Add tests and test cases for this change
totsukatomofumi Nov 6, 2022
fc42002
UserGuide.md: update according to new changes
totsukatomofumi Nov 6, 2022
09fd5cb
Fix error in assign sequence diagram
ongwenpin Nov 6, 2022
831d71d
UserGuide.md: change explanation
totsukatomofumi Nov 6, 2022
6d05515
Merge pull request #230 from ongwenpin/update-developer-guide
tantzeyeong Nov 6, 2022
58f8b16
Merge branch 'master' into fix-time-parsing
totsukatomofumi Nov 6, 2022
d38b7c6
Update ppp
tantzeyeong Nov 6, 2022
d18c72e
Update find sequence diagram
tantzeyeong Nov 6, 2022
762e9e5
Add line break to ppp
ongwenpin Nov 6, 2022
31fc7b5
Merge pull request #242 from ongwenpin/update-developer-guide
ongwenpin Nov 6, 2022
cae2493
Update ListSequenceDiagram
asaierika Nov 6, 2022
430f34c
Modify DeveloperGuide
asaierika Nov 6, 2022
75fc758
Add acknowledgements
tantzeyeong Nov 6, 2022
6c7d186
Update ListSequenceDiagram and delete DeleteCommand example in List type
asaierika Nov 6, 2022
3fbe79a
Edit DeleteSequenceDiagram
asaierika Nov 6, 2022
1fe21aa
Unify the reference of Tuition Class
asaierika Nov 6, 2022
79e0581
Make animation visible
asaierika Nov 6, 2022
5621b2b
Update Ui section of DeveloperGuide.md
asaierika Nov 6, 2022
57a01ef
Merge pull request #241 from totsukatomofumi/fix-time-parsing
asaierika Nov 6, 2022
23618e5
Merge branch 'master' into Update-DeveloperGuide
nopehax Nov 6, 2022
8e3fc4e
Fix formatting error in FAQ
nopehax Nov 6, 2022
c8ebcf1
Fix grammar error
nopehax Nov 6, 2022
83a59ac
Merge pull request #243 from nopehax/Update-UserGuide
nopehax Nov 6, 2022
df94d46
Update storage PlantUML diagram
nopehax Nov 6, 2022
6dbab0d
UserGuide.md: adjust spacing between bullet points
totsukatomofumi Nov 6, 2022
eb8b781
Create sequence diagram for sort command
nopehax Nov 6, 2022
4e191a6
UserGuide.md: standardise e.g. usage
totsukatomofumi Nov 6, 2022
e0bf057
Merge pull request #244 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
fabd7cf
Change naming of sortCommand instance
nopehax Nov 6, 2022
71abc46
Update StorageClassDiagram png
nopehax Nov 6, 2022
2800da8
Add sort sequence diagram into DG
nopehax Nov 6, 2022
9bf4511
Test new table format
nopehax Nov 6, 2022
b6e72d3
Test new table format
nopehax Nov 6, 2022
b59e879
Merge pull request #245 from nopehax/Update-DeveloperGuide
nopehax Nov 6, 2022
8c89e65
UserGuide.md: adjust spacing
totsukatomofumi Nov 6, 2022
bcd4519
Merge pull request #246 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
2e440df
Try to adjust spacing
totsukatomofumi Nov 6, 2022
5a80be3
Merge pull request #247 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
b2d8dcd
Update sort command portion
nopehax Nov 6, 2022
715c8df
Remove proposed data archiving
nopehax Nov 6, 2022
7aa0773
Adjust spaces
totsukatomofumi Nov 6, 2022
e5e7e69
Merge pull request #248 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
50716e1
Make explanation clearer
nopehax Nov 6, 2022
3fc4a80
Format code block
nopehax Nov 6, 2022
12629d1
Merge pull request #249 from nopehax/Update-DeveloperGuide
nopehax Nov 6, 2022
d1787ae
Adjust spaces
totsukatomofumi Nov 6, 2022
4b98c61
Merge pull request #250 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
3246436
Fix bug where code block isn't showing properly on website
nopehax Nov 6, 2022
c0cbfdc
Fix spelling error
nopehax Nov 6, 2022
0bbd949
Merge pull request #251 from nopehax/Update-DeveloperGuide
nopehax Nov 6, 2022
ee88fb4
Adjust spaces
totsukatomofumi Nov 6, 2022
bdefdb5
Merge pull request #252 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
9ea74a2
Test new table format
nopehax Nov 6, 2022
e18fccd
Test new table format
nopehax Nov 6, 2022
c81d198
Test new table format
nopehax Nov 6, 2022
c984330
Adjust spaces
totsukatomofumi Nov 6, 2022
4b2e88c
Merge pull request #253 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
a9dd93c
Adjust spaces
totsukatomofumi Nov 6, 2022
f81a0a5
Merge pull request #254 from totsukatomofumi/update-user-guide
totsukatomofumi Nov 6, 2022
135e504
Merge pull request #255 from nopehax/Update-DeveloperGuide
nopehax Nov 6, 2022
93af95b
Add warning about modifying .json files
nopehax Nov 6, 2022
70f7590
Merge pull request #256 from nopehax/Update-UserGuide
nopehax Nov 6, 2022
6c1b844
Update initialization and exit messages from Address Book to myStudent
nopehax Nov 6, 2022
e3f6cae
Merge pull request #257 from nopehax/master
nopehax Nov 6, 2022
4fbfaca
Make warning clearer
nopehax Nov 6, 2022
18d270f
Merge pull request #258 from nopehax/Update-UserGuide
nopehax Nov 6, 2022
39b8db3
Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-4/tp…
tantzeyeong Nov 7, 2022
da38564
Fix link where assign does not bring to assign section
ongwenpin Nov 7, 2022
7665481
Merge pull request #259 from ongwenpin/fix-user-guide-bugs
ongwenpin Nov 7, 2022
02a198d
Update Ui class diagram
asaierika Nov 7, 2022
70aaf63
Merge branch 'master' into update-dg
asaierika Nov 7, 2022
3eeb8e3
Update ui class diagram and UserGuide.md
asaierika Nov 7, 2022
54a333c
Refine use cases for find in developer guide
tantzeyeong Nov 7, 2022
a85e713
Modify language
asaierika Nov 7, 2022
8e2deb7
Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-4/tp…
tantzeyeong Nov 7, 2022
49a68f5
Update DeleteSequenceDiagram
asaierika Nov 7, 2022
71ab35c
Modify language
asaierika Nov 7, 2022
f63dd46
Bold all displayed list, student list, tutor list and class list
asaierika Nov 7, 2022
831ec10
Add information in About
asaierika Nov 7, 2022
826d038
Added instruction for manual testing to DG
ongwenpin Nov 7, 2022
b891892
Fix checkstyle
ongwenpin Nov 7, 2022
6f85a5c
Fix typos
ongwenpin Nov 7, 2022
a3b03b4
Change myStudents to myStudent
nopehax Nov 7, 2022
8c5250a
Change myStudents to myStudent
nopehax Nov 7, 2022
f56b484
Change myStudents to myStudent
nopehax Nov 7, 2022
b504227
Dummy commit
ongwenpin Nov 7, 2022
90df34d
Merge pull request #264 from nopehax/master
nopehax Nov 7, 2022
ce4c2ef
Update ppp
asaierika Nov 7, 2022
46e3840
Merge pull request #260 from tantzeyeong/docs/update-documentation
ongwenpin Nov 7, 2022
b753d57
Modify typo
asaierika Nov 7, 2022
8f847cc
Correct typo
asaierika Nov 7, 2022
d4a0143
Merge commit '46e38409b788f0b9a557de22e6b92bd88376b110' into update-ppp
asaierika Nov 7, 2022
1f92fc8
Merge commit '46e38409b788f0b9a557de22e6b92bd88376b110' into update-d…
asaierika Nov 7, 2022
dba9205
Update Ui class diagram
asaierika Nov 7, 2022
8e8cdf5
Merge branch 'update-ppp' into update-documentation
asaierika Nov 7, 2022
bfa3f6b
Update troubleshooting section of UserGuide.md
asaierika Nov 7, 2022
0aa4234
Update ppp
asaierika Nov 7, 2022
18c741c
Merge pull request #265 from asaierika/update-documentation
asaierika Nov 7, 2022
d43bacf
Update PPP
ongwenpin Nov 7, 2022
aee323e
Merge branch 'master' into update-developer-guide
ongwenpin Nov 7, 2022
36ef0ac
Merge pull request #263 from ongwenpin/update-developer-guide
nopehax Nov 7, 2022
dd18cb7
Update nopehax PPP
nopehax Nov 7, 2022
95859d9
Reformat nopehax PPP
nopehax Nov 7, 2022
09d4b1a
DeveloperGuide.md: update add and edit implementation
totsukatomofumi Nov 7, 2022
1095657
Merge pull request #266 from nopehax/Update-nopehax-ppp
nopehax Nov 7, 2022
3975d53
Merge branch 'master' into update-developer-guide
totsukatomofumi Nov 7, 2022
1dec030
Fix typo in DG
ongwenpin Nov 7, 2022
c7436c5
Merge pull request #268 from totsukatomofumi/update-developer-guide
totsukatomofumi Nov 7, 2022
ba9d59c
Fix table going over margin when printing to pdf
nopehax Nov 7, 2022
b7db7b6
Fix table in DG
ongwenpin Nov 7, 2022
14d83bb
Refactor table
nopehax Nov 7, 2022
04d5783
Merge pull request #269 from ongwenpin/update-developer-guide
ongwenpin Nov 7, 2022
832376a
Made explanation clearer
nopehax Nov 7, 2022
6612726
Merge pull request #270 from nopehax/Update-DeveloperGuide
nopehax Nov 7, 2022
91abde8
Change nopehax responsibility to storage
nopehax Nov 7, 2022
ec4b58a
Merge pull request #271 from nopehax/Update-AboutUs
nopehax Nov 7, 2022
e5ac011
PPP page: update for final submission:
totsukatomofumi Nov 7, 2022
d9f35ed
Fix typo in UG
ongwenpin Nov 7, 2022
f2e0244
Merge pull request #272 from totsukatomofumi/update-ppp
totsukatomofumi Nov 7, 2022
90005bb
Fix About Us
ongwenpin Nov 7, 2022
9d1c28f
Merge pull request #273 from ongwenpin/update-developer-guide
ongwenpin Nov 7, 2022
9120ec1
Cut ppp
asaierika Nov 7, 2022
2e72f82
Merge commit '9d1c28fbfaf7dfb9238a26b129f467b48e21d3e1'
asaierika Nov 7, 2022
7a4c62a
Fix links for edit
tantzeyeong Nov 7, 2022
aa814cf
Update developer guide
totsukatomofumi Nov 7, 2022
47ee031
Update ppp
tantzeyeong Nov 7, 2022
6bf542d
Update PPP for submission
totsukatomofumi Nov 7, 2022
43018ec
Merge pull request #275 from totsukatomofumi/update-developer-guide
totsukatomofumi Nov 7, 2022
4cd8fd9
Add linebreaks in UG
tantzeyeong Nov 7, 2022
98cce01
Merge pull request #276 from totsukatomofumi/update-ppp
totsukatomofumi Nov 7, 2022
47bbe31
Merge pull request #274 from asaierika/update-ppp
asaierika Nov 7, 2022
657f074
Update UG
tantzeyeong Nov 7, 2022
1e9223e
Add linebreak to DG
tantzeyeong Nov 7, 2022
b682286
Merge pull request #277 from tantzeyeong/master
tantzeyeong Nov 7, 2022
e08d452
Edit screenshots size
asaierika Nov 11, 2022
7d365e6
Fix typo in assign and unassign part in UG
ongwenpin Nov 11, 2022
6dd60b0
Merge pull request #278 from ongwenpin/fix-user-guide-bugs
ongwenpin Nov 11, 2022
a43d90d
Update screenshot
asaierika Nov 11, 2022
3bb4526
Update description for email
asaierika Nov 11, 2022
dc305d3
Correct typo
asaierika Nov 11, 2022
bc06854
Improve user guide
totsukatomofumi Nov 11, 2022
cac5172
Merge pull request #279 from asaierika/update-ug
asaierika Nov 11, 2022
d78f77a
Merge pull request #280 from totsukatomofumi/update-user-guide
tantzeyeong Nov 11, 2022
c275b0f
Update screenshot size
asaierika Nov 11, 2022
0559cfe
Update UG for CS2101 submission
nopehax Nov 11, 2022
3187225
Merge pull request #281 from asaierika/update-screenshot-size
asaierika Nov 11, 2022
d1afdfd
Merge branch 'master' of https://github.com/AY2223S1-CS2103T-F12-4/tp…
nopehax Nov 11, 2022
7e6c8f9
Merge pull request #282 from nopehax/Update-UserGuide
tantzeyeong Nov 11, 2022
a2297ec
Add linebreak
tantzeyeong Nov 11, 2022
a770709
Add linebreak
tantzeyeong Nov 11, 2022
4f810d6
Add linebreak
tantzeyeong Nov 11, 2022
61a7b86
Add
tantzeyeong Nov 11, 2022
658b347
Add
tantzeyeong Nov 11, 2022
1f2891f
Add
tantzeyeong Nov 11, 2022
68212a2
Add
tantzeyeong Nov 11, 2022
1cfb9d6
Add
tantzeyeong Nov 11, 2022
7412a05
Merge pull request #283 from tantzeyeong/docs/update-user-guide-final
nopehax Nov 11, 2022
d3a5430
Test page breaks
nopehax Nov 11, 2022
1d41a76
Test page breaks
nopehax Nov 11, 2022
c27f835
Reposition imgs
nopehax Nov 11, 2022
9b33f59
Reposition imgs
nopehax Nov 11, 2022
1c4b110
Change img padding
nopehax Nov 11, 2022
43e4694
Test object-fit
nopehax Nov 11, 2022
81d4e3a
Test object-fit
nopehax Nov 11, 2022
ac0f967
Crop help window screenshot
nopehax Nov 11, 2022
4058eda
Img height adjustments
nopehax Nov 11, 2022
020f0ec
Img height adjustments
nopehax Nov 11, 2022
5db4999
Line formatting changes
nopehax Nov 11, 2022
5c43145
Insert page breaks
nopehax Nov 11, 2022
2168908
Update intro
nopehax Nov 11, 2022
86130d0
Img width adjustments
nopehax Nov 11, 2022
a39c31f
Remove page break
nopehax Nov 11, 2022
c775b6c
Merge pull request #284 from nopehax/Update-UserGuide
nopehax Nov 11, 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
  •  
  •  
  •  
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
[![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/AY2223S1-CS2103T-F12-4/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2223S1-CS2103T-F12-4/tp/actions)

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

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

* The project aims to provide tuition centers with a desktop application (called _myStudent_) to manage admin matters.
* It allows the **storing of student particulars**.
* It allows **management of the classes and tutors**. For example, it comes with tutor assignment and student allocation capabilities.
* It provides **tracking of student performance and fee payment status**.

* It is named `myStudent` because it is created for admin staff to manage the center's own students.

* For the detailed documentation of this project, see the **[myStudent Product Website](https://ay2223s1-cs2103t-f12-4.github.io/tp/)**.

* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ task coverage(type: JacocoReport) {
}
}

tasks.withType(JavaCompile) {
options.compilerArgs << '-Xlint:unchecked'
}

tasks.withType(JavaExec) {
enableAssertions = true
}

dependencies {
String jUnitVersion = '5.4.0'
String javaFxVersion = '11'
Expand All @@ -59,14 +67,15 @@ dependencies {

implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.7.0'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.7.4'
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version: '2.7.9'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jUnitVersion

testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

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

defaultTasks 'clean', 'test'
53 changes: 26 additions & 27 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,54 @@ 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`
You can reach us at the email `seer@comp.nus.edu.sg`

## Project team

### John Doe
### Jiang Zhimeng

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

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

* Role: Project Advisor
* Role: Developer
* Responsibilities: UI

### Jane Doe
### Loh Teng Wye

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: Storage

### Johnny Doe
### Ong Wen Pin

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: Model

### Jean Doe
### Tan Tze Yeong

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Model

### James Doe
### Totsuka Tomofumi

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: Logic
Loading