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-F13-4] Clientell #128

Open
wants to merge 490 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
490 commits
Select commit Hold shift + click to select a range
5b9b177
Disable client commands in TWN
Nov 5, 2024
4fbfe3c
Add test cases
Nov 5, 2024
d87c727
Merge pull request #142 from beginner-web-developer/disable-client-co…
kngys Nov 5, 2024
0fca7b2
Change Transaction to use double for amount
Nov 5, 2024
a70457b
Update dependent classes for double
Nov 5, 2024
6744419
Update test cases for double
Nov 5, 2024
8f7f65f
Add assertions and logging
kngys Nov 5, 2024
a7b2397
Add logging for exceptions
kngys Nov 5, 2024
3144c9f
Fix formatting
kngys Nov 5, 2024
6ebd7de
Fix Messages.format(Transaction)
Nov 5, 2024
b82d486
Add isValidTransaction method
Nov 5, 2024
2eb99d2
Update naming for isValidAmount
Nov 5, 2024
feb9ea5
Merge pull request #144 from AY2425S1-CS2103T-F13-4/transaction-double
kngys Nov 5, 2024
a2a60a3
Merge branch 'master' of https://github.com/AY2425S1-CS2103T-F13-4/tp…
kngys Nov 5, 2024
f1ce92a
Update parsing for date and amount
kngys Nov 5, 2024
78a663e
Add tests
kngys Nov 5, 2024
d20d0e9
Fix message formatting
kngys Nov 5, 2024
ed95de3
Update tests
kngys Nov 5, 2024
dc18983
Update sample data tags
kngys Nov 5, 2024
4b81aac
Update logging
kngys Nov 5, 2024
504dc9a
Update message format
kngys Nov 5, 2024
377b9e6
Update parser to handle amount input with comma
kngys Nov 5, 2024
106652d
Update tests and message
kngys Nov 5, 2024
ebe01c4
Increase code quality
Nov 6, 2024
298857c
Update amount to 2dp in UI
Nov 6, 2024
1303259
Update message
kngys Nov 6, 2024
1db2851
Update logging
kngys Nov 6, 2024
e2b670b
Update logging
kngys Nov 6, 2024
0f2fc6f
Merge pull request #147 from kngys/add-transaction-command
kngys Nov 6, 2024
c00e991
Merge pull request #153 from beginner-web-developer/assertion-logging…
kngys Nov 6, 2024
fbc8293
Update parser to make command words case-insensitive
kngys Nov 6, 2024
e3d0e62
Merge pull request #156 from kngys/make-command-words-case-insensitive
beginner-web-developer Nov 6, 2024
0c46a99
Merge branch 'master' of https://github.com/AY2425S1-CS2103T-F13-4/tp…
Nov 6, 2024
dc2d05a
Update UI images
Nov 6, 2024
81e9a85
Update image
Nov 6, 2024
78f56b9
Maintain consistency in UG
Nov 6, 2024
c26e634
Merge pull request #136 from beginner-web-developer/update-ug-dg
beginner-web-developer Nov 6, 2024
de5faab
Modify image link
Nov 6, 2024
de6154c
Merge pull request #139 from beginner-web-developer/update-index-file
beginner-web-developer Nov 6, 2024
2cfc429
Update UG for `addt` command
kngys Nov 6, 2024
bdbf8ed
Update date example
kngys Nov 6, 2024
7032300
Update message constraint for Transaction
Nov 6, 2024
65d1a3c
Update message constraint for Transaction
Nov 6, 2024
afeb8a9
Update message constraint for Transaction
Nov 6, 2024
d45998e
Update message constraint for Transaction
Nov 6, 2024
18612b6
Update message constraint for Transaction
Nov 6, 2024
43fc5ed
Update UG
kngys Nov 6, 2024
a472d23
Merge pull request #158 from AY2425S1-CS2103T-F13-4/update-transactio…
kngys Nov 6, 2024
41559d7
Update message
kngys Nov 6, 2024
b67cf20
Update message
kngys Nov 6, 2024
7b0d13c
Merge pull request #161 from kngys/add-transaction-command
darkmoongreatsword Nov 6, 2024
701fbd6
Merge branch 'master' into update-UG
kngys Nov 6, 2024
f1078a8
Remove unnecessary screenshot
kngys Nov 6, 2024
768fba1
Merge pull request #159 from kngys/update-UG
kngys Nov 6, 2024
5abeb10
Update `addt` sequence diagram
kngys Nov 6, 2024
aa7cc36
Update UserGuide.md
trpmy Nov 7, 2024
3e4a1c5
Merge pull request #165 from trpmy/trpmy-ug
trpmy Nov 7, 2024
d311d9f
Update add command for duplicate handling
Nov 7, 2024
bd60409
Fix styling errors
Nov 7, 2024
53e83af
Update parsing to handle blank inputs
kngys Nov 7, 2024
45ec15f
Update DG
kngys Nov 7, 2024
5ea3618
Merge pull request #169 from kngys/update-DG
beginner-web-developer Nov 7, 2024
21d62cb
Update message for attempting `deletet` on empty list
Nov 7, 2024
d89add0
Merge pull request #166 from trpmy/master
trpmy Nov 7, 2024
eaf8df6
Merge pull request #168 from kngys/add-transaction-command
beginner-web-developer Nov 7, 2024
a624ba0
Merge branch 'update-transaction-message' of https://github.com/AY242…
Nov 7, 2024
967f524
Merge pull request #170 from AY2425S1-CS2103T-F13-4/empty-list-message
darkmoongreatsword Nov 7, 2024
d92fe66
Update add to handle phone numbers more flexibly
Nov 7, 2024
262f160
Fix minor style error
Nov 7, 2024
ce25f2a
Renamed all instances of AB3 to Clientell
Nov 7, 2024
8d6c996
Rename a file
Nov 7, 2024
3595592
Merge pull request #171 from trpmy/phone
trpmy Nov 7, 2024
8f04b52
Change findt to be used in transaction view
reginateh Nov 7, 2024
d02bc70
Update error messages
kngys Nov 7, 2024
ec2b16d
Update message
kngys Nov 7, 2024
8f54f59
Merge pull request #172 from trpmy/naming
trpmy Nov 7, 2024
c49cc3e
Change summary to use predicate
reginateh Nov 7, 2024
d4a24ad
Fix test method name
reginateh Nov 7, 2024
84878ba
Merge pull request #173 from reginateh/findt-transaction
beginner-web-developer Nov 7, 2024
886f26c
Add exception for empty person list to other commands
kngys Nov 7, 2024
a68917e
Update tests
kngys Nov 7, 2024
487882b
Update tests
kngys Nov 7, 2024
1e27034
Change message amount format
reginateh Nov 7, 2024
db4d060
Update BetterModelClassDiagram.puml
trpmy Nov 7, 2024
246027e
Merge pull request #178 from AY2425S1-CS2103T-F13-4/trpmy-dg-puml-upd…
trpmy Nov 7, 2024
8516fb4
Update messages
kngys Nov 7, 2024
b0e7388
Update UserGuide.md
trpmy Nov 7, 2024
067e05c
Merge pull request #179 from AY2425S1-CS2103T-F13-4/trpmy-update-ug-2
trpmy Nov 7, 2024
e6a4355
Update UG
kngys Nov 7, 2024
e56b1e1
Merge pull request #180 from kngys/update-UG
kngys Nov 7, 2024
2323bf8
Update message
kngys Nov 7, 2024
ca02938
Merge pull request #176 from kngys/add-transaction-command
beginner-web-developer Nov 7, 2024
aaf32e7
Merge pull request #177 from reginateh/master
beginner-web-developer Nov 7, 2024
a3df9f8
Merge branch 'master' of https://github.com/reginateh/tp into user-guide
reginateh Nov 7, 2024
e99232e
Update findt DG
reginateh Nov 7, 2024
42bf1c2
Update findt DG
reginateh Nov 7, 2024
3ea9272
Update UG for findt
reginateh Nov 7, 2024
fb2b9de
Update UG for summary
reginateh Nov 7, 2024
22c4ac5
Update findt DG
reginateh Nov 7, 2024
3ae3360
Update UG command summary
reginateh Nov 7, 2024
de382db
Merge pull request #181 from reginateh/user-guide
reginateh Nov 7, 2024
122953d
Update DeveloperGuide.md
darkmoongreatsword Nov 7, 2024
6fb865b
Update UserGuide.md
trpmy Nov 7, 2024
f791499
Merge pull request #182 from AY2425S1-CS2103T-F13-4/trpmy-update-ug-3
trpmy Nov 7, 2024
9ddc626
Update Model diagram for DG
Nov 7, 2024
542b3f4
Merge pull request #183 from AY2425S1-CS2103T-F13-4/update-dg-transac…
darkmoongreatsword Nov 7, 2024
d2760ac
Update link to user guide
kngys Nov 7, 2024
2d87803
Merge pull request #185 from kngys/update-help-command
kngys Nov 7, 2024
7233c2c
Improve add command for more flexible parsing
Nov 8, 2024
19e101c
Change "person view" to "client view"
Nov 9, 2024
499536b
Add tests for `listt` in DG
Nov 9, 2024
113d76d
Update UI class diagram
Nov 9, 2024
7e8b046
Add overloading `listt` as planned enhancement
Nov 9, 2024
6cc5f14
Fix build
Nov 9, 2024
726b13d
Add screenshot for `listt`
Nov 9, 2024
d9caf53
Fix image
Nov 9, 2024
1d04c00
Update parser to handle invalid dates
kngys Nov 9, 2024
894d190
Update tests
kngys Nov 9, 2024
fbfaa43
Update tests
kngys Nov 9, 2024
43895be
Replace outdated terms
kngys Nov 9, 2024
9c956e9
Merge pull request #255 from beginner-web-developer/improve-ug
kngys Nov 9, 2024
da7aca8
Fix incorrect rounding of YearMonth for summary
reginateh Nov 9, 2024
7f1c1e7
Merge branch 'master' of https://github.com/reginateh/tp into alpha-bug
reginateh Nov 9, 2024
f8b0486
Change person to client in Messages & update summary message
reginateh Nov 9, 2024
1575067
Update person to client for find
reginateh Nov 9, 2024
fb20f97
Merge pull request #256 from kngys/add-transaction-command
kngys Nov 9, 2024
adde760
Fix merge conflicts
reginateh Nov 9, 2024
50b5af5
Merge branch 'AY2425S1-CS2103T-F13-4:master' into master
trpmy Nov 9, 2024
c3642d4
Revert "Improve add command for more flexible parsing"
Nov 9, 2024
45b3a3a
Refactor all persons to clients
Nov 9, 2024
f841cf4
Merge pull request #258 from trpmy/master
trpmy Nov 9, 2024
71f8e74
Add error handling for overflows
Nov 10, 2024
b50d657
Remove unnecessary check for overflow
Nov 10, 2024
b979765
Remove unused method
Nov 10, 2024
0b61515
Revert file
Nov 10, 2024
508a025
Update UG
Nov 10, 2024
e0b67e4
revert changes for no transaction summary
reginateh Nov 10, 2024
6f96a6e
Add month range in UG
reginateh Nov 10, 2024
e9354e2
Update UG and sample data
reginateh Nov 10, 2024
a9c2b7c
Resolve merge conflicts
reginateh Nov 10, 2024
ef82e42
Merge pull request #260 from reginateh/user-guide
reginateh Nov 10, 2024
939babf
Merge pull request #257 from reginateh/alpha-bug
beginner-web-developer Nov 10, 2024
f870536
Improve method
Nov 10, 2024
ad0a61f
Merge pull request #259 from beginner-web-developer/fix-balance
reginateh Nov 10, 2024
e87cb63
Update parsing to handle amount out of range
kngys Nov 10, 2024
060446e
Update tests
kngys Nov 10, 2024
e9b9c9a
Merge branch 'master' into add-transaction-command
kngys Nov 10, 2024
d8ea616
Improve code quality
kngys Nov 10, 2024
1893323
Add image for help command
kngys Nov 10, 2024
04caee5
Update UG for `addt` command
kngys Nov 10, 2024
502087b
Improve code quality
kngys Nov 10, 2024
ce48718
Merge pull request #262 from kngys/update-UG
kngys Nov 10, 2024
600c2cc
Update UserGuide.md
trpmy Nov 10, 2024
d47fa3a
Update UserGuide.md
trpmy Nov 10, 2024
8152bf6
Update `addt` sequence diagram
kngys Nov 10, 2024
885a204
Merge pull request #263 from AY2425S1-CS2103T-F13-4/trpmy-ug-big
trpmy Nov 10, 2024
8afc4cc
Add test cases for `addt` command
kngys Nov 10, 2024
967b0c7
Merge branch 'master' into add-transaction-command
kngys Nov 10, 2024
ec8d9f5
Improve code quality
kngys Nov 10, 2024
f160ba4
Merge pull request #261 from kngys/add-transaction-command
kngys Nov 10, 2024
12b235a
Update use cases in DG
Nov 10, 2024
53cf4a7
Update DeveloperGuide.md
trpmy Nov 10, 2024
10f1a10
Merge pull request #265 from AY2425S1-CS2103T-F13-4/trpmy-dg-big
trpmy Nov 10, 2024
541a39a
Update DG
Nov 11, 2024
ac99d92
Fix storage to store decimals
Nov 11, 2024
79cba55
Fix build
Nov 11, 2024
bfb6ba3
Merge branch 'master' into update-DG
kngys Nov 11, 2024
cdc31f1
Update typo errors
kngys Nov 11, 2024
f4a285b
Merge pull request #266 from beginner-web-developer/fix-storage
darkmoongreatsword Nov 11, 2024
47147ea
Update UserGuide.md
trpmy Nov 11, 2024
bf49633
Update test cases
kngys Nov 11, 2024
41c4618
Merge pull request #267 from AY2425S1-CS2103T-F13-4/trpmy-ug
trpmy Nov 11, 2024
f9d1a96
Update test cases
kngys Nov 11, 2024
6a6352d
Update test cases
kngys Nov 11, 2024
d991977
Update DeveloperGuide.md
trpmy Nov 11, 2024
5cfb680
Update dg
Nov 11, 2024
ee61ba3
Update DeveloperGuide.md
trpmy Nov 11, 2024
2abbe9e
Update UserGuide.md
trpmy Nov 11, 2024
25310fb
Merge pull request #271 from AY2425S1-CS2103T-F13-4/trpmy-ug
trpmy Nov 11, 2024
fcaebea
Merge pull request #270 from AY2425S1-CS2103T-F13-4/trpmy-dg
trpmy Nov 11, 2024
b28313a
Update DeveloperGuide.md
trpmy Nov 11, 2024
f2c50c2
Merge pull request #269 from kngys/update-DG
trpmy Nov 11, 2024
e5961c9
Improve code quality
kngys Nov 11, 2024
70e07f9
Update tests
kngys Nov 11, 2024
9439515
Merge pull request #264 from beginner-web-developer/update-dg
kngys Nov 11, 2024
a9f5625
Merge pull request #272 from kngys/add-transaction-command
kngys Nov 11, 2024
5a71062
Remove proposed feature in DG
reginateh Nov 11, 2024
4a9fbe4
Add test cases for find in DG
reginateh Nov 11, 2024
ea27807
Update UserGuide.md
trpmy Nov 11, 2024
afb0541
Add test cases for findt in DG
reginateh Nov 11, 2024
97bd2cd
Merge pull request #273 from AY2425S1-CS2103T-F13-4/trpmy-ug-1
trpmy Nov 11, 2024
eaa85c8
Add test cases for summary in DG
reginateh Nov 11, 2024
9ec68d1
Update UserGuide.md
trpmy Nov 11, 2024
41d1357
Add use case for summary in DG
reginateh Nov 11, 2024
2db6f77
Update DG
reginateh Nov 11, 2024
11caed8
Fix bug in roman numeral parse
Nov 11, 2024
c7b1fec
Update screenshots
Nov 11, 2024
2be002e
Update DeveloperGuide.md
trpmy Nov 11, 2024
f84cfb2
Merge pull request #275 from trpmy/master
trpmy Nov 11, 2024
c5fcead
Merge pull request #276 from beginner-web-developer/update-images
trpmy Nov 11, 2024
6691272
Fix minor typo error
kngys Nov 11, 2024
d201ab7
Update UG
kngys Nov 11, 2024
df2b0ab
Merge pull request #277 from kngys/update-UG
trpmy Nov 11, 2024
90afac3
Update accepted parameters for date
kngys Nov 11, 2024
5fd7606
Update UG
kngys Nov 11, 2024
bac31b5
Merge pull request #278 from kngys/update-UG
trpmy Nov 11, 2024
80d3f13
Update DG
kngys Nov 11, 2024
174e9d9
Merge branch 'master' into update-DG
kngys Nov 11, 2024
67e0788
Update DG
kngys Nov 11, 2024
c099c5f
Remove a test case
reginateh Nov 11, 2024
512d47b
Merge branch 'master' of https://github.com/reginateh/tp
reginateh Nov 11, 2024
f9700ac
Merge pull request #274 from reginateh/master
trpmy Nov 11, 2024
7b151c0
Merge branch 'master' into update-DG
trpmy Nov 11, 2024
bb5f995
Merge pull request #279 from kngys/update-DG
trpmy Nov 11, 2024
a88b4bd
Update DeveloperGuide.md
trpmy Nov 11, 2024
895e18a
Merge pull request #280 from AY2425S1-CS2103T-F13-4/trpmy-dg-update
trpmy Nov 11, 2024
3f388af
Update BetterModelClassDiagram.puml
trpmy Nov 11, 2024
c49a0c9
Update DeveloperGuide.md
trpmy Nov 11, 2024
924bbdd
Merge pull request #281 from AY2425S1-CS2103T-F13-4/trpmy-dg-1
trpmy Nov 11, 2024
6c1c8dd
Update DeveloperGuide.md
trpmy Nov 11, 2024
0a2df32
Merge pull request #282 from AY2425S1-CS2103T-F13-4/trpmy-dg-1
trpmy Nov 12, 2024
0154ad6
Update DeveloperGuide.md
trpmy Nov 12, 2024
fed5d11
Update BetterModelClassDiagram.puml
trpmy Nov 12, 2024
d487501
Update DeveloperGuide.md
trpmy Nov 12, 2024
0480076
Merge pull request #283 from AY2425S1-CS2103T-F13-4/trpmy-patch-1
trpmy Nov 12, 2024
1106e32
Update UserGuide.md
trpmy Nov 12, 2024
4f2d5cc
Update UserGuide.md
trpmy Nov 12, 2024
b3dbd4b
Update DeveloperGuide.md
trpmy Nov 12, 2024
a3ce3bb
Merge pull request #284 from AY2425S1-CS2103T-F13-4/trpmy-patch-2
trpmy Nov 12, 2024
7d7f75a
Change version number to 1.6
Nov 12, 2024
dfef65f
Merge pull request #285 from trpmy/master
trpmy Nov 12, 2024
87f7f5a
Update DeveloperGuide.md
trpmy Nov 12, 2024
f22dee5
Update DeveloperGuide.md
trpmy Nov 12, 2024
e8f967f
Update DeveloperGuide.md
trpmy Nov 12, 2024
652ae0e
Update DeveloperGuide.md
trpmy Nov 12, 2024
c8ccade
Update image size
kngys Nov 12, 2024
a16a11e
Merge branch 'master' into update-DG
kngys Nov 12, 2024
790c2f5
Update image size
kngys Nov 12, 2024
f3fc4ad
Merge pull request #286 from kngys/update-DG
kngys Nov 12, 2024
28ebd35
Update DeveloperGuide.md
trpmy Nov 12, 2024
5c080f2
Update image size
kngys Nov 12, 2024
639ca1e
Update DeveloperGuide.md
trpmy Nov 12, 2024
c68b7f8
Merge pull request #287 from kngys/update-DG
kngys Nov 12, 2024
7d0f789
Update DeveloperGuide.md
trpmy Nov 12, 2024
56315c7
Update DeveloperGuide.md
trpmy Nov 12, 2024
f63a5ae
Update diagram size
kngys Nov 12, 2024
9473b50
Merge pull request #288 from kngys/update-DG
kngys Nov 12, 2024
bb3a844
Update DeveloperGuide.md
trpmy Nov 12, 2024
2e83d44
Update DeveloperGuide.md
trpmy Nov 12, 2024
e494ee0
Update DeveloperGuide.md
trpmy Nov 12, 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
25 changes: 25 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: MarkBind Action

on:
push:
branches:
- master

jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
- name: Build & Deploy MarkBind site
uses: MarkBind/markbind-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
rootDirectory: './docs'
baseUrl: '/tp' # assuming your repo name is tp
version: '^5.5.2'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/
docs/_markbind/logs/
21 changes: 12 additions & 9 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/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2425S1-CS2103T-F13-4/tp/actions)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).

* This is **a project aimed at helping financial consultants streamline their work.**.<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.
* managing clients (adding, deleting, viewing all clients)
* managing transactions of clients (adding, deleting, viewing transactions for a client)
* search features are also available for both clients and transactions in a case-insensitive form
* The project simulates a client management system for a desktop application (called _Clientell_) used for managing contact and transaction details.
* It is **written in OOP fashion**.
* It provides a **reasonably fast** way of accessing and inputting information, through CLI.
* 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/#contributing-to-se-edu) for more info.
* It is named `Clientell` because it was created to help financial consultants manage their clients and what they tell them.
* For the detailed documentation of this project, see the **[Documentation Page](docs/Documentation.md)**.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,16 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

run {
enableAssertions = true
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'clientell.jar'
}

defaultTasks 'clean', 'test'

run {
enableAssertions = true
}
23 changes: 23 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
_markbind/logs/

# Dependency directories
node_modules/

# Production build files (change if you output the build to a different directory)
_site/

# Env
.env
.env.local

# IDE configs
.vscode/
.idea/*
*.iml
65 changes: 35 additions & 30 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,64 @@
---
layout: page
title: About Us
layout: default.md
title: "About Us"
---

We are a team based in the [School of Computing, National University of Singapore](https://www.comp.nus.edu.sg).
# 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`

## Project team

### John Doe
### Kristia Ng

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

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

* Role: Project Advisor
* Role: Developer, Code quality

### Jane Doe
### Teh Rui-Chun

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[homepage](https://nus-cs2103-ay2425s1.github.io/website)]
[[github](https://github.com/reginateh)]
[[portfolio](team/reginateh.md)]

* Role: Team Lead
* Responsibilities: UI
* Role: Code quality, Integration

### Johnny Doe
### Chin Kuan Jak

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: Testing

### Jean Doe
### Tran Phuoc My

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Role: Team lead, Deliverables and deadlines, Scheduling and tracking

### James Doe
### Si Rui

<img src="images/johndoe.png" width="200px">
<img src="images/beginner-web-developer.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](http://github.com/beginner-web-developer)]
[[portfolio](team/beginner-web-developer.md)]

* Role: Developer
* Responsibilities: UI
* Role: Documentation
* Responsibilities: Responsible for quality of project documents
6 changes: 4 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: page
title: Configuration guide
layout: default.md
title: "Configuration guide"
---

# Configuration guide

Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`).
13 changes: 8 additions & 5 deletions docs/DevOps.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
layout: page
title: DevOps guide
layout: default.md
title: "DevOps guide"
pageNav: 3
---

* Table of Contents
{:toc}
# DevOps guide

--------------------------------------------------------------------------------------------------------------------
<!-- * Table of Contents -->
<page-nav-print />

<!-- -------------------------------------------------------------------------------------------------------------------- -->

## Build automation

Expand Down
Loading