forked from nus-cs2103-AY2122S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from howardwhw2/index
Update index page and documentation
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,6 +302,7 @@ Opens up a new window that displays a pie chart containing the data of the numbe | |
# FAQ | ||
|
||
# Command Summary | ||
|
||
| Action | Format | Examples | | ||
|-------------------|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| | ||
| Add | add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [pr/PROPERTY]... [pf/PREFERENCE] i/FILEPATH[:DESCRIPTION]… | e.g. add n/James Ho p/22224444 e/[email protected] a/123, Clementi Rd, 1234665 pr/2-room, East, SGD$200K, i/living.png:Living room | | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
--- | ||
layout: page | ||
title: AddressBook Level-3 | ||
title: RealEstatePro | ||
--- | ||
|
||
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) | ||
[![codecov](https://codecov.io/gh/AY2122S2-CS2103-W16-4/tp/branch/master/graph/badge.svg?token=EZT8AD477Q)](https://codecov.io/gh/AY2122S2-CS2103-W16-4/tp) | ||
|
||
![Ui](images/Ui.png) | ||
|
||
**AddressBook 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). | ||
**RealEstatePro is a desktop application for managing your client details for real estate agents.** While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface). | ||
With RealEstatePro managing your clients will be breeze by using the various features such as reminders, client matching and many more! | ||
|
||
* If you are interested in using AddressBook, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). | ||
* If you are interested about developing AddressBook, the [**Developer Guide**](DeveloperGuide.html) is a good place to start. | ||
* If you are interested in using RealEstatePro, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). | ||
* If you are interested about developing RealEstatePro, the [**Developer Guide**](DeveloperGuide.html) is a good place to start. | ||
|
||
|
||
**Acknowledgements** | ||
|
||
* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5) | ||
* Base: [AB3](https://github.com/se-edu/addressbook-level3) | ||
|