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-W12-4] IchiFund #122

Open
wants to merge 897 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
897 commits
Select commit Hold shift + click to select a range
72ead42
Remove trailing whitespace
LeeYiyuan Nov 5, 2019
974f65a
Merge pull request #249 from LeeYiyuan/branch-RepeaterLogic
LeeYiyuan Nov 5, 2019
6cd1c54
Add all Loans Models
Nov 6, 2019
89c58bd
Fix Import classes, Move Name
Nov 7, 2019
9dd3d80
Change address book to ichifund in clear command message
weiyang13 Nov 7, 2019
edef18f
Remove list command and test
weiyang13 Nov 7, 2019
3c7ceb3
Remove PersonList from Ui and Logic
weiyang13 Nov 7, 2019
ffb9502
Modify AddTransactionCommandBuilder
weiyang13 Nov 7, 2019
cd2c767
Update TransactionUtil for getting AddTransactionCommand builder
weiyang13 Nov 7, 2019
f89b97e
Add typical data for transactions to test
weiyang13 Nov 7, 2019
131e7a6
Add AddTransactionCommandTest
weiyang13 Nov 7, 2019
7accea9
Add DeleteTransactionCommandTest
weiyang13 Nov 7, 2019
287a7e0
Add edittx related tests
weiyang13 Nov 7, 2019
c494319
Change DeleteTransactionTest to remove filtered/unfiltered distinction
weiyang13 Nov 7, 2019
df73710
Delete edit and delete for Person
weiyang13 Nov 7, 2019
beed124
Fix checkstyle violations and delete remaining edit person test class…
weiyang13 Nov 7, 2019
c005e43
Update builder in FilterTransactionCommand
weiyang13 Nov 7, 2019
55dfc26
Change FilterTransactionCommand message usage
weiyang13 Nov 8, 2019
45b1875
Change javadocs for integration tests
weiyang13 Nov 8, 2019
f3ee0f3
Add FilterTransactionCommandTest
weiyang13 Nov 8, 2019
d301771
Remove AddCommand tests
weiyang13 Nov 8, 2019
c168e04
Remove AddCommand and parser
weiyang13 Nov 8, 2019
d61292f
Update javadocs
weiyang13 Nov 8, 2019
e7d18a9
Delete FindCommand, parser and tests
weiyang13 Nov 8, 2019
5259d85
Delete PersonUtil from test
weiyang13 Nov 8, 2019
7763af3
Update JsonSerializableFundBookTest
weiyang13 Nov 8, 2019
b2649f4
Update JsonFundBookStorageTest and related files for Transaction
weiyang13 Nov 8, 2019
4f14599
Fix data files in test
weiyang13 Nov 8, 2019
c15dbfe
Remove person from storage classes
weiyang13 Nov 8, 2019
3361da3
Add JsonAdaptedDateTest
weiyang13 Nov 8, 2019
ca4b50d
Remove unused import
weiyang13 Nov 8, 2019
7aa44d3
Modify JsonAdaptedTransaction to check for null date
weiyang13 Nov 8, 2019
5957dbc
Add JsonAdaptedTransactionTest
weiyang13 Nov 8, 2019
ea7bf9e
Remove JsonAdaptedPerson and JsonAdaptedPersonTest
weiyang13 Nov 8, 2019
e6b4fdd
Remove some Person methods from Model
weiyang13 Nov 8, 2019
7adfc62
Remove Person from Model and related classes
weiyang13 Nov 8, 2019
0b5e36a
Remove Person from FundBook related classes
weiyang13 Nov 8, 2019
8d15c43
Add TransactionListTest
weiyang13 Nov 8, 2019
d72839f
Add UniqueBudgetListTest
weiyang13 Nov 8, 2019
99b6c58
Remove UniquePersonList
weiyang13 Nov 8, 2019
1cf540c
Remove Predicate classes for Transaction
weiyang13 Nov 8, 2019
80e4e1d
Remove unused imports in TypicalFundBook
weiyang13 Nov 8, 2019
13b9c1e
Add TransactionTest
weiyang13 Nov 8, 2019
3ec6adf
Add incomplete BudgetTest
weiyang13 Nov 8, 2019
a932b05
Remove tests related to Person
weiyang13 Nov 8, 2019
63b293b
Unify TypicalIndexes
weiyang13 Nov 8, 2019
7e3372c
Remove Person data from TypicalFundBook
weiyang13 Nov 8, 2019
9c6f4fb
Remove Person, fix checkstyle violations
weiyang13 Nov 8, 2019
212267d
Merge pull request #252 from weiyang13/tests-and-refactoring
weiyang13 Nov 8, 2019
358cba5
Replaced LoanDescription class
Nov 8, 2019
4525dd6
Replaced LoanDescription class
Nov 8, 2019
b3fd8e2
Replaced LoanDescription class
Nov 8, 2019
12824ec
Add logging for tab switch
weiyang13 Nov 8, 2019
e7dc46c
Solved multiple loan class issue
Nov 8, 2019
3ab1f33
Merge pull request #251 from troomtroom/Add_Loans_models
weiyang13 Nov 8, 2019
e44a495
Add invalid command error message to info logging
weiyang13 Nov 9, 2019
deb17b4
Add transaction context to fine and info log level
weiyang13 Nov 9, 2019
5e1e380
Tweaks to prepare for Repeater tests
LeeYiyuan Nov 9, 2019
863f0c2
Fix checkstyle violation
weiyang13 Nov 9, 2019
c6aa723
Remove parenthesis in assert statement
weiyang13 Nov 9, 2019
c433b7c
Fix length limits for amount, category, description
weiyang13 Nov 9, 2019
d445605
Change amount limit
weiyang13 Nov 9, 2019
9ba2b28
Fix constraint message of amount
weiyang13 Nov 9, 2019
2440098
Fix checkstyle violations
weiyang13 Nov 9, 2019
dc6ce83
Extract transaction context initialization from ModelManager constructor
weiyang13 Nov 9, 2019
97b518d
Merge branch 'master' into logging
weiyang13 Nov 9, 2019
ee70ec4
Remove advisor dummy portfolio
weiyang13 Nov 9, 2019
18a2c41
Add future features for transaction in user guide
weiyang13 Nov 9, 2019
7d746ef
Update command summary for budget find
weiyang13 Nov 9, 2019
63459fe
Modify exit in user guide
weiyang13 Nov 9, 2019
14f2a94
Add tags to transaction part of user guide
weiyang13 Nov 9, 2019
9c6eb5a
Add Draft of AddLoan Command
Nov 9, 2019
bc8a192
changes to FundBook
Nov 9, 2019
7950d74
Solve Test Issues
Nov 10, 2019
82d93d5
Removed Redundant files
Nov 10, 2019
cc91b97
Add fxml fils
Nov 10, 2019
63f5dd4
Add command formats for future commands, and setting wealth to UG
weiyang13 Nov 10, 2019
45c0ebc
Merge branch 'Master' into LoansLogic
Nov 10, 2019
1351a20
Add archive and filter to user stories, change numbering
weiyang13 Nov 10, 2019
d0a5de7
Update PPP project title and UG contribution
weiyang13 Nov 10, 2019
3a1293c
Merge pull request #256 from weiyang13/logging
weiyang13 Nov 10, 2019
ea3c5c0
Merge branch 'master' into LoansLogic
KartikeKhandelwal Nov 10, 2019
cb32d7c
Remove bin files
Nov 10, 2019
0f15856
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-W12-4/ma…
Nov 10, 2019
2b01f74
Merge branch 'LoansLogic' of https://github.com/troomtroom/main into …
Nov 10, 2019
c44afae
Remove .classpath
Nov 10, 2019
ed823c0
Remove .settings
Nov 10, 2019
6d4193c
Remove unimplmented Classes
Nov 10, 2019
46be4fa
Add sections, standardise to title case, fix levels of sections
weiyang13 Nov 10, 2019
e8ac218
Merge branch 'master' into ug-transaction
weiyang13 Nov 10, 2019
dcc1fe4
Remove Files to not commit
Nov 10, 2019
eb078fe
Fix .gitignore deletion
Nov 10, 2019
c2a3824
Remove .gitignore
Nov 10, 2019
5bf619c
Re-add LoanFeatureParser
Nov 10, 2019
f29ec6c
Solve EOF error
Nov 10, 2019
5b985af
Merge pull request #257 from weiyang13/ug-transaction
Alaete Nov 10, 2019
80ca35c
Merge branch 'master' into LoansLogic
KartikeKhandelwal Nov 10, 2019
45be7e9
Refactor address book to ichifund
weiyang13 Nov 10, 2019
2c9e3b6
Add tests for UniqueRepeaterList
LeeYiyuan Nov 10, 2019
2592278
Merge remote-tracking branch 'team/master' into branch-RepeaterTests
LeeYiyuan Nov 10, 2019
4af3c08
Merge pull request #259 from troomtroom/LoansLogic
KartikeKhandelwal Nov 10, 2019
be63856
Modify same budget check to make it less strict
Nov 10, 2019
8158ea4
Add logging for tasks
Nov 10, 2019
ed181ea
Add assertion to budget model
Nov 10, 2019
b9ff91b
Fix wrong information about budget in user guide
Nov 10, 2019
d527e6c
Merge branch 'master' into dg-transaction
weiyang13 Nov 10, 2019
3e12d84
Add AddRepeater tests and tweak duplicate handling
LeeYiyuan Nov 10, 2019
56bbe1f
Fix checkstyle violation
Nov 10, 2019
a93bb1c
Reorganize functions for associated transactions
LeeYiyuan Nov 10, 2019
6af8e0d
Add text for overview for transactions, edit typos
weiyang13 Nov 10, 2019
6884dc3
Replace addbud in UG diagram to add
Nov 10, 2019
4f66149
Add Loan fxml files
Nov 10, 2019
7c4104b
FIX Json serialize file
Nov 10, 2019
3afd1c3
Add builder for TransactionContext to make documentation easier
weiyang13 Nov 10, 2019
d752e01
Merge remote-tracking branch 'team/master' into branch-RepeaterTests
LeeYiyuan Nov 10, 2019
39d806c
Merge pull request #262 from LeeYiyuan/branch-RepeaterTests
LeeYiyuan Nov 10, 2019
f2b42b0
Fix grammar and minor error in uG
Nov 10, 2019
ecb7d7c
Merge remote-tracking branch 'team/master' into branch-RepeaterModel
LeeYiyuan Nov 10, 2019
74308be
Fix build error
LeeYiyuan Nov 10, 2019
d87d889
Add text for filtertx in DG; fix typos
weiyang13 Nov 10, 2019
7afc6ae
Fix EOF
LeeYiyuan Nov 10, 2019
3bb9e8b
Fix Add Command Errors
Nov 10, 2019
532eda2
Merge pull request #263 from LeeYiyuan/branch-RepeaterModel
LeeYiyuan Nov 10, 2019
9240d53
Fix EOF error
Nov 10, 2019
051fc22
Add Fully Working Add Command
Nov 10, 2019
1444a34
Merge branch 'master' into LOANS-FEATURES
Nov 10, 2019
6e0395d
Remove .project from commit
Nov 10, 2019
058199b
Merge pull request #264 from troomtroom/LOANS-FEATURES
LeeYiyuan Nov 10, 2019
ec40af3
Merge branch 'master' into budget-enhance
Nov 10, 2019
2b6a9be
Add Eugene PPP
Nov 10, 2019
68191a9
Merge branch 'master' into eugene-ppp
Nov 10, 2019
0c88a99
Fix invalid budget link
Nov 10, 2019
51ff5ee
Fix style violation
Nov 10, 2019
d1a303e
Add PayLoan Class(No Parser)
Nov 10, 2019
408a60b
Remove errors from Remove Loan COmmand
Nov 10, 2019
9d3fb58
Add text for addtx in DG; change table format
weiyang13 Nov 10, 2019
c6c10ad
Update PPP to show relevant segments in DG
weiyang13 Nov 10, 2019
e6bea73
Add text for edittx and deletetx; change format for sequences of steps
weiyang13 Nov 10, 2019
08d1fc4
Edit UG to create Transactions section
weiyang13 Nov 10, 2019
177cf8d
Edit heading of section
weiyang13 Nov 10, 2019
efed43e
Added Edit Loan Classes
Nov 10, 2019
c585041
Add callouts to dg
weiyang13 Nov 10, 2019
ca739ad
Add support
Nov 10, 2019
8881fc3
Add text for PPP
weiyang13 Nov 10, 2019
75808c1
Merge branch 'master' into dg-transaction
weiyang13 Nov 10, 2019
1dc58ab
Add EOF
weiyang13 Nov 10, 2019
d6261d8
Merge pull request #260 from weiyang13/dg-transaction
weiyang13 Nov 10, 2019
f2bd0fa
Adding json storage for Loans
Nov 10, 2019
216c803
Update UG for analytics feature for v1.4
Alaete Nov 10, 2019
2b37b05
Merge branch 'master' into LoanPayCommand
KartikeKhandelwal Nov 10, 2019
dcbec4c
Merge branch 'master' into update-user-guide-for-v1.4
KartikeKhandelwal Nov 10, 2019
976fa59
Merge pull request #267 from troomtroom/LoanPayCommand
KartikeKhandelwal Nov 10, 2019
f6e2fd3
Modify storage for Loans
Nov 10, 2019
a820040
Merge branch 'master' into LoanPayCommand
Nov 10, 2019
df821fe
Modified json file
Nov 10, 2019
fb31f8f
Removed .project
Nov 11, 2019
b31a9eb
Change UserGuide Adoc
Nov 11, 2019
96c1dbd
Merge branch 'master' into update-user-guide-for-v1.4
Alaete Nov 11, 2019
9e3c955
Minor edits
Alaete Nov 11, 2019
4ef19dd
Merge pull request #271 from Alaete/update-user-guide-for-v1.4
Alaete Nov 11, 2019
8ad82f8
Update gh-pages.css to hide URL in hyperlinks when printing to pdf
weiyang13 Nov 11, 2019
ed5f0c3
Modify PPP, UG, DG to fit to page limit
weiyang13 Nov 11, 2019
bc1375e
Tweak steps for repeaters
LeeYiyuan Nov 11, 2019
bf97037
Add spacing before list
LeeYiyuan Nov 11, 2019
cc712c0
Include steps for find command
LeeYiyuan Nov 11, 2019
dd85deb
Remove overview headers
LeeYiyuan Nov 11, 2019
eec6690
Tweaks to constraint docs
LeeYiyuan Nov 11, 2019
5513146
Tweaks to constraint docs
LeeYiyuan Nov 11, 2019
dac31c2
Tweaks and add figures
LeeYiyuan Nov 11, 2019
3da212c
Fix diagram link
LeeYiyuan Nov 11, 2019
7102dfe
Add line break after figure
LeeYiyuan Nov 11, 2019
761ca48
Remove image caption
LeeYiyuan Nov 11, 2019
7c98d64
Add UML diagrams
weiyang13 Nov 11, 2019
4c586f0
Add Loan Docs and JsonFiles
Nov 11, 2019
3367264
Edit DG to fit PPP to page limit
weiyang13 Nov 11, 2019
1a21050
Standardise listing of arguments for transactions in DG
weiyang13 Nov 11, 2019
d47cd16
Merge branch 'master' into dg-ppp-transaction
weiyang13 Nov 11, 2019
fd28ed2
Merge pull request #274 from weiyang13/dg-ppp-transaction
Alaete Nov 11, 2019
7d96b01
Merge remote-tracking branch 'team/master' into branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
ec9f7c5
Remove unused import
LeeYiyuan Nov 11, 2019
c9f7560
Merge branch 'master' into budget-enhance
weiyang13 Nov 11, 2019
9504b4f
Merge pull request #277 from LeeYiyuan/branch-RepeaterUGDGPPP
weiyang13 Nov 11, 2019
ed8727a
Merge branch 'master' into budget-enhance
weiyang13 Nov 11, 2019
01a17e8
Merge pull request #261 from nexolute/budget-enhance
weiyang13 Nov 11, 2019
5ab0aa7
Remove allowance from SampleData
LeeYiyuan Nov 11, 2019
7f5b328
Fix Data problem and Add PPP
Nov 11, 2019
11cf453
Fix grammar and hyperlinks in PPP
weiyang13 Nov 11, 2019
d2ed50c
Merge pull request #279 from weiyang13/team-tasks
weiyang13 Nov 11, 2019
727cffc
Merge branch 'master' into master
weiyang13 Nov 11, 2019
f25d2c7
Merge pull request #278 from LeeYiyuan/master
weiyang13 Nov 11, 2019
dbd61e0
Add saving and basic test cases for repeaters
weiyang13 Nov 11, 2019
8771b49
Update UG DG to find matching rule
LeeYiyuan Nov 11, 2019
150f01f
Remove changes in Repeaters
Nov 11, 2019
8b4fca3
Merge branch 'master' into Loans-DG/UG
KartikeKhandelwal Nov 11, 2019
f9b2c80
Draft PPP
LeeYiyuan Nov 11, 2019
e8e298a
Merge branch 'master' of https://github.com/AY1920S1-CS2103T-W12-4/main
Nov 11, 2019
d66b223
Fix repeaterfind tag
LeeYiyuan Nov 11, 2019
7c66aa6
Add periods and tab switching test cases
weiyang13 Nov 11, 2019
2e55af6
Update DG for v1.4
Alaete Nov 11, 2019
b8981e5
Add new line for drawio files
Alaete Nov 11, 2019
7d96cb3
Resolve merging errors
Nov 11, 2019
7a14336
.
Nov 11, 2019
9305565
Fix Table in PPP
Nov 11, 2019
361ba6b
Merge pull request #273 from troomtroom/Loans-DG/UG
weiyang13 Nov 11, 2019
5283f94
Add activity diagram for optional arguments
LeeYiyuan Nov 11, 2019
f70f977
Merge remote-tracking branch 'team/master' into branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
35d6f05
Add EOF
LeeYiyuan Nov 11, 2019
4b82158
Merge pull request #281 from LeeYiyuan/branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
cae8d17
Update UG example for find repeater
LeeYiyuan Nov 11, 2019
7862101
Fix Extra Lines in UG
Nov 11, 2019
29868f7
Fix repeater sequence diagram
LeeYiyuan Nov 11, 2019
3db41d8
Add more sample data to fill analytics
weiyang13 Nov 11, 2019
da1b1db
Merge pull request #284 from troomtroom/MinorFixes
LeeYiyuan Nov 11, 2019
f6ddfa4
Merge remote-tracking branch 'team/master' into branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
d9955c7
Fix indentation
weiyang13 Nov 11, 2019
db4944f
Update AboutUs
weiyang13 Nov 11, 2019
be20555
Remove Learning Outcomes from README
weiyang13 Nov 11, 2019
efba7c6
Add other contributions to PPP
LeeYiyuan Nov 11, 2019
6a0640b
Merge pull request #285 from LeeYiyuan/branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
6cc81bd
Update PPP
Nov 11, 2019
bc90b76
Fix typo
LeeYiyuan Nov 11, 2019
09360c6
Update UG, DG and PPP for v1.4
Alaete Nov 11, 2019
06fe2f7
Fix loan tags
LeeYiyuan Nov 11, 2019
2f7480f
Merge branch 'master' into update-developer-guide-and-ppp-for-v1.4
Alaete Nov 11, 2019
e071565
Fix EOF error
Alaete Nov 11, 2019
5351990
Merge branch 'update-developer-guide-and-ppp-for-v1.4' of github.com:…
Alaete Nov 11, 2019
96ab598
Fix category comparator
weiyang13 Nov 11, 2019
0c3bc53
Merge pull request #283 from Alaete/update-developer-guide-and-ppp-fo…
LeeYiyuan Nov 11, 2019
b3cd58b
Merge branch 'master' into MinorFixes
LeeYiyuan Nov 11, 2019
c80a98d
Merge branch 'master' into branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
999b499
Merge pull request #286 from troomtroom/MinorFixes
LeeYiyuan Nov 11, 2019
10fa716
Merge branch 'master' into branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
d46dd5f
Merge pull request #287 from LeeYiyuan/branch-RepeaterUGDGPPP
weiyang13 Nov 11, 2019
223b8c1
Fix UG mistakes (not my own).......
Alaete Nov 11, 2019
45d380c
Add test cases
weiyang13 Nov 11, 2019
602c501
Merge branch 'master' into team-tasks
weiyang13 Nov 11, 2019
b791da9
Edit name in AboutUs
weiyang13 Nov 11, 2019
e27957d
Remove merge conflict remnants
weiyang13 Nov 11, 2019
65a0875
Merge pull request #282 from weiyang13/team-tasks
LeeYiyuan Nov 11, 2019
e5ca56d
Implement continuous update for analytics view
Alaete Nov 11, 2019
719cd26
Merge branch 'master' into fix-user-guide-for-v1.4
Alaete Nov 11, 2019
45945e4
Fix checkstyle errors
Alaete Nov 11, 2019
fc66ebd
Merge branch 'fix-user-guide-for-v1.4' of github.com:Alaete/main into…
Alaete Nov 11, 2019
9098bbf
Merge pull request #280 from nexolute/eugene-ppp
LeeYiyuan Nov 11, 2019
3fd6f8a
Fix errors
Alaete Nov 11, 2019
2ff9ac0
Merge branch 'master' into fix-user-guide-for-v1.4
Alaete Nov 11, 2019
f4f9ea5
Merge pull request #288 from Alaete/fix-user-guide-for-v1.4
LeeYiyuan Nov 11, 2019
d558bce
Update version number
LeeYiyuan Nov 11, 2019
31581db
Merge branch 'master' into branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
2ede487
Merge pull request #289 from LeeYiyuan/branch-RepeaterUGDGPPP
LeeYiyuan Nov 11, 2019
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: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ src/test/data/sandbox/

# MacOS custom attributes files created by Finder
.DS_Store

# Linux Temporary files
*.swp
*.swo
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set tabstop=4
set softtabstop=4
set shiftwidth=4
set colorcolumn=121
autocmd BufWritePre * %s/\s\+$//e
21 changes: 9 additions & 12 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
= Address Book (Level 3)
= IchiFund
ifdef::env-github,env-browser[:relfileprefix: docs/]

https://travis-ci.org/se-edu/addressbook-level3[image:https://travis-ci.org/se-edu/addressbook-level3.svg?branch=master[Build Status]]
https://ci.appveyor.com/project/damithc/addressbook-level3[image:https://ci.appveyor.com/api/projects/status/3boko2x2vr5cc3w2?svg=true[Build status]]
https://coveralls.io/github/se-edu/addressbook-level3?branch=master[image:https://coveralls.io/repos/github/se-edu/addressbook-level3/badge.svg?branch=master[Coverage Status]]
https://www.codacy.com/app/damith/addressbook-level3?utm_source=github.com&utm_medium=referral&utm_content=se-edu/addressbook-level3&utm_campaign=Badge_Grade[image:https://api.codacy.com/project/badge/Grade/fc0b7775cf7f4fdeaf08776f3d8e364a[Codacy Badge]]
https://gitter.im/se-edu/Lobby[image:https://badges.gitter.im/se-edu/Lobby.svg[Gitter chat]]
https://travis-ci.org/AY1920S1-CS2103T-W12-4/main[image:https://travis-ci.org/AY1920S1-CS2103T-W12-4/main.svg?branch=master[Build Status]]
https://coveralls.io/github/AY1920S1-CS2103T-W12-4/main?branch=master[image:https://coveralls.io/repos/github/AY1920S1-CS2103T-W12-4/main/badge.svg?branch=master[Coverage Status]]

ifdef::env-github[]
image::docs/images/Ui.png[width="600"]
Expand All @@ -15,22 +12,22 @@ ifndef::env-github[]
image::images/Ui.png[width="600"]
endif::[]

* This is a desktop Address Book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
* It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
* It is *written in OOP fashion*. It provides a *reasonably well-written* code example that is *significantly bigger* (around 6 KLoC)than what students usually write in beginner-level SE modules.
Are you a student? Are you feeling money is hard to come by? Are you feeling the pressure of having to take responsibility of your own future? We have the right product for you.

Introducing IchiFund, the next-generation financial tracking app for students like you and me.

With IchiFund, you can handle your daily transactions, keep track of your loans, set your budget, and analyse your spending!

== Site Map

* <<UserGuide#, User Guide>>
* <<DeveloperGuide#, Developer Guide>>
* <<LearningOutcomes#, Learning Outcomes>>
* <<AboutUs#, About Us>>
* <<ContactUs#, Contact Us>>

== Acknowledgements

* Some parts of this sample application were inspired by the excellent http://code.makery.ch/library/javafx-8-tutorial/[Java FX tutorial] by
_Marco Jakob_.
* The original source code for this application is the AddressBook-Level3 project at https://se-education.org created by SE-EDU.
* Libraries used: https://openjfx.io/[JavaFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/junit-team/junit5[JUnit5]

== Licence : link:LICENSE[MIT]
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

// Specifies the entry point of the application
mainClassName = 'seedu.address.Main'
mainClassName = 'seedu.ichifund.Main'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'ichifund.jar'

destinationDir = file("${buildDir}/jar/")
}
Expand Down Expand Up @@ -133,9 +133,8 @@ asciidoctor {
idprefix: '', // for compatibility with GitHub preview
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'AddressBook-Level3',
'site-githuburl': 'https://github.com/se-edu/addressbook-level3',
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
'site-name': 'IchiFund',
'site-githuburl': 'https://github.com/AY1920S1-CS2103T-W12-4/main'
]

options['template_dirs'].each {
Expand Down
55 changes: 29 additions & 26 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,56 @@
:imagesDir: images
:stylesDir: stylesheets

AddressBook - Level 3 was developed by the https://se-edu.github.io/docs/Team.html[se-edu] team. +
_{The dummy content given below serves as a placeholder to be used by future forks of the project.}_ +
{empty} +
IchiFund was developed by the https://github.com/AY1920S1-CS2103T-W12-4[CS2103T-W12-4] team. +

We are a team based in the http://www.comp.nus.edu.sg[School of Computing, National University of Singapore].

== Project Team

=== John Doe
image::damithc.jpg[width="150", align="left"]
{empty}[http://www.comp.nus.edu.sg/~damithch[homepage]] [https://github.com/damithc[github]] [<<johndoe#, portfolio>>]
=== Andrew Sim
image::andrewscw.png[width="150" align="left"]
{empty}[https://github.com/andrewscw[github]]

Role: Project Advisor

'''

=== John Roe
image::lejolly.jpg[width="150", align="left"]
{empty}[http://github.com/lejolly[github]] [<<johndoe#, portfolio>>]
=== Eugene Lim
image::nexolute.png[width="150", align="left"]
{empty}[http://github.com/nexolute[github]] [<<nexolute#, portfolio>>]

Role: UI and Git Expert; Budgets Developer

'''

=== Lee Yiyuan
image::leeyiyuan.png[width="150", align="left"]
{empty}[http://github.com/LeeYiyuan[github]] [<<leeyiyuan#, portfolio>>]

Role: Team Lead +
Responsibilities: UI
Role: Repeaters Developer

'''

=== Johnny Doe
image::yijinl.jpg[width="150", align="left"]
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>]
=== Tan Wei Yang
image::weiyang13.png[width="150", align="left"]
{empty}[http://github.com/weiyang13[github]] [<<weiyang13#, portfolio>>]

Role: Developer +
Responsibilities: Data
Role: Team Lead and Transaction Developer

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== Olivia Yu Wanzhi
image::alaete.png[width="150", align="left"]
{empty}[http://github.com/Alaete[github]] [<<alaete#, portfolio>>]

Role: Developer +
Responsibilities: Dev Ops + Threading
Role: Analytics Developer

'''

=== Benson Meier
image::yl_coder.jpg[width="150", align="left"]
{empty}[http://github.com/yl-coder[github]] [<<johndoe#, portfolio>>]
=== Kartike Khandelwal
image::troomtroom.png[width="150", align="left"]
{empty}[http://github.com/troomtroom[github]] [<<troomtroom#, portfolio>>]

Role: Developer +
Responsibilities: UI
Role: Loans Developer

'''
4 changes: 2 additions & 2 deletions docs/ContactUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
:site-section: ContactUs
:stylesDir: stylesheets

* *Bug reports, Suggestions* : Post in our https://github.com/se-edu/addressbook-level3/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Bug reports, Suggestions* : Post in our https://github.com/AY1920S1-CS2103T-W12-4/main/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Contributing* : We welcome pull requests. Follow the process described https://github.com/oss-generic/process[here]
* *Email us* : You can also reach us at `damith [at] comp.nus.edu.sg`
* *Email us* : You can also reach us at `elimwj [at] comp.nus.edu.sg`
2 changes: 1 addition & 1 deletion docs/DevOps.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= AddressBook Level 3 - Dev Ops
= IchiFund - Dev Ops
:site-section: DeveloperGuide
:toc:
:toc-title:
Expand Down
Loading