Skip to content

Commit

Permalink
Merge 4627302 into e55ebbc
Browse files Browse the repository at this point in the history
  • Loading branch information
kthSim committed Apr 14, 2019
2 parents e55ebbc + 4627302 commit d78a7a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,6 @@ essentially the same. As such, it made more sense for us to go ahead with our cu

// tag::statimplement[]
==== Stat feature
image::statWindow.png[width="500"]

The `Stat` mechanism is facilitated through the use of the inbuilt JavaFx framework in conjunction with the data
stored within each `Patient` object.

Expand Down
6 changes: 5 additions & 1 deletion docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ Example:
|===

==== stat
Generates a statistics report based on the specified patient's data.
image::StatWindow.png[width="500"]

Generates a statistics report based on the specified patient's data. The generated report will contain all extended
patient information, a breakdown of all the records linked to the select patient parse in three different formats; a
table of records; a bar chart visualization; and a pie chart visualization.

Format: `stat INDEX`

Expand Down
9 changes: 3 additions & 6 deletions docs/team/kthsim.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

== PROJECT: TeethHub

---

== Overview
My teammates and I were assigned the task of either improving an existing Command-Line Interfaces (CLI) based program
by the name of AddressBook4 or to use it as the basis for our own program. We chose to transform it into TeethHub.
Expand Down Expand Up @@ -57,7 +55,7 @@ detailed report so that they can analyze potential trends.
* Added a Next Of Kin class as an attribute for a patient.
* Added a Procedure class as an attribute for a record.

*Code contributed*: [http://tinyurl.com/yywtfzrn[Functional code]] [https://github.com[Test code]]
*Code contributed*: [http://tinyurl.com/yywtfzrn[Reposense]]

*Other contributions*:

Expand All @@ -70,10 +68,7 @@ detailed report so that they can analyze potential trends.

** Enhancements to existing features:
*** Updated README to reflect information for TeethHub instead of AddressBook4
** Documentation:
*** Did cosmetic tweaks to existing contents of the User Guide: https://github.com[#14]
** Community:
*** PRs reviewed (with non-trivial review comments)
*** Reported bugs and suggestions for other team members https://github.com/CS2103-AY1819S2-W17-2/main/issues/58[#58]
https://github.com/CS2103-AY1819S2-W17-2/main/issues/106[#106]
** Tools:
Expand Down Expand Up @@ -105,6 +100,8 @@ implementations I did during the creation of the project._

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

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

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

---
Expand Down

0 comments on commit d78a7a1

Please sign in to comment.