Skip to content

Commit

Permalink
Merge pull request #99 from CS2103-AY1819S2-W10-3/edit_docs
Browse files Browse the repository at this point in the history
Update on UserGuide and PPP.
  • Loading branch information
LiuXuanIan committed Apr 2, 2019
2 parents 8958ea5 + abf02a3 commit ecbb643
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ Example:

=== Creating a new worklist: `add-w`
Create a worklist in the Equipment Manager by giving the worklist an ID +
Format: `add-w /[worklist value] `
Format: `add-w d/DATE a/ASSIGNEE i/ID`

[TIP]
The user can enter multiple field name and values.
The user can enter multiple assignees, but only one date and id.

Example:

* `add-w /date 2019-02-12 /assignee Mei Yen`
* `add-w d/09 May 2019 a/Mei Yen i/13`

=== Adding to work list: `put`
Adds equipment to working list in the Equipment Manager +
Expand Down Expand Up @@ -176,7 +176,7 @@ Example:
* `list-e`

=== View work list: `list-w`
Shows a list of all clients in the Equipment Manager +
Shows a list of all worklists in the Equipment Manager +
Format: `list-w`

Example:
Expand Down
72 changes: 72 additions & 0 deletions docs/team/LiuXuan.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
= Liu Xuan - Project Portfolio
:site-section: AboutUs
:imagesDir: ../images
:stylesDir: ../stylesheets

== PROJECT: Equipment Manager

---

== Overview

*Equipment Manager* is a Preventive Maintenance (PM) planner application that allows users, specifically the engineers, to keep track of the PM schedule of all Resuscitation Equipment in Singapore. *Equipment Manager* is designed to allow engineers assign the equipment they are going to carry out maintenance work to their own work schedule. When they are carrying out maintenance work on multiple equipments in their work schedule, they are able to have a visual representation on the locations of all equipment. In order to carry out maintenance work efficiently, *Equipment Manager* provide engineers with an efficient route to take for visiting multiple locations, minimizing the chance that the resuscitation devices will fail and cause costly unscheduled downtime.

== Summary of contributions

* *Major enhancement*: constructed *a feature that helps users to have a collection of their equipments, named WorkList.*
** What it does: allows the user to create a work list, and put some equipments into a work list.
** Justification: This feature improves the product significantly because a user can make mistakes in commands and the app should provide a convenient way to rectify them.
** Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands.
** Credits: _{mention here if you reused any code/ideas from elsewhere or if a third-party library is heavily used in the feature so that a reader can make a more accurate judgement of how much effort went into the feature}_

* *Minor enhancement*: added a history command that allows the user to navigate to previous commands using up/down keys.

* *Code contributed*: [https://github.com[Functional code]] [https://github.com[Test code]] _{give links to collated code files}_

* *Other contributions*:

** Project management:
*** Managed releases `v1.3` - `v1.5rc` (3 releases) on GitHub
** Enhancements to existing features:
*** Updated the GUI color scheme (Pull requests https://github.com[#33], https://github.com[#34])
*** Wrote additional tests for existing features to increase coverage from 88% to 92% (Pull requests https://github.com[#36], https://github.com[#38])
** Documentation:
*** Did cosmetic tweaks to existing contents of the User Guide: https://github.com[#14]
** Community:
*** PRs reviewed (with non-trivial review comments): https://github.com[#12], https://github.com[#32], https://github.com[#19], https://github.com[#42]
*** Contributed to forum discussions (examples: https://github.com[1], https://github.com[2], https://github.com[3], https://github.com[4])
*** Reported bugs and suggestions for other teams in the class (examples: https://github.com[1], https://github.com[2], https://github.com[3])
*** Some parts of the history feature I added was adopted by several other class mates (https://github.com[1], https://github.com[2])
** Tools:
*** Integrated a third party library (Natty) to the project (https://github.com[#42])
*** Integrated a new Github plugin (CircleCI) to the team repo

_{you can add/remove categories in the list above}_

== Contributions to the User Guide


|===
|_Given below are sections I contributed to the User Guide. They showcase my ability to write documentation targeting end-users._
|===

include::../UserGuide.adoc[tag=undoredo]

include::../UserGuide.adoc[tag=dataencryption]

== Contributions to the Developer Guide

|===
|_Given below are sections I contributed to the Developer Guide. They showcase my ability to write technical documentation and the technical depth of my contributions to the project._
|===

include::../DeveloperGuide.adoc[tag=undoredo]

include::../DeveloperGuide.adoc[tag=dataencryption]


== PROJECT: PowerPointLabs

---

_{Optionally, you may include other projects in your portfolio.}_

0 comments on commit ecbb643

Please sign in to comment.