forked from nus-cs2103-AY2425S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
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 #18 from ZShunRen/website-dev
Change name in config file to product
- Loading branch information
Showing
5 changed files
with
53 additions
and
17 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
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
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
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,26 @@ | ||
--- | ||
layout: page | ||
title: AddressBook Level-3 | ||
title: AgentAssist | ||
--- | ||
|
||
[![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/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3) | ||
|
||
![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). | ||
**AgentAssist is a desktop application, designed for banking sales agents to help with managing their contact | ||
details.** | ||
While it | ||
has a GUI, most of the user interactions happen using a CLI (Command Line Interface). | ||
|
||
* 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 AgentAssist, head over to the [_Quick Start_ section of the **User Guide**](UserGuide. | ||
html#quick-start). | ||
* If you are interested about developing AgentAssist, the [**Developer Guide**](DeveloperGuide.html) is a good place to | ||
start. | ||
|
||
|
||
**Acknowledgements** | ||
|
||
* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). | ||
|
||
* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5) |