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

[CS2113-T12-3] BudgetBuddy #35

Open
wants to merge 658 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
658 commits
Select commit Hold shift + click to select a range
7eebdd3
Remove unused Storage class in SavingList
itsmejr257 Apr 3, 2024
93caccd
Merge pull request #139 from itsmejr257/junRong-Add-Comments
itsmejr257 Apr 3, 2024
3593d35
Update JarFile link in UserGuide.md
itsmejr257 Apr 5, 2024
4e2746e
Merge pull request #140 from AY2324S2-CS2113-T12-3/itsmejr257-UG-Link…
itsmejr257 Apr 5, 2024
4256177
Fix printing negative saving list value
Apr 6, 2024
6a6e7ed
Fix Case Sensitive Bugs
Apr 6, 2024
f9b73c6
Add Bug-Fixes to recurring expenses feature
itsmejr257 Apr 6, 2024
2256aeb
Update UG to include brief description of recurring expenses feature
itsmejr257 Apr 6, 2024
2145896
Fix Coding Style Violation
Apr 6, 2024
cc964bf
Add Logging and Comments to Parser
Apr 6, 2024
005cebf
Update UG with relevant restrictions on my features.
Apr 6, 2024
2f443bc
Add bug-fixes to MenuCommand
itsmejr257 Apr 6, 2024
207ea65
Update UG for Menu feature to accurately describe functionality
itsmejr257 Apr 6, 2024
a91b538
Update sequence diagram for standardisation
Apr 6, 2024
704b080
Add bug-fixes to find feature
itsmejr257 Apr 6, 2024
e5282e4
Update JUnit tests to correctly test for outputs
itsmejr257 Apr 6, 2024
9dc1300
Refactor MenuCommand to follow correct assertion
itsmejr257 Apr 6, 2024
cfb1aa1
Update EXPECTED.TXT in text-ui-test to match new UI format
itsmejr257 Apr 6, 2024
c63b8f7
Add PPP
Apr 6, 2024
27a2f2a
Update DG to include DefaultCurrency design details
Apr 6, 2024
761f760
Fix minor formatting error
Apr 6, 2024
9661342
Add warning if user attempts to add expense which exceeds budget
Dheekshitha2 Apr 7, 2024
5f9bc7f
Update sequence diagram for Command Class
itsmejr257 Apr 8, 2024
e6a366b
Add details to Parser, Commmand and CommandCreator classes
itsmejr257 Apr 8, 2024
b60257d
Add feature and enhancement contributions to PPP
itsmejr257 Apr 8, 2024
9c4dbda
Fix Category Error in UG
jasraa Apr 8, 2024
e40d0a7
Convert budget currency
Dheekshitha2 Apr 9, 2024
472d090
Change "budget print" to "print budget"
Dheekshitha2 Apr 9, 2024
464864c
Resolve issue where "delete savings" was intepreted as a valid command
Dheekshitha2 Apr 9, 2024
f017009
Fix issue of space sensitivity for category input
Dheekshitha2 Apr 9, 2024
03e7562
Check if budget amount is a positive value
Dheekshitha2 Apr 9, 2024
ee47c98
Ensure that saving amount for reduce savings is positive
Dheekshitha2 Apr 9, 2024
129ea2b
Resolve bug where swapping the flags resulted in wrong output
Dheekshitha2 Apr 9, 2024
d3e5275
Fix checkstyle error
Dheekshitha2 Apr 9, 2024
b2a334b
Fix checkstyle error
Dheekshitha2 Apr 9, 2024
68d7ce3
Add Expected Output for Edit Expenses and Edit Savings
jasraa Apr 9, 2024
ae64fd4
Add splitexpense to currency converter and storage
yyangdaa Apr 9, 2024
c79c0d9
Add PPP
yyangdaa Apr 9, 2024
8458c37
Update PPP
yyangdaa Apr 9, 2024
21231cb
Merge pull request #200 from yyangdaa/week-12
yyangdaa Apr 9, 2024
33e14e1
Merge pull request #195 from Dheekshitha2/shree-warningExceedBudget
Dheekshitha2 Apr 9, 2024
a62709a
Merge pull request #197 from Dheekshitha2/shree_convertBudgetCurrency
Dheekshitha2 Apr 9, 2024
e862493
Merge pull request #198 from Dheekshitha2/shree_fixBugs
Dheekshitha2 Apr 9, 2024
03248a0
Fix inconsistent spacing in print output of expense and saving
yyangdaa Apr 9, 2024
9fdda85
Merge pull request #199 from jasraa/jasra-bug-fixes
jasraa Apr 9, 2024
4f702c8
Merge pull request #191 from sweijie24/branch-BugFixing
sweijie24 Apr 9, 2024
18c48de
Merge pull request #193 from sweijie24/branch-PPP
sweijie24 Apr 9, 2024
8d4ef57
Merge pull request #192 from itsmejr257/junRong-BugFixes-Find
itsmejr257 Apr 9, 2024
6d8264a
Merge pull request #190 from itsmejr257/junRong-BugFixes-Menu
itsmejr257 Apr 9, 2024
8235363
Merge branch 'master' into junRong-BugFixes-Rec
itsmejr257 Apr 9, 2024
a528da2
Merge pull request #189 from itsmejr257/junRong-BugFixes-Rec
itsmejr257 Apr 9, 2024
548943e
Add New Feature, Project Management and Documentation details to PPP
itsmejr257 Apr 10, 2024
a329266
Add further details to Community and Developer section of PPP
itsmejr257 Apr 10, 2024
055bc47
Merge pull request #196 from itsmejr257/junRong-PPP
itsmejr257 Apr 10, 2024
ea325f2
Add validity checks for inputs in RecurringExpensesFile.txt
itsmejr257 Apr 10, 2024
c20d27d
Add identifier for Recurring Expenses in print message
itsmejr257 Apr 10, 2024
84d7e1f
Refactor Storage and CurrencyConverter to adhere to check-style
itsmejr257 Apr 10, 2024
cccc5c8
Add PPP, first draft
Dheekshitha2 Apr 10, 2024
e61023e
Merge pull request #204 from Dheekshitha2/shree-PPP
Dheekshitha2 Apr 10, 2024
a6a9887
Update Developer Guide to standardize diagrams
itsmejr257 Apr 10, 2024
7c06ef8
Merge branch 'master' into junRong-DG-Update
itsmejr257 Apr 10, 2024
eb871f9
Resolve conflicts
yyangdaa Apr 10, 2024
ceedc5b
Resolve conflicts
yyangdaa Apr 10, 2024
e2b6ca2
Add jasra's PPP
jasraa Apr 10, 2024
7539393
Merge pull request #206 from jasraa/jasra-ppp
jasraa Apr 10, 2024
0ba62b0
Fix bugs in add expense and add savings
yyangdaa Apr 10, 2024
7620877
Fix UG
yyangdaa Apr 10, 2024
9b756a8
Fix bug in split expense
yyangdaa Apr 10, 2024
432d292
Fix dvided bill to 2 dp
yyangdaa Apr 10, 2024
c93bb30
Update DG
yyangdaa Apr 13, 2024
5ea251d
Update PPP
yyangdaa Apr 13, 2024
63b57bf
Update PPP
yyangdaa Apr 13, 2024
b7bc751
Fix CheckStyle bugs
yyangdaa Apr 13, 2024
5e47b91
Add changes to developer guide for budget functions, added CommandCre…
Dheekshitha2 Apr 13, 2024
041758b
Merge pull request #212 from Dheekshitha2/shree-DG-3
Dheekshitha2 Apr 13, 2024
eb02e20
Update structure of DG
Apr 13, 2024
cced4ff
Update UG on my feature's restrictions
Apr 13, 2024
21e20c2
Add contribution to DG
Apr 13, 2024
453393e
Revert "Add changes to developer guide for budget functions, added Co…
Dheekshitha2 Apr 13, 2024
d85ab38
Merge pull request #214 from AY2324S2-CS2113-T12-3/revert-212-shree-DG-3
Dheekshitha2 Apr 13, 2024
52adc88
Reset ExpenseList and SavingList File if corrupted
jasraa Apr 13, 2024
581e65c
Add changes to DG and add command creator for list budget
Dheekshitha2 Apr 13, 2024
86a32b8
Update UG Structure and Style
Apr 13, 2024
08e258a
Update UG Hyperlinks
Apr 13, 2024
d91c058
Update DG ToC and Structure
Apr 13, 2024
01e6db5
Include PR link
Apr 13, 2024
2461274
Fix bug where warnings were intepreted as errors
Dheekshitha2 Apr 13, 2024
9bf2170
Update diagrams in DeveloperGuide
itsmejr257 Apr 13, 2024
565edaf
Reorganise the sequence in DG
yyangdaa Apr 13, 2024
51068cf
Update README to provide details about BudgetBuddy
itsmejr257 Apr 13, 2024
4c92618
Add test cases for loading and saving of recurring expenses
itsmejr257 Apr 13, 2024
3dfaf85
Update UG
yyangdaa Apr 13, 2024
b48ddc2
Update JUnit test for filterExpenses_filterByMinAmount
yyangdaa Apr 13, 2024
18ef598
Add javadoc comments to FindExpensesCommand
itsmejr257 Apr 13, 2024
a565011
Add javadoc comments to FindExpensesCommandCreator
itsmejr257 Apr 13, 2024
eebe8dc
Add JUnit tests for out of order parameters
itsmejr257 Apr 13, 2024
f466cdc
Refactor code comments to adhere to check-style
itsmejr257 Apr 13, 2024
f6844ae
Revert back the changes for filterExpense
yyangdaa Apr 13, 2024
8ddb0d6
Update add saving
yyangdaa Apr 13, 2024
54b7269
Handle error when add expense input has invalid characters
jasraa Apr 13, 2024
49701b8
Add pictures to show desired outputs for recurring expenses commands
itsmejr257 Apr 13, 2024
59511c6
Refactor RecurringExpenseCommand to fix spelling mistakes
itsmejr257 Apr 13, 2024
10f2fb5
Remove unused imports
jasraa Apr 13, 2024
a7749ac
Add saving and loading for budget, reduce savings by category rather …
Dheekshitha2 Apr 13, 2024
2d2c965
Add JavaDoc comments to Storage
itsmejr257 Apr 13, 2024
f06abb7
Update amount to be printed to be rounded to 2.dp
itsmejr257 Apr 13, 2024
3610664
Fix split expense with storage
yyangdaa Apr 13, 2024
4c3827e
Improve error handling for Edit Expense function
jasraa Apr 13, 2024
b88e8af
Update PPP
jasraa Apr 13, 2024
e2c8dd1
Refactor code to seperate check for exceeding budget
Dheekshitha2 Apr 13, 2024
904570a
Remove redundant import
Dheekshitha2 Apr 13, 2024
3c98ada
Fix the split expenses with the currencyconverter
yyangdaa Apr 13, 2024
8ac361b
Update DG based on updated functionalities
Dheekshitha2 Apr 13, 2024
e6f9fa0
Update the exception handling for add savings
yyangdaa Apr 13, 2024
a25924b
Add test cases for addsavings
yyangdaa Apr 13, 2024
d6195db
Made changes
jasraa Apr 13, 2024
d1fe66a
Update UG with expected output for graphical insights
jasraa Apr 13, 2024
98bd85b
Fix checkstyle error
jasraa Apr 13, 2024
dbc00f6
Merge pull request #207 from yyangdaa/bug-fixing
yyangdaa Apr 13, 2024
fbe5f6e
Merge branch 'master' into jasra-bugs
jasraa Apr 13, 2024
bd276e3
Update the menu
yyangdaa Apr 13, 2024
c6e1e1f
Merge pull request #215 from jasraa/jasra-bugs
jasraa Apr 13, 2024
34ce76c
Merge branch 'master' into jasra_updateDG_PPP_UG
jasraa Apr 13, 2024
63defbe
Add more updates
Dheekshitha2 Apr 13, 2024
ca9a368
Merge pull request #218 from jasraa/jasra_updateDG_PPP_UG
jasraa Apr 13, 2024
f0159f0
Change name from split expense to shared bill
yyangdaa Apr 13, 2024
f7c6036
Change name from split expense to shared bill
yyangdaa Apr 13, 2024
9407938
Merge branch 'master' into shree-bugFix
Dheekshitha2 Apr 13, 2024
bba62b6
Resolve merge conflict and wrong close bracket
Dheekshitha2 Apr 13, 2024
4b0ec67
Merge pull request #217 from Dheekshitha2/shree-bugFix
Dheekshitha2 Apr 13, 2024
67c1c17
Merge pull request #216 from Dheekshitha2/shree-updates-2
Dheekshitha2 Apr 13, 2024
997b0b5
Refactor CurrencyConverter to fix spelling errors
itsmejr257 Apr 13, 2024
5d54370
Merge branch 'master' into junRong-SavingandLoading-BugFixes
itsmejr257 Apr 13, 2024
b6c9284
Merge pull request #203 from itsmejr257/junRong-SavingandLoading-BugF…
itsmejr257 Apr 13, 2024
0f324b4
Merge branch 'master' into junRong-DG-Update
itsmejr257 Apr 13, 2024
4a7a2e9
Merge pull request #205 from itsmejr257/junRong-DG-Update
itsmejr257 Apr 13, 2024
2116abc
Update Currency Converter Sequence Diagrams
Apr 13, 2024
1adab7c
Improve error handling for edit savings
jasraa Apr 13, 2024
ea8b70c
Merge branch 'master' into branch-DGEnhancements
sweijie24 Apr 13, 2024
cacc55b
Merge pull request #213 from sweijie24/branch-DGEnhancements
sweijie24 Apr 13, 2024
9b7f1b2
Refactor print message to correctly display values
itsmejr257 Apr 13, 2024
6956431
Merge pull request #219 from itsmejr257/junRong-Bug-Fix-AddExpensePri…
itsmejr257 Apr 13, 2024
4e51269
Update sequence diagrams
Dheekshitha2 Apr 13, 2024
687e6bf
Add use cases
Dheekshitha2 Apr 13, 2024
12aea50
Update DG
yyangdaa Apr 13, 2024
d2ef4a7
Merge branch 'master' into bug-fixing
yyangdaa Apr 13, 2024
50dfc4c
Merge pull request #220 from Dheekshitha2/shree-DG-10
Dheekshitha2 Apr 13, 2024
42f307e
Update DG with diagrams and implementation of features
jasraa Apr 13, 2024
bce67f7
Merge pull request #223 from jasraa/jasra_DG_updates
jasraa Apr 13, 2024
7f37b17
Merge pull request #224 from jasraa/jasra_updates
jasraa Apr 13, 2024
5f6ad62
Merge branch 'master' into junRong-DG-UseCases
itsmejr257 Apr 13, 2024
e580e0e
Update DG
Dheekshitha2 Apr 13, 2024
e29c9af
Merge branch 'master' into shree-DG-10
Dheekshitha2 Apr 13, 2024
cb34801
Update DG
yyangdaa Apr 13, 2024
b0efaf2
Fix checkstyle error
Dheekshitha2 Apr 13, 2024
d9422b1
Merge branch 'shree-DG-10' of https://github.com/Dheekshitha2/tp into…
Dheekshitha2 Apr 13, 2024
03b790c
Add Use Case and author tag
jasraa Apr 13, 2024
00b7a58
Merge pull request #226 from jasraa/jasra_author
jasraa Apr 13, 2024
8aadf63
Add author tags and numbering of items to DG
itsmejr257 Apr 13, 2024
00676fb
Merge branch 'master' into junRong-DG-UseCases
itsmejr257 Apr 13, 2024
8d28126
Update securing expenses to recurring expenses in glossary
itsmejr257 Apr 13, 2024
e161c67
Update DG
yyangdaa Apr 13, 2024
49eacac
Update text-ui-test
yyangdaa Apr 13, 2024
d1fde6d
Update text-ui-test
yyangdaa Apr 13, 2024
9f05d41
Final update to DG
Dheekshitha2 Apr 13, 2024
b044708
Merge pull request #225 from Dheekshitha2/shree-DG-10
Dheekshitha2 Apr 13, 2024
4fcf619
Merge branch 'master' into DG-Update
yyangdaa Apr 13, 2024
a0d9860
Merge pull request #222 from yyangdaa/DG-Update
yyangdaa Apr 13, 2024
b79dfe6
Merge branch 'master' into junRong-DG-UseCases
itsmejr257 Apr 13, 2024
5b32aaa
Fix Table Formatting for SplitExpenseCommand and SplitExpenseList
itsmejr257 Apr 13, 2024
209ec86
Merge pull request #227 from itsmejr257/junRong-DG-UseCases
itsmejr257 Apr 13, 2024
868a2dc
Refine DG & UG
Apr 13, 2024
67259d5
Update sequence diagrams
Apr 13, 2024
d230222
Add author
Apr 13, 2024
c577e65
Update author format
Apr 13, 2024
60bbdc3
Add authors
Apr 13, 2024
e10e2dd
Merge pull request #228 from sweijie24/branch-DGFormat
sweijie24 Apr 13, 2024
df15f5f
Update PPP Links in AboutUs
itsmejr257 Apr 14, 2024
7837400
Merge pull request #229 from itsmejr257/junRong-AboutUs-PPPLinkUpdate
itsmejr257 Apr 14, 2024
3436099
Add JavaDocs comments to Storage
itsmejr257 Apr 14, 2024
fda7198
Update menu ordering and confirmation messages in Ui
itsmejr257 Apr 14, 2024
1b6cbe6
Refector RecurringExpenseCommand to work with Budget
itsmejr257 Apr 14, 2024
060084a
Refactor parser to standardize use of createCommand
itsmejr257 Apr 14, 2024
82e1736
Move JUnit test to correct test file
itsmejr257 Apr 14, 2024
e5995cd
Add error handling for negative amounts
itsmejr257 Apr 14, 2024
c7d7ae5
Remove unused imports in Recurring Expense Command
itsmejr257 Apr 14, 2024
3cd8d3c
Add details to JavaDoc comments for overloaded addExpense method
itsmejr257 Apr 14, 2024
f56187c
Add author tags to methods
itsmejr257 Apr 14, 2024
99e3bdc
Update EXPECTED.TXT to match new menu layout
itsmejr257 Apr 14, 2024
ee68cf5
Merge pull request #230 from itsmejr257/junRong-Final-BugFixes
itsmejr257 Apr 14, 2024
785328c
Update on DG
yyangdaa Apr 14, 2024
29a20ce
Merge branch 'master' into yangda-DG
yyangdaa Apr 14, 2024
8400ea1
Update sequence diagrams in Developer Guide
itsmejr257 Apr 14, 2024
c029d01
Update
yyangdaa Apr 14, 2024
ce7c229
Merge pull request #231 from yyangdaa/master
yyangdaa Apr 14, 2024
9a971b0
Add changes to reduce savings UI
Dheekshitha2 Apr 14, 2024
7862469
Add updates to UserGuide for Features and QandA section
itsmejr257 Apr 14, 2024
f24db7d
Add information regarding saving and loading of files in the UG
itsmejr257 Apr 14, 2024
ca18ed3
Refactor Command and CommandCreator class to be abstract classes
itsmejr257 Apr 14, 2024
a6226e2
Update restrictions on CATEGORY for loading of RecurringExpensesFile
itsmejr257 Apr 14, 2024
53c171d
Add missing methods to Developer guide
itsmejr257 Apr 14, 2024
c9c6256
Add contributors to README
itsmejr257 Apr 14, 2024
194e5e7
Merge branch 'master' into junRong-Documentation-FinalFixes
itsmejr257 Apr 14, 2024
2667c19
Merge pull request #233 from itsmejr257/junRong-Documentation-FinalFixes
itsmejr257 Apr 14, 2024
bb5241c
Update
yyangdaa Apr 14, 2024
0390e35
Merge branch 'master' of github.com:yyangdaa/tp
yyangdaa Apr 14, 2024
e44544d
Add Bye Command to UG
itsmejr257 Apr 14, 2024
8421f80
Update
yyangdaa Apr 14, 2024
549a332
Remove unnecessary details to fit 2 page hard limit
itsmejr257 Apr 14, 2024
3a1401c
Merge pull request #234 from itsmejr257/junRong-UG-ByeCommand
itsmejr257 Apr 14, 2024
3b0c3a3
Add issue tracker to PPP contributions
itsmejr257 Apr 14, 2024
c6a0ad9
Update
yyangdaa Apr 14, 2024
19b6ce3
Merge pull request #236 from itsmejr257/junRong-Final-PPP
itsmejr257 Apr 14, 2024
8620423
Merge pull request #235 from yyangdaa/master
yyangdaa Apr 14, 2024
a3d2958
Fix formatting errors in PPP
itsmejr257 Apr 14, 2024
b6cacdf
Merge pull request #237 from itsmejr257/junRong-Final-PPP
itsmejr257 Apr 14, 2024
6085e6d
Remove extra justifications to fit 2 page hard limit
itsmejr257 Apr 14, 2024
b0c45d9
Update Sequence diagram for DG
yyangdaa Apr 14, 2024
1d32287
Merge pull request #238 from itsmejr257/junRong-Final-PPP
itsmejr257 Apr 14, 2024
5fc1feb
Merge pull request #239 from yyangdaa/master
yyangdaa Apr 14, 2024
8654974
Remove repetitive explanation of features
itsmejr257 Apr 14, 2024
b97cb4a
Merge pull request #240 from itsmejr257/junRong-Final-PPP
itsmejr257 Apr 14, 2024
e78924e
Remove index from edit savings
Dheekshitha2 Apr 14, 2024
3b53daa
Change sequence diagram
Dheekshitha2 Apr 14, 2024
01c6c40
Merge pull request #232 from Dheekshitha2/shree-FIXNOW
Dheekshitha2 Apr 14, 2024
b75dbe2
Update the addsaving function
yyangdaa Apr 14, 2024
722bf93
Merge pull request #241 from yyangdaa/master
yyangdaa Apr 14, 2024
b580d61
Add updates to PPP
Dheekshitha2 Apr 14, 2024
8674209
Remove unused diagrams
itsmejr257 Apr 14, 2024
dcedf0c
Fix formatting of table in ListBudgetCommand and SetBudgetCommand
itsmejr257 Apr 14, 2024
663127d
Add further details for Find and Recurring Expense feature in UG
itsmejr257 Apr 14, 2024
59e12a5
Update sequence diagram for Command in DG
itsmejr257 Apr 14, 2024
1f3bf6c
Fix formatting errors and add clarity to explanations
itsmejr257 Apr 14, 2024
f1b29f8
Update error handling for amounts to not accept very small values
itsmejr257 Apr 14, 2024
927d240
Add JavaDoc comments for error handling of amounts
itsmejr257 Apr 14, 2024
83fded9
Merge pull request #243 from itsmejr257/junRong-Final-Submission
itsmejr257 Apr 14, 2024
6a7d3ee
Update UG expected outputs for CurrencyConverter
itsmejr257 Apr 14, 2024
649c465
Fix formatting errors in Developer Guide
itsmejr257 Apr 14, 2024
8730fe5
Fix spelling errors in Storage and RecurringExpenseCommandCreator
itsmejr257 Apr 14, 2024
2182e1e
Update name of JAR file in UserGuide
itsmejr257 Apr 14, 2024
2895a3a
Merge pull request #244 from itsmejr257/junRong-Final-Submission
itsmejr257 Apr 14, 2024
e09dc88
Add disclaimer to the running of JAR file
itsmejr257 Apr 15, 2024
0eb5b7f
Merge pull request #245 from itsmejr257/junRong-Final-Submission
itsmejr257 Apr 15, 2024
fbb5904
Update PPP
jasraa Apr 15, 2024
dc1f8d5
Update
yyangdaa Apr 15, 2024
da92079
Update
yyangdaa Apr 15, 2024
e7766f3
Merge pull request #247 from yyangdaa/master
yyangdaa Apr 15, 2024
d2a5dab
Final updates to PPP
Dheekshitha2 Apr 15, 2024
ec8ff22
Merge pull request #246 from jasraa/jasra_update_ppp
Dheekshitha2 Apr 15, 2024
0c474cb
Merge pull request #242 from Dheekshitha2/shree-final-PPP
Dheekshitha2 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
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
# BudgetBuddy

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
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test {
}

application {
mainClass.set("seedu.duke.Duke")
mainClass.set("seedu.budgetbuddy.BudgetBuddy")
}

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

Expand All @@ -43,4 +43,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) | Zhang Yangda | [Github](https://github.com/yyangdaa) | [Portfolio](docs/team/yyangdaa.md)
![](https://via.placeholder.com/100.png?text=Photo) | Dheekshitha | [Github](https://github.com/Dheekshitha2) | [Portfolio](docs/team/Dheekshitha2.md)
![](https://via.placeholder.com/100.png?text=Photo) | Jasra Zainab | [Github](https://github.com/jasraa) | [Portfolio](docs/team/jasraa.md)
![](https://via.placeholder.com/100.png?text=Photo) | Chan Jun Rong | [Github](https://github.com/itsmejr257) | [Portfolio](docs/team/itsmejr257.md)
![](https://via.placeholder.com/100.png?text=Photo) | Soh Wei Jie | [Github](https://github.com/sweijie24) | [Portfolio](docs/team/sweijie24.md)

Binary file added docs/ActivityDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ClassDiagram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
775 changes: 766 additions & 9 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

Binary file added docs/ListBSD2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Duke
# BudgetBuddy

{Give product intro here}

Expand Down
Binary file added docs/SetBSD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading