Skip to content

Commit e48505a

Browse files
authored
Merge pull request nus-cs2103-AY2021S2#42 from maikongeh/master
update UserGuide - Michael
2 parents 61091d4 + 1583545 commit e48505a

7 files changed

Lines changed: 75 additions & 54 deletions

File tree

docs/AboutUs.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
99

1010
## Project team
1111

12-
### John Doe
12+
### Michael Png
1313

14-
<img src="images/johndoe.png" width="200px">
14+
<img src="images/maikongeh.png" width="200px">
1515

16-
[[homepage](http://www.comp.nus.edu.sg/~damithch)]
17-
[[github](https://github.com/johndoe)]
18-
[[portfolio](team/johndoe.md)]
1916

20-
* Role: Project Advisor
17+
[[github](https://github.com/maikongeh)]
18+
[[portfolio](team/maikongeh.md)]
19+
20+
* Role: Developer
21+
* Responsibility: Testing
2122

2223
### Huang Zhenxin
2324

docs/UserGuide.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,15 @@ Format:
141141
Examples:
142142
* `delete /from 25/12/2021 /index 1`
143143

144-
### Listing all persons : `list`
144+
### Listing all events : `list events`
145145

146-
Shows a list of all persons in the address book.
146+
Shows a list of all events. Events are sorted by date
147+
148+
Format: `list`
149+
150+
### Listing all assignments : `list assignments`
151+
152+
Shows a list of all assignments. Assignments are sorted by date.
147153

148154
Format: `list`
149155

docs/images/maikongeh.png

67.2 KB
Loading

docs/team/johndoe.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/team/maikongeh.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: page
3+
title: Michael's Project Portfolio Page
4+
---
5+
6+
## Project: RemindMe
7+
8+
RemindMe is a desktop application for keeping track of user events and deadlines, optimised for use via Command Line
9+
Interface(CLI) while still having the benefits of a Graphic User Interface(GUI).
10+
RemindMe allows students to always be aware of exams and events deadline as there will be reminder pop-ups and calendar
11+
for students to see!
12+
13+
Given below are my contributions to the project.
14+
15+
* **New Feature**: Upcoming
16+
* What it does: NIL
17+
18+
19+
* **New Feature**: Added a history command that allows the user to navigate to previous commands using up/down keys.
20+
21+
* **Code contributed**: [RepoSense link]()
22+
23+
* **Project management**:
24+
* Managed releases `v1.3` - `v1.5rc` [EXAMPLE-
25+
26+
* **Enhancements to existing features**:
27+
28+
* **Documentation**:
29+
* User Guide:
30+
* Added documentation for the features `list assignments` and `list evetns` [\#72]()
31+
* Developer Guide:
32+
* NIL
33+
34+
* **Community**:
35+
36+
* **Tools**:
37+

src/main/main.iml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/java" isTestSource="false" />
7+
</content>
8+
<orderEntry type="inheritedJdk" />
9+
<orderEntry type="sourceFolder" forTests="false" />
10+
</component>
11+
</module>

src/test/test.iml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/java" isTestSource="true" />
7+
</content>
8+
<orderEntry type="inheritedJdk" />
9+
<orderEntry type="sourceFolder" forTests="false" />
10+
<orderEntry type="module" module-name="main" />
11+
</component>
12+
</module>

0 commit comments

Comments
 (0)