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-W15-1] Medmoriser #76

Open
wants to merge 589 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
589 commits
Select commit Hold shift + click to select a range
0c63d3b
Merge pull request #149 from tengjianling/branch-ppp
tengjianling Nov 6, 2020
7e1ed5a
Merge branch 'master' into add-personal-portfolio-page
yongmingyang Nov 6, 2020
6c44318
Merge pull request #151 from jonfoocy/add-personal-portfolio-page
yongmingyang Nov 6, 2020
51a21d4
Add `next` command into UG
tengjianling Nov 6, 2020
24f65ea
Update next command in UG
tengjianling Nov 6, 2020
2d6da8b
Merge branch 'master' into branch-NextCommandUG
tengjianling Nov 6, 2020
86d076c
Bug fix for questions and answers similar to prefix. Fix for Add comm…
joshruien Nov 6, 2020
ed92d36
Merge branch 'master' into #133-parsingbug
joshruien Nov 6, 2020
1c84bd3
Fix test cases for EditCommandParserTest and AddCommandParserTest
joshruien Nov 7, 2020
bef70e3
Merge branch '#133-parsingbug' of https://github.com/joshruien/tp int…
joshruien Nov 7, 2020
e9ef80f
Merge pull request #154 from joshruien/#133-parsingbug
yongmingyang Nov 7, 2020
2b47b22
Merge pull request #11 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 7, 2020
e3e4d76
Add example for answer command in user guide and correct a typo
joshruien Nov 7, 2020
cc69621
Merge branch 'master' into branch-NextCommandUG
jonfoocy Nov 7, 2020
dad3a24
Merge pull request #155 from joshruien/#125-missing-answer-example
yongmingyang Nov 7, 2020
3fe3575
Merge branch 'master' into branch-NextCommandUG
tengjianling Nov 7, 2020
7f8fd6f
Merge pull request #153 from tengjianling/branch-NextCommandUG
tengjianling Nov 7, 2020
2496949
Merge pull request #21 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 7, 2020
ea982d8
Edit next command examples
tengjianling Nov 7, 2020
ad59ad4
Fix bug in NextCommand that does not allow user to answer next question
tengjianling Nov 7, 2020
6251e86
Add test cases for AnswerCommand
tengjianling Nov 7, 2020
a187c83
Edit code to pass checkstyle
tengjianling Nov 7, 2020
d47f436
Add AnswerCommandParserTest
tengjianling Nov 7, 2020
5a0a2e3
Merge pull request #156 from tengjianling/branch-standardiseUGAndFixBugs
tengjianling Nov 7, 2020
fad7720
Merge branch 'master' into branch-answerCommandTest
tengjianling Nov 7, 2020
77532db
Merge pull request #22 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 7, 2020
5f65350
Add setQuizAnswer() method to test
tengjianling Nov 7, 2020
7070ade
Comment out AnswerCommandParser temporarily
tengjianling Nov 7, 2020
5dd750d
Comment out AnswerCommandParserTest temporarily
tengjianling Nov 7, 2020
596cbb8
Comment out AnswerCommandTest temporarily
tengjianling Nov 7, 2020
0f75267
Add AnswerCommandParserTest
tengjianling Nov 7, 2020
2b499a1
Add AnswerCommandTest and comment out execute_answerOngoingQuizHasBee…
tengjianling Nov 7, 2020
53250fb
Remove execute_answerOngoingQuizHasBeenAnswered_failure() temporarily
tengjianling Nov 7, 2020
8b51460
remove execute_answerOngoingQuizNotBeenAnswered_success()
tengjianling Nov 7, 2020
9ba19f6
Add execute_answerOngoingQuizHasBeenAnswered_failure()
tengjianling Nov 7, 2020
7730357
Add execute_answerOngoingQuizNotBeenAnswered_success()
tengjianling Nov 7, 2020
3fca604
Set isQuiz back to false after execute_answerOngoingQuizNotBeenAnswer…
tengjianling Nov 7, 2020
b7f5712
Add comments to test case
tengjianling Nov 7, 2020
dc9a4af
fixed tag wrap text
ChengJiyuqing Nov 7, 2020
704aa68
Update QuestionSetCard.java
ChengJiyuqing Nov 7, 2020
7ec5062
Update QuestionSetCard.java
ChengJiyuqing Nov 7, 2020
84ca55e
Update UserGuide.md
ChengJiyuqing Nov 7, 2020
6fab57d
fixed qn / ans length
ChengJiyuqing Nov 7, 2020
ff7e597
Merge branch 'bug_fix' of https://github.com/ChengJiyuqing/tp into bu…
ChengJiyuqing Nov 7, 2020
bb308db
Add files via upload
ChengJiyuqing Nov 7, 2020
2110ba7
Update UserGuide.md
ChengJiyuqing Nov 7, 2020
0e19a6f
Update UserGuide.md
ChengJiyuqing Nov 7, 2020
0736448
set max height qn, ans and tag label to infinity
ChengJiyuqing Nov 7, 2020
7885948
Merge branch 'bug_fix' of https://github.com/ChengJiyuqing/tp into bu…
ChengJiyuqing Nov 7, 2020
7e6a0b7
Set theme jekyll-theme-cayman
tengjianling Nov 8, 2020
a64d051
Merge pull request #158 from ChengJiyuqing/bug_fix
joshruien Nov 8, 2020
9ed433f
Merge pull request #12 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 8, 2020
3b812b7
Merge branch 'master' into branch-answerCommandTest
yongmingyang Nov 8, 2020
1cc01ef
Merge pull request #157 from tengjianling/branch-answerCommandTest
yongmingyang Nov 8, 2020
ff3d0c3
restructure DG
yongmingyang Nov 8, 2020
3574aed
update UG structure
yongmingyang Nov 8, 2020
f7e7df7
fix DG typo
yongmingyang Nov 8, 2020
376202c
Merge pull request #23 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 8, 2020
192128b
Implement testing for NextCommand
joshruien Nov 8, 2020
35ecc54
Merge branch 'master' into UGDGUpdate
yongmingyang Nov 8, 2020
7be1d3a
Merge branch 'master' into nextcommand-testing
joshruien Nov 8, 2020
59eb051
Checkstyle
joshruien Nov 8, 2020
e5216f2
remove no next question test case
joshruien Nov 8, 2020
96c0063
Add test for no next question
joshruien Nov 8, 2020
0556b05
Merge pull request #160 from joshruien/nextcommand-testing
tengjianling Nov 8, 2020
3fcb06f
GUI for next command
ChengJiyuqing Nov 8, 2020
9e6d5cc
Update QuizCard.java
ChengJiyuqing Nov 8, 2020
0fb1bd0
Merge remote-tracking branch 'upstream/master'
ChengJiyuqing Nov 8, 2020
aa7d72a
Merge pull request #161 from ChengJiyuqing/master
tengjianling Nov 8, 2020
d749552
Merge branch 'master' into UGDGUpdate
joshruien Nov 8, 2020
b6f96de
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W15-1/tp
yongmingyang Nov 8, 2020
431a1f4
Merge pull request #159 from yongmingyang/UGDGUpdate
jonfoocy Nov 8, 2020
56dcd43
fixed empty cell probs
ChengJiyuqing Nov 8, 2020
cb84adf
Merge pull request #13 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 8, 2020
05fdc7c
changed commandbox to the bottom
ChengJiyuqing Nov 8, 2020
7dffefb
Merge remote-tracking branch 'upstream/master'
ChengJiyuqing Nov 8, 2020
c55d42d
Merge branch 'master' of https://github.com/joshruien/tp
joshruien Nov 8, 2020
02072f7
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W15-1/tp…
yongmingyang Nov 8, 2020
c597f72
Merge branch 'master' into master
ChengJiyuqing Nov 8, 2020
58b9635
Merge pull request #162 from ChengJiyuqing/master
yongmingyang Nov 8, 2020
86876b2
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W15-1/tp…
yongmingyang Nov 8, 2020
3c92f7f
Merge pull request #24 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 8, 2020
d699d22
Update PPP and add appendix into DG
tengjianling Nov 8, 2020
a69eb36
Update _config.yml
tengjianling Nov 8, 2020
9ac8acd
Add new line to EOF in DG
tengjianling Nov 8, 2020
990f825
Merge branch 'branch-documentations' of https://github.com/tengjianli…
tengjianling Nov 8, 2020
6df2d66
Add table of contents and minor fixes to UG
joshruien Nov 8, 2020
21dca06
Merge branch 'master' into userguide-toc
joshruien Nov 8, 2020
e10369f
Merge pull request #164 from joshruien/userguide-toc
joshruien Nov 8, 2020
d3bece6
Merge branch 'master' into branch-documentations
joshruien Nov 8, 2020
5d3d2de
Rename qAndA to QAndA
tengjianling Nov 8, 2020
2dbd112
Merge branch 'branch-documentations' of https://github.com/tengjianli…
tengjianling Nov 8, 2020
f12d1d2
Merge pull request #163 from tengjianling/branch-documentations
tengjianling Nov 8, 2020
8c3421b
Merge pull request #25 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 8, 2020
546a285
changed quizcard
yongmingyang Nov 8, 2020
865471e
Update SettingUp.md
jonfoocy Nov 9, 2020
4a68f30
Merge branch 'master' into update-developerguide
jonfoocy Nov 9, 2020
80ed4bb
Edit UG for currency
jonfoocy Nov 9, 2020
b7b06de
Merge branch 'master' into UI
joshruien Nov 9, 2020
596a96a
Merge pull request #14 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 9, 2020
c1c1973
Create chengjiyuqing.dm
ChengJiyuqing Nov 9, 2020
e87ce5d
Merge pull request #165 from yongmingyang/UI
jonfoocy Nov 9, 2020
a972ed5
Edit DG Quiz activity diagram
joshruien Nov 9, 2020
d215e15
Merge branch 'master' into master
joshruien Nov 9, 2020
3d184a5
Merge pull request #166 from joshruien/master
jonfoocy Nov 9, 2020
5589961
Update quizcard
yongmingyang Nov 9, 2020
3f44061
Add manual testing instructions
jonfoocy Nov 9, 2020
b0a2299
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W15-1/tp…
jonfoocy Nov 9, 2020
e9b7f63
Update chengjiyuqing.dm
ChengJiyuqing Nov 9, 2020
28a3a72
Create chengjiyuqingg.md
ChengJiyuqing Nov 9, 2020
b742203
Merge branch 'master' of https://github.com/ChengJiyuqing/tp
ChengJiyuqing Nov 9, 2020
b1a5a47
Update chengjiyuqingg.md
ChengJiyuqing Nov 9, 2020
225b5a2
Rename chengjiyuqingg.md to chengjiyuqing.md
ChengJiyuqing Nov 9, 2020
d4f585c
Delete chengjiyuqing.dm
ChengJiyuqing Nov 9, 2020
9141cf2
Merge branch 'master' into master
ChengJiyuqing Nov 9, 2020
12fa0ea
Merge pull request #167 from jonfoocy/update-developerguide
tengjianling Nov 9, 2020
0174172
Merge pull request #26 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 9, 2020
c9c69d5
Edit PPP
joshruien Nov 9, 2020
cb3c6d6
Merge branch 'master' into edit-ppp
joshruien Nov 9, 2020
89e6805
checkstyle
joshruien Nov 9, 2020
fc562b7
Add EOF
joshruien Nov 9, 2020
1b01e00
Update UG for currency and consistency
jonfoocy Nov 9, 2020
9e6275b
Merge pull request #169 from joshruien/edit-ppp
joshruien Nov 9, 2020
56e2f73
Merge pull request #15 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 9, 2020
9d3e02a
Merge branch 'master' into update-userguide
joshruien Nov 9, 2020
6a30122
Merge pull request #170 from jonfoocy/update-userguide
tengjianling Nov 9, 2020
f969954
Fix bug in quizcommand parser
joshruien Nov 9, 2020
4bde108
change UI features
yongmingyang Nov 9, 2020
3aa9680
Merge branch 'UI' of https://github.com/yongmingyang/tp into UI
yongmingyang Nov 9, 2020
6d84756
Merge branch 'master' into quizcommandparser-bugfix
joshruien Nov 9, 2020
7562b7e
Merge branch 'master' into master
joshruien Nov 9, 2020
137482f
typo
yongmingyang Nov 9, 2020
cd1b58a
Merge branch 'master' into UI
tengjianling Nov 9, 2020
6103586
Merge pull request #172 from yongmingyang/UI
yongmingyang Nov 9, 2020
3759f2e
Merge branch 'master' into quizcommandparser-bugfix
yongmingyang Nov 9, 2020
af5c1f3
Update PPP
tengjianling Nov 9, 2020
0de1ed6
Merge pull request #171 from joshruien/quizcommandparser-bugfix
yongmingyang Nov 9, 2020
5940bbc
Merge branch 'master' into branch-ppp
tengjianling Nov 9, 2020
826bb43
Merge pull request #173 from tengjianling/branch-ppp
yongmingyang Nov 9, 2020
983e6da
Merge pull request #16 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 9, 2020
1439365
Merge pull request #27 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 9, 2020
0bbef7d
Change app icon
jonfoocy Nov 9, 2020
bcd48e3
Update PPP
jonfoocy Nov 9, 2020
985d1d2
Delete johndoe.md
jonfoocy Nov 9, 2020
5559ba2
Merge branch 'master' into add-personal-portfolio-page
jonfoocy Nov 9, 2020
69e97c4
add table of contents and edit architecture diagrams
joshruien Nov 9, 2020
929f916
Change result display and quizcard GUI
tengjianling Nov 9, 2020
52debb6
remove table of content
joshruien Nov 9, 2020
82dd28d
Merge pull request #176 from joshruien/dg-add-toc-edit-archidiagrams
yongmingyang Nov 9, 2020
90f60a2
Merge branch 'master' into add-new-icon
yongmingyang Nov 9, 2020
26c449e
Merge pull request #174 from jonfoocy/add-new-icon
yongmingyang Nov 9, 2020
94011b0
Update colour scheme
tengjianling Nov 9, 2020
7d9aa54
Merge branch 'master' into branch-GUI
tengjianling Nov 9, 2020
c83e698
Update chengjiyuqing.md
ChengJiyuqing Nov 9, 2020
ca75059
Edit PPP
joshruien Nov 9, 2020
0dcb7d6
Merge branch 'master' into edit-ppp-final
joshruien Nov 9, 2020
c1010ad
updated PPP
yongmingyang Nov 9, 2020
4ab585f
add line at EOF
yongmingyang Nov 9, 2020
bf26e3b
minor edits
yongmingyang Nov 9, 2020
9b25966
error EOF spacing
yongmingyang Nov 9, 2020
ccc223c
Merge pull request #179 from joshruien/edit-ppp-final
yongmingyang Nov 9, 2020
aa5defe
Merge branch 'master' into updatePPP
yongmingyang Nov 9, 2020
c3d8793
Merge branch 'master' into branch-GUI
yongmingyang Nov 9, 2020
7c01d27
Merge branch 'master' into add-personal-portfolio-page
yongmingyang Nov 9, 2020
a086e38
Merge pull request #180 from yongmingyang/updatePPP
yongmingyang Nov 9, 2020
df2cc52
Merge branch 'master' into branch-GUI
yongmingyang Nov 9, 2020
1090931
Merge branch 'master' into add-personal-portfolio-page
yongmingyang Nov 9, 2020
2652e1b
Update DeveloperGuide.md
ChengJiyuqing Nov 9, 2020
bb6b216
Merge pull request #175 from jonfoocy/add-personal-portfolio-page
yongmingyang Nov 9, 2020
bf699ea
Merge branch 'master' into branch-GUI
yongmingyang Nov 9, 2020
491fe56
Merge remote-tracking branch 'upstream/master'
ChengJiyuqing Nov 9, 2020
eefe011
Merge branch 'master' into DG
ChengJiyuqing Nov 9, 2020
3037e2e
Merge pull request #177 from tengjianling/branch-GUI
yongmingyang Nov 9, 2020
90add73
Merge remote-tracking branch 'upstream/master'
ChengJiyuqing Nov 9, 2020
79a3fc6
Merge branch 'master' into DG
ChengJiyuqing Nov 9, 2020
72488ed
Merge pull request #28 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 9, 2020
1eb32ce
Merge pull request #17 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 9, 2020
65ecb33
bug fix for multiple prefixes, and no prefixes
joshruien Nov 9, 2020
fec65f8
Add files via upload
ChengJiyuqing Nov 9, 2020
7119861
Update DeveloperGuide.md
ChengJiyuqing Nov 9, 2020
eb87017
Update DeveloperGuide.md
ChengJiyuqing Nov 9, 2020
6bee3d7
Update chengjiyuqing.md
ChengJiyuqing Nov 9, 2020
a961a8d
Add files via upload
ChengJiyuqing Nov 9, 2020
e342ab5
changed archi diagram to fit our theme color
ChengJiyuqing Nov 9, 2020
b991b2f
Merge pull request #181 from joshruien/quizcommandparser-bug
jonfoocy Nov 9, 2020
e033bef
Update chengjiyuqing.md
ChengJiyuqing Nov 9, 2020
a721694
Update chengjiyuqing.md
ChengJiyuqing Nov 9, 2020
85158b4
Merge pull request #29 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 9, 2020
5bfecb4
Update chengjiyuqing.md
ChengJiyuqing Nov 9, 2020
98c0272
Remove status bar footer
tengjianling Nov 9, 2020
abc1bd8
changed file name
ChengJiyuqing Nov 9, 2020
abc994f
quiz command bug
joshruien Nov 9, 2020
bb8860b
Merge branch 'master' into master
ChengJiyuqing Nov 9, 2020
3313493
Merge branch 'master' into quizcommandparser-bug
joshruien Nov 9, 2020
736bae1
Merge pull request #183 from tengjianling/branch-removeStatusBarFooter
jonfoocy Nov 9, 2020
ddc1e34
Merge branch 'master' into quizcommandparser-bug
tengjianling Nov 9, 2020
40b87ed
Merge branch 'master' into DG
ChengJiyuqing Nov 9, 2020
a539c23
Edit BetterModelClassDiagram
joshruien Nov 9, 2020
42e534f
Merge pull request #184 from joshruien/quizcommandparser-bug
tengjianling Nov 9, 2020
04866f2
Update DeveloperGuide.md
ChengJiyuqing Nov 9, 2020
944ee90
Merge pull request #30 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 9, 2020
53241d6
Merge branch 'master' into master
yongmingyang Nov 9, 2020
4674e5d
Update DeveloperGuide.md
ChengJiyuqing Nov 9, 2020
7ff80e7
Merge branch 'master' into DG
ChengJiyuqing Nov 9, 2020
fe884c8
Merge pull request #168 from ChengJiyuqing/master
ChengJiyuqing Nov 9, 2020
be34c79
change storage class diagram color
joshruien Nov 9, 2020
a21da6a
Merge branch 'master' into master
jonfoocy Nov 9, 2020
97578a1
Merge branch 'master' into DG
ChengJiyuqing Nov 9, 2020
6f04282
Merge pull request #185 from joshruien/master
yongmingyang Nov 9, 2020
20d7fee
Merge branch 'master' into DG
ChengJiyuqing Nov 9, 2020
eb6fca8
Fix FindCommand bug
jonfoocy Nov 9, 2020
18feb10
Merge pull request #182 from ChengJiyuqing/DG
ChengJiyuqing Nov 9, 2020
42a5f50
Merge pull request #18 from AY2021S1-CS2103T-W15-1/master
joshruien Nov 9, 2020
d899d1e
Add testing for FindCommandParser
jonfoocy Nov 9, 2020
940e183
Fix checkstyle
jonfoocy Nov 9, 2020
e54a4e9
minor tweak in PPP
yongmingyang Nov 9, 2020
28c4375
Update UG Screenshot
joshruien Nov 9, 2020
f49c62c
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W15-1/tp…
jonfoocy Nov 9, 2020
4eb83ad
Merge pull request #186 from jonfoocy/fix-find-command
yongmingyang Nov 9, 2020
fe69cb1
Merge branch 'master' into temp
yongmingyang Nov 9, 2020
a301c52
Merge pull request #188 from yongmingyang/temp
yongmingyang Nov 9, 2020
05c80d2
Fix typo in PPP
jonfoocy Nov 9, 2020
5a037d1
Merge branch 'master' into add-personal-portfolio-page
jonfoocy Nov 9, 2020
3d08d04
Merge branch 'master' into add-personal-portfolio-page
jonfoocy Nov 9, 2020
f939530
update screenshots
joshruien Nov 9, 2020
ea20ed3
Merge pull request #189 from jonfoocy/add-personal-portfolio-page
jonfoocy Nov 9, 2020
664303c
update ss
joshruien Nov 9, 2020
1fefc6c
Merge branch 'master' into master
joshruien Nov 9, 2020
c0d178f
Merge pull request #187 from joshruien/master
joshruien Nov 9, 2020
e377770
Merge pull request #31 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 9, 2020
26fd666
Change version to 1.4
jonfoocy Nov 9, 2020
c99ac89
Merge branch 'master' into v1.4-release
jonfoocy Nov 9, 2020
1bab88e
Update UG screenshots
tengjianling Nov 9, 2020
b055689
Merge pull request #191 from tengjianling/branch-updateUG
jonfoocy Nov 9, 2020
1eb3ac8
Merge branch 'master' into v1.4-release
tengjianling Nov 9, 2020
13f4390
Fix typo in UG
jonfoocy Nov 9, 2020
0e9d8d7
Merge pull request #190 from jonfoocy/v1.4-release
tengjianling Nov 9, 2020
c668a99
Merge branch 'master' into update-userguide
jonfoocy Nov 9, 2020
4850df4
Merge pull request #192 from jonfoocy/update-userguide
jonfoocy Nov 9, 2020
12510d8
update ug
tengjianling Nov 9, 2020
3ad022d
Merge branch 'master' into branch-UG
tengjianling Nov 9, 2020
49d8fe2
Merge pull request #193 from tengjianling/branch-UG
jonfoocy Nov 9, 2020
b636344
update ug
tengjianling Nov 9, 2020
ca391b5
Merge branch 'branch-UG' of https://github.com/tengjianling/tp into b…
tengjianling Nov 9, 2020
91e92af
Revert "update ug"
joshruien Nov 9, 2020
f9d2862
Merge pull request #194 from AY2021S1-CS2103T-W15-1/revert-193-branch-UG
tengjianling Nov 9, 2020
0af8406
Merge pull request #32 from AY2021S1-CS2103T-W15-1/master
tengjianling Nov 12, 2020
a85c8d2
Merge pull request #33 from tengjianling/master
tengjianling Nov 12, 2020
16791e2
update ug
tengjianling Nov 12, 2020
b87451c
Merge pull request #195 from tengjianling/branch-UG
yongmingyang Nov 12, 2020
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ MIT License

Copyright (c) 2016 Software Engineering Education - FOSS Resources

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

The above copyright notice and this permission notice shall be included in all
Expand Down
25 changes: 14 additions & 11 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/AY2021S1-CS2103T-W15-1/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2021S1-CS2103T-W15-1/tp/actions)

# Medmoriser

![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.
**Medmoriser** is a desktop app, optimized for the CLI, which helps medical students memorise and revise their content. It aids users in practising active recall to improve their retention of key information.

## Site Map
- [User Guide](https://ay2021s1-cs2103t-w15-1.github.io/tp/UserGuide.html)
- [Developer Guide](https://ay2021s1-cs2103t-w15-1.github.io/tp/DeveloperGuide.html)
- [About Us](https://ay2021s1-cs2103t-w15-1.github.io/tp/AboutUs.html)

## Acknowledgements

This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).

12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'jacoco'
}

mainClassName = 'seedu.address.Main'
mainClassName = 'seedu.medmoriser.Main'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand All @@ -25,6 +25,10 @@ test {
finalizedBy jacocoTestReport
}

run {
enableAssertions = false
}

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

shadowJar {
archiveName = 'addressbook.jar'
archiveFileName = 'medmoriser.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
54 changes: 29 additions & 25 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,59 @@ 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 find us on [Github](https://github.com/AY2021S1-CS2103T-W15-1)

## Project team

### John Doe
### Kim Hyeongcheol (Danny)

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

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

* Role: Project Advisor

### Jane Doe
### Yong Ming Yang

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

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

* Role: Team Lead
* Responsibilities: UI
* Responsibilities: Deliverables & deadlines, Scheduling & tracking

### Johnny Doe
### Jonathan Foo Chee Yong

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: Integration

### Jean Doe
### Cheng Jiyuqing

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

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

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

### James Doe
### Tan Rui En Joshua

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: Documentation

### Teng Jian Ling

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

[[github](https://github.com/tengjianling)]

* Role: Developer
* Responsibilities: Code Quality
2 changes: 1 addition & 1 deletion docs/DevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Any warnings or errors will be printed out to the console.

Here are the steps to create a new release.

1. Update the version number in [`MainApp.java`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/address/MainApp.java).
1. Update the version number in [`MainApp.java`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/answer/MainApp.java).
1. Generate a fat JAR file using Gradle (i.e., `gradlew shadow`).
1. Tag the repo with the version number. e.g. `v0.1`
1. [Create a new release using GitHub](https://help.github.com/articles/creating-releases/). Upload the JAR file you created.
Loading