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

[CS2113T-F12-1] CardLI #47

Open
wants to merge 575 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
575 commits
Select commit Hold shift + click to select a range
df6abc1
Fixed bug where commands with no input accepts input
xkisxk Nov 1, 2021
056ce4b
Fixed bug
xkisxk Nov 1, 2021
f1ef25c
implemented 2dp printing for test result but could not test due to ti…
xRossKoh Nov 1, 2021
26a22b3
solved checkstyle issues
xRossKoh Nov 1, 2021
3a9d1f6
Edit find function to return error message
Nov 1, 2021
02a3451
Handle large indexes, delete the delete by input function
Nov 1, 2021
98a4904
Added more testing
xkisxk Nov 1, 2021
cb34f3d
Fixed more bugs in delete card and edit card
Nov 1, 2021
750ca31
Fixed UG bug and EditDeck bug
ThaddeusLim99 Nov 1, 2021
0dacfbd
Handled very big integer strings with number format exception
Nov 1, 2021
bc5ec00
fixed checkStyletest
ThaddeusLim99 Nov 1, 2021
af60c22
fiexed EditCard bugs
ThaddeusLim99 Nov 1, 2021
f19b604
fixed out of bounds error for EditCardCommand
ThaddeusLim99 Nov 1, 2021
d3fce08
change split parameters
Nov 2, 2021
ffae66d
Merge pull request #166 from xkisxk/fix-bugs
JWweiyin Nov 2, 2021
c7abf17
Merge branch 'master' into master
JWweiyin Nov 2, 2021
6a8c7e9
Merge pull request #168 from astralum/master
JWweiyin Nov 2, 2021
0411a51
Merge branch 'master' into json
JWweiyin Nov 2, 2021
7062e59
Merge pull request #171 from xRossKoh/json
JWweiyin Nov 2, 2021
1adc377
Merge branch 'master' into fix-bugs
JWweiyin Nov 2, 2021
b4362da
Merge pull request #172 from JWweiyin/fix-bugs
JWweiyin Nov 2, 2021
7e58337
Merge branch 'master' into week-11
JWweiyin Nov 2, 2021
fa2c13a
Merge pull request #173 from ThaddeusLim99/week-11
JWweiyin Nov 2, 2021
335db05
fix commands that dont take other arguments
Nov 2, 2021
cbcfdb9
Merge branch 'week-11'
ThaddeusLim99 Nov 3, 2021
7511d7c
Added Junit testing
xkisxk Nov 3, 2021
20d596e
Merge branch 'master' into fix-bugs
xkisxk Nov 3, 2021
04eaca3
Added junit testing for TestHistory
xkisxk Nov 3, 2021
c3f8f1d
Moved testing and reviewing to be called inside the command
xkisxk Nov 3, 2021
a47ca07
fix check error
xkisxk Nov 3, 2021
4a65eda
Fixed move and edit command, did testing for move and my PPP
ThaddeusLim99 Nov 3, 2021
7cffc07
added logo to README
ThaddeusLim99 Nov 3, 2021
8a66bd9
deleted incorrect test
ThaddeusLim99 Nov 3, 2021
d1714d6
changed expected.txt to pass check
ThaddeusLim99 Nov 3, 2021
f3ccca3
changed file name
ThaddeusLim99 Nov 3, 2021
b0b8bdc
Updated DG to current implementation of test, added PPP
xkisxk Nov 3, 2021
6e72b96
Updated personal PPP
xRossKoh Nov 3, 2021
5815c94
Reorganized ppp
xkisxk Nov 3, 2021
d008120
Add more screenshots to ug, refine ug and help commands
Nov 4, 2021
4172e5a
Merge pull request #175 from xkisxk/fix-bugs
astralum Nov 4, 2021
78db340
Merge branch 'master' into week-12
astralum Nov 4, 2021
33c6ed7
Merge pull request #176 from ThaddeusLim99/week-12
astralum Nov 4, 2021
a51929e
Merge pull request #177 from xRossKoh/master
astralum Nov 4, 2021
a3b8c94
Merge branch 'master' into master
astralum Nov 4, 2021
875ea7c
Merge pull request #179 from JWweiyin/master
astralum Nov 4, 2021
18f7236
Change timer so that it runs for the entire duration of the test
astralum Nov 4, 2021
1ec21dc
Fix checkstyle violations
astralum Nov 4, 2021
9ce66eb
Add Javadoc to Countdown
astralum Nov 4, 2021
8d5ea00
Remove unused variables from Countdown
astralum Nov 4, 2021
77a65ca
Make timer update more frequently, add clearScreen() method
astralum Nov 4, 2021
618e7a5
Make answers submitted after timer runs out ungraded
astralum Nov 4, 2021
c6ab631
Fix checkstyle violations
astralum Nov 4, 2021
753ad75
Restore normal timer duration
astralum Nov 4, 2021
7a78737
Fix cosmetic error when viewing flashcard
astralum Nov 4, 2021
5949713
PPP done
Nov 4, 2021
7b0588e
WY PPP done
Nov 4, 2021
58a73cf
Merge pull request #181 from JWweiyin/master
JWweiyin Nov 4, 2021
f50b162
Create skeleton for PPP
astralum Nov 4, 2021
4cda1a9
Add sections for Features and Enhancements Implemented
astralum Nov 4, 2021
7a09b35
Merge pull request #182 from astralum/branch-ppp
astralum Nov 4, 2021
1b63a7f
PPP refined
Nov 6, 2021
0bc26fe
updated PPP
ThaddeusLim99 Nov 6, 2021
7e29304
edited PPP
ThaddeusLim99 Nov 6, 2021
6063661
added comments
ThaddeusLim99 Nov 6, 2021
ab56a85
Merge pull request #184 from ThaddeusLim99/week-12
JWweiyin Nov 6, 2021
9da9b42
Merge pull request #183 from JWweiyin/master
JWweiyin Nov 6, 2021
7f092f5
Merge pull request #180 from astralum/branch-timer
JWweiyin Nov 6, 2021
f0aec92
Authoring, cleaning up
Nov 6, 2021
290c5eb
Merge pull request #185 from JWweiyin/master
JWweiyin Nov 6, 2021
0b36c78
Set theme jekyll-theme-midnight
xRossKoh Nov 6, 2021
c48163c
Set theme jekyll-theme-hacker
xRossKoh Nov 6, 2021
e653f9b
Set theme jekyll-theme-slate
xRossKoh Nov 6, 2021
66f8b46
Reordered user guide
Nov 6, 2021
d0c6371
Merge pull request #186 from JWweiyin/master
JWweiyin Nov 6, 2021
51b1387
Add function to check whether any other cards have the same front whe…
Nov 6, 2021
2943e69
Add command to check if other cards in the app have the same name for…
Nov 6, 2021
2cd3338
Remove unnecessary condition checking, change empty answer in test
astralum Nov 6, 2021
33f997b
Updated test uml diagrams
xkisxk Nov 6, 2021
3dcbc24
Added a purpose section and anchor links
xkisxk Nov 6, 2021
e4d4688
Added sequence diagrams to uml folder for storage class methods
xRossKoh Nov 6, 2021
4f6d5bc
Fixed minor inaccuracies with certain seq diagrams
xRossKoh Nov 6, 2021
87a094a
Added ref boxes to parseDeck and parseAnswerList seq diagrams
xRossKoh Nov 6, 2021
11703a5
Merge branch 'master' of https://github.com/xkisxk/tp into updates
xkisxk Nov 7, 2021
ac326c8
testing nested lists
xkisxk Nov 7, 2021
f6e60bd
edited DGUG
ThaddeusLim99 Nov 7, 2021
f4f3b86
added some anchor links
ThaddeusLim99 Nov 7, 2021
eaf6f17
test ug
xkisxk Nov 7, 2021
91faf62
test ug
xkisxk Nov 7, 2021
70ef961
updated content table
ThaddeusLim99 Nov 7, 2021
073a9d3
Add acknowledgements in DG
astralum Nov 7, 2021
0c06bb4
Set theme jekyll-theme-slate
ThaddeusLim99 Nov 7, 2021
de09f51
test ug
xkisxk Nov 7, 2021
9914206
Added anchor links
xkisxk Nov 7, 2021
647ab68
anchor link not working
xkisxk Nov 7, 2021
a0c5071
Fixed anchor links
xkisxk Nov 7, 2021
3ce4505
finished toc for DG
ThaddeusLim99 Nov 7, 2021
f09bd67
Merge branch 'week-12' of https://github.com/ThaddeusLim99/tp into we…
ThaddeusLim99 Nov 7, 2021
0f9d3b2
fixed user stories formatting in DG
ThaddeusLim99 Nov 7, 2021
ddc3eb8
Rewrote DG for storage and added in the necessary sequence diagrams
xRossKoh Nov 7, 2021
c099b60
hopefully fix DG anchorlink bug
ThaddeusLim99 Nov 7, 2021
680f2b8
Changed the wording of FAQs regarding storage in UG
xRossKoh Nov 7, 2021
b29a4fc
testing
ThaddeusLim99 Nov 7, 2021
533c364
Edited how to
xkisxk Nov 7, 2021
57b2f71
fix DG
ThaddeusLim99 Nov 7, 2021
59fadee
fixed DG again
ThaddeusLim99 Nov 7, 2021
b1e6e72
test
ThaddeusLim99 Nov 7, 2021
2efc9ba
return
ThaddeusLim99 Nov 7, 2021
e8346b6
Added diagram for Cards_CardLI.json
xRossKoh Nov 7, 2021
c1e42cb
Changed the way exceptions are handled for readCardsFromFile() and re…
xRossKoh Nov 7, 2021
7b966a5
changed the way exceptions are handled for readCardsFromFile and read…
xRossKoh Nov 7, 2021
679e06b
Edited EXPECTED.TXT
xRossKoh Nov 7, 2021
6e705b3
Added javadoc and updated Seq diagrams
ThaddeusLim99 Nov 7, 2021
2e1cf90
fixed comments
ThaddeusLim99 Nov 7, 2021
58bf7f9
added glossary
ThaddeusLim99 Nov 7, 2021
b3b4ef4
Edited dg, ug
xkisxk Nov 7, 2021
751c50c
edited javadoc
ThaddeusLim99 Nov 7, 2021
2f8f25a
Updated PPP
ThaddeusLim99 Nov 7, 2021
f96aaf3
Edited ppp
xkisxk Nov 7, 2021
fc72cfb
Wrote tests for edit card command
Nov 7, 2021
18449bf
Added DeckTest and toString and toJSONObject tests in FlashCardTest a…
xRossKoh Nov 7, 2021
7520cba
Removed delete card and edit card tests from DeckTest
xRossKoh Nov 7, 2021
1752fb6
Added toString and toJsonObect Test in AnswerListTest
xRossKoh Nov 7, 2021
d20bb8d
Added JavaDoc to Storage class and toJsonObject methods
xRossKoh Nov 7, 2021
af7b049
Fixed certain checkstyle errors
xRossKoh Nov 7, 2021
295191c
add tests for AddCardCommand and AddDeckCommand
Nov 7, 2021
92db9e8
no message
Nov 7, 2021
2ae768a
edited findSeqDiagram
Nov 7, 2021
eb12c01
Merge pull request #187 from JWweiyin/master
JWweiyin Nov 7, 2021
5f1a10e
Merge pull request #188 from xkisxk/updates
JWweiyin Nov 7, 2021
59e1942
Merge branch 'master' into master
JWweiyin Nov 7, 2021
3f26fcc
Merge pull request #189 from astralum/master
JWweiyin Nov 7, 2021
39810a8
Merge pull request #190 from xRossKoh/final_touches
JWweiyin Nov 7, 2021
6b43de9
Merge branch 'master' into week-12
JWweiyin Nov 7, 2021
026e5ee
Merge pull request #191 from ThaddeusLim99/week-12
JWweiyin Nov 7, 2021
5932b1f
Edit DG, UG, fix checkstyle errors
Nov 7, 2021
ca5f9ce
Merge pull request #192 from JWweiyin/master
JWweiyin Nov 7, 2021
3c1f7cd
Suppress warnings in Storage
astralum Nov 7, 2021
8942eda
Add Javadoc for InnerParser and OuterParser, edit Javadoc for Countdown
astralum Nov 7, 2021
a3d0e08
Add Javadoc for Deck, DeckManager and InnerParser, remove some newlines
astralum Nov 7, 2021
1819fe1
Add Javadoc for Command and CommandResult, remove some newlines from …
astralum Nov 7, 2021
7053d4b
Add Javadoc for class descriptors for all Command classes in deck
astralum Nov 7, 2021
654f01e
Add period to fix checkstyle violation
astralum Nov 7, 2021
621a331
Add Countdown to DG
astralum Nov 7, 2021
565bdf9
DG manual testing: Added test cases for adding deck, entering deck, f…
Nov 7, 2021
5c5dfc5
Updated dg
xkisxk Nov 7, 2021
3572ec6
edited DG
ThaddeusLim99 Nov 7, 2021
6a54141
Merge branch 'week-12' of https://github.com/ThaddeusLim99/tp into we…
ThaddeusLim99 Nov 7, 2021
13d5e84
Merge branch 'week-12' into master
ThaddeusLim99 Nov 7, 2021
c6dfe93
Merge pull request #3 from AY2122S1-CS2113T-F12-1/master
ThaddeusLim99 Nov 7, 2021
d9715c6
Update UML sequence diagram for Countdown
astralum Nov 7, 2021
1e7c794
Fixed sequence diagrams
xkisxk Nov 7, 2021
641a011
Added manual testing
xkisxk Nov 7, 2021
720dc08
added some manual testing
ThaddeusLim99 Nov 7, 2021
3d1f98f
Edit Countdown portion of DG to be more accurate
astralum Nov 7, 2021
1e085db
Added logging to Storage class and removed certain error messages
xRossKoh Nov 7, 2021
ad6782b
added manual testing
ThaddeusLim99 Nov 7, 2021
2d42322
Added diagram for Tests_CardLI.json in DG
xRossKoh Nov 8, 2021
1744aac
Renamed json file screenshots and changed DG accordingly
xRossKoh Nov 8, 2021
8e278cd
Merge pull request #197 from xRossKoh/master
xRossKoh Nov 8, 2021
55037d7
added pic
ThaddeusLim99 Nov 8, 2021
0189f37
resized pic
ThaddeusLim99 Nov 8, 2021
ba1d17c
edited pic
ThaddeusLim99 Nov 8, 2021
3fde41b
updated link
ThaddeusLim99 Nov 8, 2021
fdbb5aa
fixed
ThaddeusLim99 Nov 8, 2021
26507bc
Merge pull request #194 from astralum/branch-dg
JWweiyin Nov 8, 2021
e770e60
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F12-1/tp
Nov 8, 2021
a6f4edf
Merge pull request #195 from JWweiyin/master
JWweiyin Nov 8, 2021
ee4af28
Merge branch 'dg-updates' of https://github.com/xkisxk/tp into xkisxk…
Nov 8, 2021
4ecf8e1
Merge branch 'xkisxk-dg-updates'
Nov 8, 2021
ea20265
Merge pull request #200 from JWweiyin/master
JWweiyin Nov 8, 2021
3a91a8b
Merge branch 'master' into week-12
JWweiyin Nov 8, 2021
fcb4ab1
Merge pull request #199 from ThaddeusLim99/week-12
JWweiyin Nov 8, 2021
743e771
Changed formattting of titles
Nov 8, 2021
7136dbe
Merge pull request #201 from JWweiyin/master
JWweiyin Nov 8, 2021
70d8d27
Added json screenshots to folder
Nov 8, 2021
4160b1f
Merge pull request #202 from JWweiyin/master
JWweiyin Nov 8, 2021
4cfc797
JSON screenshots added to my sections of the manual testing
Nov 8, 2021
d71f476
changed manual testing format
ThaddeusLim99 Nov 8, 2021
34f6caf
Merge branch 'AY2122S1-CS2113T-F12-1:master' into week-12
ThaddeusLim99 Nov 8, 2021
d258e4f
fixed alignment of screenshots
Nov 8, 2021
56aa9e8
checkstyle tests now ok
Nov 8, 2021
219b7c6
fixed manual testing
ThaddeusLim99 Nov 8, 2021
96764b1
Merge pull request #203 from JWweiyin/master
JWweiyin Nov 8, 2021
4be835e
Merge pull request #204 from ThaddeusLim99/week-12
JWweiyin Nov 8, 2021
ae2b9f2
Manual instructions edits
xRossKoh Nov 8, 2021
62b9970
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F12-1/tp
xRossKoh Nov 8, 2021
03e4438
added deleting a deck section in manual testing of DG
xRossKoh Nov 8, 2021
8683e86
changed error commands
Nov 8, 2021
8aaf4c3
Merge pull request #205 from JWweiyin/master
JWweiyin Nov 8, 2021
621a748
minor changes to deleting a deck section in manual instructions of dg
xRossKoh Nov 8, 2021
0aa7465
fixed aboutme format
Nov 8, 2021
54dde2e
removed pic
ThaddeusLim99 Nov 8, 2021
2a476ed
Merge pull request #206 from xRossKoh/master
JWweiyin Nov 8, 2021
61411eb
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F12-1/tp
Nov 8, 2021
052ae91
Changed formatting of manual testing
xkisxk Nov 8, 2021
8f75544
Merge branch 'AY2122S1-CS2113T-F12-1:master' into week-12
ThaddeusLim99 Nov 8, 2021
4b1f628
added sections 9.1 and 9.2 to DG
ThaddeusLim99 Nov 8, 2021
dcf5bf3
edited ppp and dg
xkisxk Nov 8, 2021
8afcd71
Add Testing section to DG Manual Testing
astralum Nov 8, 2021
39bb957
Add Reviewing section in DG Manual Testing
astralum Nov 8, 2021
4fd0207
Fix typo in UG
astralum Nov 8, 2021
f4d5e43
Add timer explanation to Test flashcards in UG
astralum Nov 8, 2021
ef9af77
Changed deleting a deck section under manual testing instructions in …
xRossKoh Nov 8, 2021
5f6f219
Added instructions on how to view JSON file
xRossKoh Nov 8, 2021
a40dd74
update PPP
ThaddeusLim99 Nov 8, 2021
6dc77fd
Edited AboutUs.md, PPP
xRossKoh Nov 8, 2021
c3c8c82
added final touches to PPP
xRossKoh Nov 8, 2021
3732e9a
Added testing on system level
ThaddeusLim99 Nov 8, 2021
ad8228b
edited name of test functions
ThaddeusLim99 Nov 8, 2021
21fd688
Merge pull request #207 from xkisxk/update-dg
astralum Nov 8, 2021
6026fef
Merge pull request #208 from astralum/branch-dg
astralum Nov 8, 2021
ccc89de
Merge pull request #209 from xRossKoh/master
astralum Nov 8, 2021
44e3504
Merge branch 'master' into week-12
astralum Nov 8, 2021
8b7a195
Merge pull request #210 from ThaddeusLim99/week-12
astralum Nov 8, 2021
1ee44fa
formatting in manual testing
JWweiyin Nov 8, 2021
6e73529
Add PPP
astralum Nov 8, 2021
29350d8
about us formatting
JWweiyin Nov 8, 2021
4584498
Update AboutUs.md
JWweiyin Nov 8, 2021
6a7ff52
final updates to dg
xkisxk Nov 8, 2021
341f78e
Merge pull request #212 from astralum/master
astralum Nov 8, 2021
65a8bfd
Update xrosskoh.md
xRossKoh Nov 8, 2021
b35f4fc
Merge pull request #213 from xkisxk/update-dg
xkisxk Nov 8, 2021
f82bb53
Update xrosskoh.md
xRossKoh Nov 8, 2021
5235bba
Update jwweiyin.md
JWweiyin Nov 8, 2021
f453011
Update thaddeuslim99.md
ThaddeusLim99 Nov 8, 2021
f33bed9
made uml diagrams smaller
Nov 8, 2021
51c1f90
Merge branch 'master' into master
JWweiyin Nov 8, 2021
99b9c4f
Merge pull request #214 from JWweiyin/master
JWweiyin Nov 8, 2021
d02e23f
Change colour of class in UML sequence diagram
astralum Nov 8, 2021
7652d7a
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F12-1/tp
astralum Nov 8, 2021
aa3edfe
Merge branch 'AY2122S1-CS2113T-F12-1:master' into master
astralum Nov 8, 2021
435cd52
Merge pull request #215 from astralum/master
astralum Nov 8, 2021
b24746a
fixed dg
xkisxk Nov 8, 2021
68e9d23
Merge pull request #216 from xkisxk/update-dg
xkisxk Nov 8, 2021
8460e6f
Update UserGuide.md
JWweiyin Nov 8, 2021
9b011ce
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F12-1/tp
astralum Nov 8, 2021
54d8b51
Fixed dg
xkisxk Nov 8, 2021
ca15a90
Merge pull request #217 from xkisxk/update-dg
xkisxk Nov 8, 2021
70df475
Fix bug when adding command
astralum Nov 8, 2021
b79670e
Merge branch 'master' of https://github.com/AY2122S1-CS2113T-F12-1/tp
astralum Nov 8, 2021
2b87579
Merge pull request #218 from astralum/master
xkisxk Nov 8, 2021
ceb1397
Add Javadoc for CommandArgumentsParser class
astralum Nov 8, 2021
efce153
added javadocs
xkisxk Nov 8, 2021
08aeae5
Merge pull request #220 from xkisxk/master
xkisxk Nov 8, 2021
a5b2aaf
Merge pull request #219 from astralum/master
xkisxk Nov 8, 2021
a72180d
fix check erros
xkisxk Nov 8, 2021
7c6854d
Merge branch 'master' of https://github.com/xkisxk/tp
xkisxk Nov 8, 2021
45572bf
Merge pull request #221 from xkisxk/master
xkisxk Nov 8, 2021
bda5c4b
sorted out authorship in ugdg. updated ppp
xkisxk Nov 8, 2021
974ee7f
Merge pull request #222 from xkisxk/master
xkisxk Nov 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.idea/
/out/
/*.iml
/META-INF/

# Gradle build files
/.gradle/
Expand All @@ -13,5 +14,17 @@ src/main/resources/docs/
*.iml
bin/

# Exclude storage files
/data

/text-ui-test/ACTUAL.txt
text-ui-test/EXPECTED-UNIX.TXT

# log files
*.log

# data files
/data/

# manifest files
*.MF
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-slate
12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ repositories {
}

dependencies {
// https://mvnrepository.com/artifact/org.fusesource.jansi/jansi
implementation group: 'org.fusesource.jansi', name: 'jansi', version: '2.4.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0'
// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
}

test {
Expand All @@ -25,15 +29,18 @@ test {
showCauses true
showStackTraces true
showStandardStreams = false

systemProperty("junit.platform.output.capture.stdout", true);
systemProperty("junit.platform.output.capture.stderr", true);
}
}

application {
mainClassName = "seedu.duke.Duke"
mainClassName = "seedu.cardli.CardLI"
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "cardli"
archiveClassifier = null
}

Expand All @@ -43,4 +50,5 @@ checkstyle {

run{
standardInput = System.in
enableAssertions = true
}
15 changes: 8 additions & 7 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# About us

Display | Name | Github Profile | Portfolio
--------|:----:|:--------------:|:---------:
![](https://via.placeholder.com/100.png?text=Photo) | John Doe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | John Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
|Display | Name | Github Profile | Portfolio|
|--------|----|--------------|---------|
![](https://via.placeholder.com/100.png?text=Photo) | Koh Meng Kiat, Kenneth | [Github](https://github.com/xRossKoh) | [Portfolio](team/xrosskoh.md)|
![](https://via.placeholder.com/100.png?text=Photo) | Lim Chang Quan Thaddeus | [Github](https://github.com/ThaddeusLim99) | [Portfolio](team/thaddeuslim99.md)|
![](https://via.placeholder.com/100.png?text=Photo) | Joanne Wong Wei Yin | [Github](https://github.com/JWweiyin) | [Portfolio](team/jwweiyin.md)|
![](https://via.placeholder.com/100.png?text=Photo) | Jiang Xing Kai | [Github](https://github.com/xkisxk) | [Portfolio](/team/xkisxk.md)|
![](https://via.placeholder.com/100.png?text=Photo) | Jin Minyue | [Github](https://github.com/astralum) | [Portfolio](team/astralum.md)|

798 changes: 781 additions & 17 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Duke
![](assets/logo.png)

{Give product intro here}
CardLI is a Command Line Interface (CLI) desktop app designed to help students manage their flashcards. CardLI can help
students keep track of all their flashcards. It also allows students to test their knowledge. All of this in one
single platform.

Useful links:
* [User Guide](UserGuide.md)
Expand Down
Loading