File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -141,9 +141,15 @@ Format:
141141Examples:
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
148154Format: ` list `
149155
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments