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

Add details for Andre Sim in AboutUs.md #7

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
12 changes: 6 additions & 6 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

* Role: Project Advisor

### Jane Doe
### Andre Sim

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

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/fallman2)]
[[portfolio](team/fallman2.md)]

* Role: Team Lead
* Responsibilities: UI
* Role: Team Member
* Responsibilities: Filtering by Tags

### Johnny Doe

Expand Down
Binary file added docs/images/fallman2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions docs/team/fallman2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: page
title: Andre Sim's Project Portfolio Page
---

### Project: UniMate

UniMate is a desktop address book application used for managing contacts and calendars. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java.

Given below are my contributions to the project.

* **New Feature**: `to be added soon,`
* What it does: `to be added soon,`
* Justification: `to be added soon,`
* Highlights: `to be added soon,`
* Credits: `to be added soon,`

* **New Feature**: Added a history command that allows the user to navigate to previous commands using up/down keys.

* **Code contributed**: [RepoSense link]()

* **Project management**:
* Managed releases `v1.3` - `v1.5rc` (3 releases) on GitHub

* **Enhancements to existing features**:
* `to be added soon,`
* `to be added soon,`

* **Documentation**:
* User Guide:
* Added documentation for the features `filter`, `addEvent` and `deleteEvent` [\#72]()
* Developer Guide:
* `to be added soon,`

* **Community**:
* PRs reviewed (with non-trivial review comments): [\#2](https://github.com/AY2324S1-CS2103-F13-4/tp/pull/2).
* Contributed to forum discussions (examples: `to be added soon,`)
* Reported bugs and suggestions for other teams in the class (examples: `to be added soon,`)

* **Tools**:
* `to be added soon,`
* `to be added soon,`
Loading