Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
541 commits
Select commit Hold shift + click to select a range
8b87eee
Merge pull request #99 from JianJiaT/add-javadoc
JianJiaT Apr 2, 2024
21a2c52
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 2, 2024
300a825
Add intro and quick start
JianJiaT Apr 2, 2024
027b943
Swap orders of add and summarise
JianJiaT Apr 2, 2024
708452c
Make use of square brackets to denote optional parameters (same as he…
JianJiaT Apr 2, 2024
2add402
Update HelpCommand for summarising
JianJiaT Apr 2, 2024
a680863
Merge pull request #101 from JianJiaT/beautify-ug
yeozhishen Apr 2, 2024
ea2fdbb
Update UG user stories
yeozhishen Apr 2, 2024
173c44a
Merge pull request #102 from yeozhishen/update-ug
yeozhishen Apr 2, 2024
ed821f0
Update expense saving
STeng618 Apr 3, 2024
699a1e5
Update event section in UG
STeng618 Apr 3, 2024
8818c96
Update DG
STeng618 Apr 3, 2024
a1506aa
Merge pull request #103 from STeng618/v2-miscellaneous
STeng618 Apr 3, 2024
c00f313
Fix DG bugs
STeng618 Apr 3, 2024
e7ea92b
Merge pull request #104 from STeng618/v2-bug-fixing
STeng618 Apr 3, 2024
3211559
Change Expense date variable to be LocalDate
mihirheda02 Apr 4, 2024
7eefe16
Change EXPECTED.TXT
mihirheda02 Apr 4, 2024
3bc2631
Fix tests relating to date
mihirheda02 Apr 4, 2024
dd45de7
Add date check in try/catch
mihirheda02 Apr 4, 2024
f97bf79
Change variable name
STeng618 Apr 4, 2024
f843689
Merge branch 'master' into 68-use-localdate
STeng618 Apr 4, 2024
022e994
Update AddParser.java
STeng618 Apr 4, 2024
7ad9e1d
Add summarise by dates and add tests
mihirheda02 Apr 4, 2024
84258fe
Merge remote-tracking branch 'origin/68-use-localdate' into 68-use-lo…
mihirheda02 Apr 4, 2024
b18f142
Merge pull request #105 from mihirheda02/68-use-localdate
yeozhishen Apr 4, 2024
6b52bb8
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 4, 2024
af58af0
Modify AddParser
yeozhishen Apr 4, 2024
c1cb3a9
Update UG
yeozhishen Apr 4, 2024
c15eb7f
Add to UG
mihirheda02 Apr 4, 2024
4cac855
Merge pull request #108 from mihirheda02/106-add-to-ug
mihirheda02 Apr 4, 2024
6c226bf
Modify Expense class
yeozhishen Apr 4, 2024
e630026
Merge branch 'master' into addparser-amount-decimal-places
yeozhishen Apr 4, 2024
59950a8
Delete data/data.txt
STeng618 Apr 4, 2024
b714847
Merge pull request #107 from yeozhishen/addparser-amount-decimal-places
STeng618 Apr 4, 2024
ac8be67
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 4, 2024
747d032
Fix UG line breaks
STeng618 Apr 4, 2024
69141e7
Fix PDF issues
STeng618 Apr 4, 2024
6217eeb
Fix UG formatting issues
STeng618 Apr 4, 2024
ea3c1f3
Fix descriptions in UG
STeng618 Apr 4, 2024
8bb1405
Edit DG
yeozhishen Apr 5, 2024
1c0b1a5
Merge pull request #109 from yeozhishen/category-load-sequence-uml
yeozhishen Apr 5, 2024
d9ef656
Modify DG
yeozhishen Apr 7, 2024
0917467
Modify Category UML, Expense
yeozhishen Apr 8, 2024
24f4dd5
Modify Main Loop Error message, GeneralInputParser
yeozhishen Apr 8, 2024
b370ced
Modify UI
yeozhishen Apr 8, 2024
db6c1bd
Modify expense, AddParser
yeozhishen Apr 8, 2024
f42c479
Modify Tests
yeozhishen Apr 8, 2024
7b2a74d
Fix 127-incorrect-naming-UG
yeozhishen Apr 8, 2024
6846aa8
Add example outputs for Categories in UG
yeozhishen Apr 8, 2024
867bc03
Remove duplicate summarize parameters in UG
yeozhishen Apr 8, 2024
3b82509
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 9, 2024
79823cb
Merge pull request #141 from yeozhishen/v2.1-fixes
yeozhishen Apr 9, 2024
b23ffaf
Add strict date parsing
mihirheda02 Apr 9, 2024
821fa4c
Tweak summarise begin index check
JianJiaT Apr 9, 2024
00e33a2
Change summary printing such that it is always 2 dp
JianJiaT Apr 9, 2024
81a029a
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 9, 2024
a9fdd38
Merge branch 'master' into fix-ped-summarise
JianJiaT Apr 9, 2024
32bb937
Tweak UG for summarise
JianJiaT Apr 9, 2024
296668b
Add new error message in enum class for incorrect list command format
JianJiaT Apr 9, 2024
b36ac71
Tweak list parser to standardise format and reject negative input for…
JianJiaT Apr 9, 2024
36fe72b
Tweak expected input format for list
JianJiaT Apr 9, 2024
29ce4ff
Tweak error message in ListParser
JianJiaT Apr 9, 2024
fb65217
Revert "Tweak error message in ListParser"
JianJiaT Apr 9, 2024
337adfe
Tweak error messages in ListParser
JianJiaT Apr 9, 2024
07482ff
Add new error message in enum class for incorrect delete command format
JianJiaT Apr 9, 2024
ff77c6b
Tweak DeleteParser to standardise format and reject indices below 1
JianJiaT Apr 9, 2024
a90fa5b
Change tests to account for new expected format
JianJiaT Apr 9, 2024
e2319a2
Add ppp and modify category parsing uml
yeozhishen Apr 10, 2024
b6b7095
Add product intro, FAQ in UG
yeozhishen Apr 10, 2024
784f191
Filled up contributions portion of PPP
yeozhishen Apr 10, 2024
6ebffbe
Merge pull request #143 from JianJiaT/fix-ped-summarise
JianJiaT Apr 10, 2024
b329632
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 10, 2024
257c705
Create PPP
JianJiaT Apr 10, 2024
fad382c
Merge pull request #145 from yeozhishen/ppp-uml-fixes
STeng618 Apr 10, 2024
52ad736
Add template and basic content for PPP
JianJiaT Apr 10, 2024
5c765f4
Fix event printing
STeng618 Apr 10, 2024
358bd8b
Remove unnecessary file IO messages
STeng618 Apr 10, 2024
9aaf2a2
Show corrupted entry
STeng618 Apr 10, 2024
a7b620f
Standardise error messages
STeng618 Apr 10, 2024
73d0207
Skip blank line input
STeng618 Apr 10, 2024
f39c1b7
Fix DG bugs
STeng618 Apr 10, 2024
0f169ae
Merge pull request #144 from JianJiaT/fix-ped-delete-list
STeng618 Apr 10, 2024
2ad4f08
Merge branch 'master' into v2.1-bug-fixing
STeng618 Apr 10, 2024
c1c52fc
Fix AddParser error prompt
STeng618 Apr 10, 2024
54f289b
Add hyperlinks to commands and examples in UG
STeng618 Apr 10, 2024
02c96f5
Add ppp
STeng618 Apr 10, 2024
26c0a7d
Update commands to addexev and delexev
STeng618 Apr 10, 2024
e86bedb
Merge pull request #148 from STeng618/v2.1-bug-fixing
STeng618 Apr 10, 2024
e70ec1b
Merge branch 'master' into ppp-uml-fixes
yeozhishen Apr 10, 2024
0bcabad
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 11, 2024
9337239
Fix UG for delete and list
JianJiaT Apr 11, 2024
866df51
Add PPP
JianJiaT Apr 11, 2024
d1cbfed
Merge branch 'master' into create-ppp
JianJiaT Apr 11, 2024
9af2ac0
Merge pull request #149 from JianJiaT/create-ppp
JianJiaT Apr 11, 2024
79649a1
Add comment explaining 'u' over 'y'
mihirheda02 Apr 12, 2024
ef5c55c
Merge pull request #142 from mihirheda02/118-strict-date-exception-ha…
mihirheda02 Apr 12, 2024
1e21564
Modify DG
yeozhishen Apr 12, 2024
3bf40dd
Merge pull request #150 from yeozhishen/dg-fixes
yeozhishen Apr 12, 2024
6622c7b
Add newline in UG FAQ
yeozhishen Apr 12, 2024
e9b150d
Merge pull request #151 from yeozhishen/ug-fixes
yeozhishen Apr 12, 2024
0e8ca45
Add to PPP
mihirheda02 Apr 12, 2024
087fbe4
Merge pull request #153 from mihirheda02/152-add-to-ppp
mihirheda02 Apr 12, 2024
5afa480
Integrate JLine library for CLI history
mihirheda02 Apr 12, 2024
ff75580
Merge pull request #155 from mihirheda02/154-cli-history-feature
STeng618 Apr 12, 2024
3b9f9ca
Remove CommandEnumerator class
yeozhishen Apr 12, 2024
2ac2882
Merge pull request #156 from yeozhishen/remove-command-enumerators
yeozhishen Apr 12, 2024
b7f8d7b
Prune old and unused code
yeozhishen Apr 12, 2024
f9c786c
Merge pull request #158 from yeozhishen/v2.1-code-pruning
yeozhishen Apr 12, 2024
a3a8378
Update documentation
STeng618 Apr 12, 2024
1c88836
Change boolean function name
STeng618 Apr 12, 2024
0d3e293
Use a method to check if an expense has an owning event
STeng618 Apr 12, 2024
f516775
Get a string for printing events
STeng618 Apr 12, 2024
8cbf603
Refactor long methods
STeng618 Apr 12, 2024
552ab49
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 12, 2024
8e921b7
Modify category load uml
yeozhishen Apr 12, 2024
015582e
Merge branch 'master' into v2.1b-miscellaneous
STeng618 Apr 12, 2024
c96d958
Edit summary in UG
yeozhishen Apr 12, 2024
cf159d7
Merge pull request #160 from STeng618/v2.1b-miscellaneous
STeng618 Apr 12, 2024
a89542c
Merge pull request #159 from yeozhishen/v2.1-code-pruning
yeozhishen Apr 12, 2024
b3cfe82
Add javaDoc comments for Category
yeozhishen Apr 12, 2024
1683d2d
Fix date parsing feedback
mihirheda02 Apr 12, 2024
d28099b
Merge branch 'master' into v2.1-miscellaneous
yeozhishen Apr 12, 2024
6b1aa5e
Add JavaDoc comments
yeozhishen Apr 12, 2024
394b27f
Merge pull request #161 from mihirheda02/157-date-error-feedback
mihirheda02 Apr 12, 2024
a721412
Merge branch 'master' into v2.1b-doc
STeng618 Apr 12, 2024
181ef71
Use general exception
STeng618 Apr 12, 2024
19acaf8
Add general overview of class structures
STeng618 Apr 12, 2024
715677c
Modify DG
yeozhishen Apr 12, 2024
4395ebb
Add manual testing in DG
yeozhishen Apr 12, 2024
ea49397
Modify value proposition of DG
yeozhishen Apr 12, 2024
cc7ba9d
Add application logic overview in DG
STeng618 Apr 12, 2024
80bbe48
Merge pull request #162 from yeozhishen/v2.1-miscellaneous
STeng618 Apr 12, 2024
6724128
Merge branch 'master' into v2.1b-doc
STeng618 Apr 12, 2024
e02d704
Merge pull request #163 from STeng618/v2.1b-doc
yeozhishen Apr 12, 2024
1f02a0c
Modify category UML
yeozhishen Apr 13, 2024
bb1fd11
Merge pull request #165 from yeozhishen/v2.1-miscellaneous
yeozhishen Apr 13, 2024
f39746f
Modify category_sequence
yeozhishen Apr 13, 2024
1ec6892
Merge pull request #166 from yeozhishen/v2.1-miscellaneous
yeozhishen Apr 13, 2024
34171df
Change excessively long names
STeng618 Apr 13, 2024
da53800
Remove unnecessary code snippet
STeng618 Apr 13, 2024
27be4ac
Add explanations for EventExpenseManager
STeng618 Apr 13, 2024
19382a1
Fix diagram bugs
STeng618 Apr 13, 2024
754db43
Fix javadoc format, add documentation, and fix JLine warning issue
mihirheda02 Apr 13, 2024
c1e8610
Edit DG
mihirheda02 Apr 13, 2024
2529ab1
Merge pull request #167 from mihirheda02/164-add-documentation
mihirheda02 Apr 13, 2024
b38fbef
Add explanations for storage
STeng618 Apr 13, 2024
f68f847
Merge branch 'master' into dg-bugs
STeng618 Apr 13, 2024
e895300
Merge pull request #168 from STeng618/dg-bugs
STeng618 Apr 13, 2024
01f8bbf
Update PPP
yeozhishen Apr 14, 2024
f0cc636
Merge pull request #169 from yeozhishen/v2.1-miscellaneous
yeozhishen Apr 14, 2024
1e1c367
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 14, 2024
c940803
Modify category_load_sequence uml
yeozhishen Apr 14, 2024
4f62659
Merge pull request #171 from yeozhishen/v2.1-miscellaneous
yeozhishen Apr 14, 2024
4773c62
Add total amount of expenses in event
STeng618 Apr 14, 2024
4db54a8
Update sequence diagram for summarising expenses
JianJiaT Apr 14, 2024
96afe6e
Update image file of sequence diagram
JianJiaT Apr 14, 2024
e6496a9
Update DG for summarising expenses
JianJiaT Apr 14, 2024
d230517
Add use cases to DG
mihirheda02 Apr 14, 2024
5e4f07e
Update UG
STeng618 Apr 14, 2024
0fb36fa
Merge pull request #173 from JianJiaT/fix-dg-summarise
JianJiaT Apr 14, 2024
4a9a00c
Merge pull request #174 from mihirheda02/170-add-use-cases-dg
mihirheda02 Apr 14, 2024
b1912a5
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 14, 2024
2caed62
Tweak ListParser to return InvalidCommand when amount ot list is 0 or…
JianJiaT Apr 14, 2024
3b077c4
Update HelpCommand for listing and deleting expenses
JianJiaT Apr 14, 2024
8b0443c
Edit DG table
mihirheda02 Apr 14, 2024
b71dceb
Merge pull request #176 from mihirheda02/175-edit-dg-user-stories-table
mihirheda02 Apr 14, 2024
9fed8dd
Fix typos
STeng618 Apr 14, 2024
460c4c0
Remove unused import in ListParser
JianJiaT Apr 14, 2024
b899cf2
Modify category load uml
yeozhishen Apr 14, 2024
96ab48d
Merge pull request #179 from yeozhishen/v2.1-miscellaneous
yeozhishen Apr 14, 2024
f273fbd
Fix DG-formatting and add NFRs
STeng618 Apr 14, 2024
5873b67
Merge branch 'master' into v2.1-miscellaneous
STeng618 Apr 14, 2024
94504cb
Merge pull request #180 from STeng618/v2.1-miscellaneous
STeng618 Apr 14, 2024
d96dc94
Fix PDF format
STeng618 Apr 14, 2024
5e6a726
Merge pull request #181 from STeng618/master
STeng618 Apr 14, 2024
3fab3da
Modify DG
yeozhishen Apr 14, 2024
e2b36ad
Merge pull request #182 from yeozhishen/v2.1-DG-polishing
yeozhishen Apr 14, 2024
d87d008
Modify table format in DG
yeozhishen Apr 14, 2024
3e0c1af
Merge pull request #183 from yeozhishen/v2.1-DG-polishing
yeozhishen Apr 14, 2024
3c2cdbe
Modify DG User Stories table format
yeozhishen Apr 14, 2024
f11d68e
Modify DG Table format
yeozhishen Apr 14, 2024
0e832c7
Merge pull request #184 from yeozhishen/v2.1-DG-polishing
yeozhishen Apr 14, 2024
cd52c91
Revert DG Table to old format
yeozhishen Apr 14, 2024
474a48a
Merge pull request #185 from yeozhishen/v2.1-DG-polishing
yeozhishen Apr 14, 2024
13c2f2a
Add newline before DG Table
yeozhishen Apr 14, 2024
11f08bf
Merge pull request #186 from yeozhishen/v2.1-DG-polishing
yeozhishen Apr 14, 2024
3184ee2
Add PPP
STeng618 Apr 14, 2024
d18f56d
Merge pull request #187 from STeng618/master
STeng618 Apr 14, 2024
5307383
Update AboutUs
STeng618 Apr 14, 2024
b702d07
Merge pull request #188 from STeng618/master
STeng618 Apr 14, 2024
2a8724d
Update UG, PPP
yeozhishen Apr 14, 2024
bf63f81
Merge pull request #178 from JianJiaT/fix-list-amount
JianJiaT Apr 14, 2024
4c7b18b
Fix PPP links
STeng618 Apr 14, 2024
156fcd4
Merge branch 'master' of github.com:AY2324S2-CS2113-F14-1/tp
STeng618 Apr 14, 2024
62ad502
Merge pull request #189 from yeozhishen/v2.1-PPP
yeozhishen Apr 14, 2024
7a35fad
Merge pull request #190 from STeng618/master
STeng618 Apr 14, 2024
b059dd9
Merge branch 'master' of https://github.com/AY2324S2-F14-1/tp
JianJiaT Apr 14, 2024
37d9269
Update steng618.md
STeng618 Apr 14, 2024
d0804e0
Update PPP
JianJiaT Apr 14, 2024
e755df4
Update steng618.md
STeng618 Apr 14, 2024
ee4556e
Update yeozhishen.md
yeozhishen Apr 14, 2024
0b5858a
Merge pull request #193 from yeozhishen/v2.1-PPP
yeozhishen Apr 14, 2024
732b3d2
Merge pull request #192 from JianJiaT/update-PPP
JianJiaT Apr 14, 2024
93898f9
Update steng618.md
STeng618 Apr 14, 2024
4fed784
Modify PPP, DG
yeozhishen Apr 14, 2024
3f0eb68
Merge pull request #194 from yeozhishen/v2.1-PPP
yeozhishen Apr 14, 2024
222f625
Modify ExitParser
yeozhishen Apr 14, 2024
fedbbbd
Merge pull request #195 from yeozhishen/v2.1-miscellaneous
yeozhishen Apr 14, 2024
4bad66b
Update yeozhishen.md hyperlinks
yeozhishen Apr 14, 2024
3f8c426
Merge pull request #196 from yeozhishen/v2.1-PPP
yeozhishen Apr 14, 2024
0cd80bd
Add more information to PPP
mihirheda02 Apr 14, 2024
80c8d27
Merge pull request #197 from mihirheda02/191-add-to-ppp
mihirheda02 Apr 14, 2024
0efd13b
Ban file delimiters
STeng618 Apr 14, 2024
1414d07
Merge branch 'master' into final-fixes
STeng618 Apr 14, 2024
44c0f75
Fix imports
STeng618 Apr 14, 2024
87fc94d
Merge pull request #198 from STeng618/final-fixes
STeng618 Apr 14, 2024
b5ab2f6
Code Refactoring
yeozhishen Apr 14, 2024
114cff0
Fix expense index in summary
STeng618 Apr 14, 2024
88c5da6
Merge pull request #199 from yeozhishen/v2.1-final-fixes
STeng618 Apr 14, 2024
7b81877
Merge pull request #200 from STeng618/final-fixes
STeng618 Apr 14, 2024
6a05b47
Handle malicious sabotage
STeng618 Apr 14, 2024
b76a2d8
Modify logic
yeozhishen Apr 14, 2024
5d0e0ed
Add explanations for duplicate expenses and events
STeng618 Apr 14, 2024
3a04cbe
Handle spaces in input
STeng618 Apr 14, 2024
07c6844
Fix DG bugs
STeng618 Apr 14, 2024
5108c6a
Edit Category UML diagrams
yeozhishen Apr 14, 2024
81ac7c7
Merge pull request #201 from yeozhishen/v2.1-final-fixes
yeozhishen Apr 14, 2024
ed7549e
Merge branch 'master' into v2.1-final-fixes
yeozhishen Apr 14, 2024
ef1f320
Fix DG bugs
STeng618 Apr 14, 2024
8ed2340
Fix DG bugs
STeng618 Apr 14, 2024
13721d3
Merge branch 'master' of github.com:AY2324S2-CS2113-F14-1/tp
STeng618 Apr 14, 2024
93bd653
Fix DG bugs
STeng618 Apr 14, 2024
ce538ee
Fix UG bugs
STeng618 Apr 14, 2024
6b0d09f
Modify Event
yeozhishen Apr 14, 2024
b8f7641
Modify DG
yeozhishen Apr 14, 2024
4bd825e
Merge branch 'master' into v2.1-final-fixes
yeozhishen Apr 14, 2024
fa76750
Modify PPP
yeozhishen Apr 14, 2024
1f2e8f5
Merge pull request #202 from yeozhishen/v2.1-final-fixes
yeozhishen Apr 14, 2024
635b32e
Edit PPP Format to fit page limit
yeozhishen Apr 15, 2024
694e4a6
Merge pull request #203 from yeozhishen/v2.1-final-fixes
yeozhishen Apr 15, 2024
27bdb49
Edit file delimiters
STeng618 Apr 15, 2024
a9619f8
Add test data
STeng618 Apr 15, 2024
b2cac64
Fix plural noun for multiple expenses
STeng618 Apr 15, 2024
90edfbb
Replace tests in DG
STeng618 Apr 15, 2024
3b67254
Add warnings about UG
STeng618 Apr 15, 2024
4178cb2
Add page breaks to PPP
mihirheda02 Apr 15, 2024
7a155af
Update DeveloperGuide.md
STeng618 Apr 15, 2024
001c3ea
Merge pull request #205 from mihirheda02/204-add-page-breaks-to-ppp
mihirheda02 Apr 15, 2024
e4ea7b9
Modify error handling for adding expense from file
yeozhishen Apr 15, 2024
49bf17e
Merge pull request #206 from yeozhishen/v2.1-final-fixes
yeozhishen Apr 15, 2024
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
30 changes: 15 additions & 15 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:
- name: Build and check with Gradle
run: ./gradlew check

- name: Perform IO redirection test (*NIX)
if: runner.os == 'Linux'
working-directory: ${{ github.workspace }}/text-ui-test
run: ./runtest.sh

- name: Perform IO redirection test (MacOS)
if: always() && runner.os == 'macOS'
working-directory: ${{ github.workspace }}/text-ui-test
run: ./runtest.sh

- name: Perform IO redirection test (Windows)
if: always() && runner.os == 'Windows'
working-directory: ${{ github.workspace }}/text-ui-test
shell: cmd
run: runtest.bat
# - name: Perform IO redirection test (*NIX)
# if: runner.os == 'Linux'
# working-directory: ${{ github.workspace }}/text-ui-test
# run: ./runtest.sh
#
# - name: Perform IO redirection test (MacOS)
# if: always() && runner.os == 'macOS'
# working-directory: ${{ github.workspace }}/text-ui-test
# run: ./runtest.sh
#
# - name: Perform IO redirection test (Windows)
# if: always() && runner.os == 'Windows'
# working-directory: ${{ github.workspace }}/text-ui-test
# shell: cmd
# run: runtest.bat
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ bin/

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

/data/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Duke project template
# Brokeculator project template

This is a project template for a greenfield Java project. It's named after the Java mascot _Duke_. Given below are instructions on how to use it.

Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repositories {
dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.0'
implementation 'org.jline:jline:3.25.1'
}

test {
Expand All @@ -29,11 +30,11 @@ test {
}

application {
mainClass.set("seedu.duke.Duke")
mainClass.set("brokeculator.Brokeculator")
}

shadowJar {
archiveBaseName.set("duke")
archiveBaseName.set("brokeculator")
archiveClassifier.set("")
}

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

run{
standardInput = System.in
enableAssertions = true
}
13 changes: 6 additions & 7 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# 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) | Yeo Zhi Shen | [Github](https://github.com/yeozhishen) | [Portfolio](team/yeozhishen.md)
![](https://via.placeholder.com/100.png?text=Photo) | Shan Teng | [Github](https://github.com/STeng618) | [Portfolio](team/steng618.md)
![](https://via.placeholder.com/100.png?text=Photo) | Teoh Jian Jia | [Github](https://github.com/JianJiaT) | [Portfolio](team/jianjiat.md)
![](https://via.placeholder.com/100.png?text=Photo) | Mihir Heda | [Github](https://github.com/mihirheda02) | [Portfolio](team/mihirheda02.md)
852 changes: 833 additions & 19 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Duke
# Brokeculator

Brokeculator is a CLI application designed for university students to log and view their
expenses. It aims to tackle the challenge they face of managing a myriad of expenses across various categories. For
experienced CLI users, they can enter their expenses faster compared to GUI applications

{Give product intro here}

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