forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into yuxunn-ppp
- Loading branch information
Showing
86 changed files
with
9,481 additions
and
1,492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '11' | ||
distribution: 'temurin' | ||
- name: Build & Deploy MarkBind site | ||
uses: MarkBind/markbind-action@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
rootDirectory: './docs' | ||
baseUrl: '/tp' # replace with your repo name | ||
version: '^5.1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) | ||
# D.A.V.E. (D’financial AdVisor Expert) | ||
[![Java CI](https://github.com/AY2324S1-CS2103T-F08-2/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2324S1-CS2103T-F08-2/tp/actions/workflows/gradle.yml) | ||
[![codecov](https://codecov.io/gh/AY2324S1-CS2103T-F08-2/tp/graph/badge.svg?token=GCZ85WN999)](https://codecov.io/gh/AY2324S1-CS2103T-F08-2/tp) | ||
|
||
> Manage your leads and clients information effortlessly through D.A.V.E. to gain an edge in your FA journey! | ||
## About | ||
D.A.V.E. is a leads and clients management tool for student financial advisors specifically in NUS, but can be used for all student financial advisors. | ||
|
||
## UI Mock-up | ||
![Ui](docs/images/Ui.png) | ||
|
||
* This is **a sample project for Software Engineering (SE) students**.<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. | ||
* 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#https://se-education.org/#contributing) for more info. | ||
## Getting Started | ||
1. Ensure you have Java `11` or above installed in your computer. | ||
2. Download the latest `DAVE.jar` from here. | ||
3. Copy the file to the folder you want to use as the *home folder* for D.A.V.E. | ||
4. Double-click `DAVE.jar` to start the app. | ||
|
||
## Acknowledgements | ||
This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). | ||
|
||
## Contributors | ||
- Licong |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,56 @@ | ||
--- | ||
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](http://www.comp.nus.edu.sg). | ||
# About Us | ||
|
||
You can reach us at the email `seer[at]comp.nus.edu.sg` | ||
We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg). | ||
|
||
## Project team | ||
|
||
### John Doe | ||
### Gary | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/garylow2001.png" width="200px"> | ||
|
||
[[homepage](http://www.comp.nus.edu.sg/~damithch)] | ||
[[github](https://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
[[github](https://github.com/garylow2001)] | ||
|
||
* Role: Project Advisor | ||
* Role: Developer | ||
* Responsibilities: Scheduling and Tracking | ||
|
||
### Jane Doe | ||
### Li Cong | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/liconghuang.png" width="200px"> | ||
|
||
[[github](http://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
[[github](https://github.com/LicongHuang)] | ||
|
||
* Role: Team Lead | ||
* Responsibilities: UI | ||
* Role: Developer | ||
* Responsibilities: Integration | ||
|
||
### Johnny Doe | ||
### Jie Xiang | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/jx124.png" width="200px"> | ||
|
||
[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)] | ||
[[github](https://github.com/jx124)] | ||
|
||
* Role: Developer | ||
* Responsibilities: Data | ||
* Role: Developer | ||
* Responsibilities: Code Quality | ||
|
||
### Jean Doe | ||
### Yu Xun | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/yuxunn.png" width="200px"> | ||
|
||
[[github](http://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
[[github](https://github.com/yuxunn)] | ||
|
||
* Role: Developer | ||
* Responsibilities: Dev Ops + Threading | ||
* Responsibilities: Testing | ||
|
||
|
||
### James Doe | ||
### Tiffany | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/tiif.png" width="200px"> | ||
|
||
[[github](http://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
[[github](https://github.com/tiif)] | ||
|
||
* Role: Developer | ||
* Responsibilities: UI | ||
* Responsibilities: Deliverable and deadlines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.