Skip to content

Commit

Permalink
Update ui activity
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjulianl committed Oct 27, 2021
1 parent 7c5d11e commit d4f8fe4
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We aim GoMedic to be used by someone who can type fast and take advantage of the
Command Line Interface.

# User Interface
![Ui](docs/images/Ui.png)
![Ui](docs/images/Ui-activity.png)

# Acknowledgement
* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org/).
Expand Down
Binary file modified docs/images/Ui-activity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/Ui-doctor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/Ui-one-doctor.png
Binary file not shown.
Binary file removed docs/images/Ui-one-patient.png
Binary file not shown.
Binary file removed docs/images/Ui.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: GoMedic
[![CI Status](https://github.com/AY2122S1-CS2103T-T15-1/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2122S1-CS2103T-T15-1/tp/actions/workflows/gradle.yml)
[![codecov](https://codecov.io/gh/AY2122S1-CS2103T-T15-1/tp/branch/master/graph/badge.svg?token=PY49G4GN2U)](https://codecov.io/gh/AY2122S1-CS2103T-T15-1/tp)

![Ui](images/Ui.png)
![Ui](images/Ui-activity.png)

**GoMedic is a desktop application for managing your contact details.** While it has a GUI, most of the user
interactions happen using a CLI (Command Line Interface).
Expand All @@ -20,4 +20,4 @@ interactions happen using a CLI (Command Line Interface).

* Project bootstrapped from: [SE-EDU Address Book 3](https://se-education.org/addressbook-level3/)
* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson)
, [JUnit5](https://github.com/junit-team/junit5)
, [JUnit5](https://github.com/junit-team/junit5), [iTextPdf](https://itextpdf.com/en)

0 comments on commit d4f8fe4

Please sign in to comment.