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

Tidy up DG #220

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
26 changes: 16 additions & 10 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
[[github](https://github.com/kjw142857)]
[[portfolio](https://github.com/kjw142857)]

* Role: Developer
* Responsibilities: TBC
* Role: Developer for basic loan implementation + debugging and testing.
* Responsibilities: Implementing the `linkloan` and `editloan` commands;
finding bugs and pushing fixes; writing test code.

### Kyal Sin Min Thet

Expand All @@ -26,17 +27,20 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
[[github](http://github.com/marcus-ny)]
[[portfolio](http://github.com/marcus-ny)]

* Role: Developer
* Responsibilities: TBC
* Role: Team Lead + Frontend.
* Responsibilities: setting up repo + CI workflow;
Implementing view options for different panels - loans, contacts, analytics dashboards.

### Teoh Tze Tzun

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

[[github](https://github.com/Joseph31416)] [[portfolio](https://github.com/Joseph31416)]

* Role: Developer
* Responsibilities: Data
* Role: Developer for data classes and UG documentation.
* Responsibilities:
Implementing the `Loan`, `LoanRecords` (now refactored as `UniqueLoanList`) and `Analytics` classes from scratch;
writing the user guide.

### Wang Junwu

Expand All @@ -45,8 +49,10 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
[[github](http://github.com/narwhalsilent)]
[[portfolio](http://github.com/narwhalsilent)]

* Role: Developer
* Responsibilities: TBC
* Role: Developer for loan architecture and UI integration + DG documentation.
* Responsibilities: Implementing loan architecture as `UniqueLoanList` in the `Model`;
implementing the `viewloan` command;
writing the developer guide.

### Zhang Xiaorui

Expand All @@ -55,5 +61,5 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
[[github](https://github.com/xiaorui-ui)]
[[portfolio](https://github.com/xiaorui-ui)]

* Role: Developer
* Responsibilities: TBC
* Role: Developer for basic loan management and DG documentation.
* Responsibilities: Implementing `deleteloan`, `markloan`, and `unmarkloan` commands; writing the developer guide.
Loading
Loading