forked from nus-cs2103-AY2324S2/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 #23 from modembcc/branch-update-readme
Update the README and project website
- Loading branch information
Showing
5 changed files
with
82 additions
and
62 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 |
---|---|---|
@@ -1,15 +1,29 @@ | ||
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) | ||
[![CI Status](https://github.com/AY2324S2-CS2103T-W08-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S2-CS2103T-W08-4/tp/actions) | ||
[![codecov](https://codecov.io/gh/AY2324S2-CS2103T-W08-4/tp/graph/badge.svg?token=JRBJM9DOXE)](https://codecov.io/gh/AY2324S2-CS2103T-W08-4/tp) | ||
|
||
<div align="center"> | ||
<h3 align="center">DevPlan Pro</h3> | ||
<p align="center"> | ||
Keep track of your projects in a single app | ||
<br/> | ||
<a href="https://github.com/othneildrew/Best-README-Template">Project Website</a> | ||
· | ||
<a href="https://github.com/othneildrew/Best-README-Template/issues">Planned Features</a> | ||
</p> | ||
</div> | ||
|
||
![Ui](docs/images/Ui.png) | ||
|
||
* This is **a sample project for Software Engineering (SE) students**.<br> | ||
Example usages: | ||
* as a starting point of a course project (as opposed to writing everything from scratch) | ||
* as a case study | ||
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details. | ||
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big. | ||
* It comes with a **reasonable level of user and developer documentation**. | ||
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...). | ||
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**. | ||
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info. | ||
### About The Project | ||
|
||
**Devplan Pro** is a project management app that is catered towards project managers who love typing. It allows the user to keep track of their various projects, the ongoing tasks within the projects, and people who are responsible for those tasks. Every action is executed through the input box using an intuitive [list of commands](https://github.com/othneildrew/Best-README-Template). Download now get a boost to your productivity. | ||
|
||
### Installation | ||
|
||
- Still in development | ||
|
||
### Acknowledgement | ||
|
||
- This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). | ||
- This README is based on the [Best-README-Template](https://github.com/othneildrew/Best-README-Template) template. | ||
- Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5) |
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,18 @@ | ||
--- | ||
layout: page | ||
title: AddressBook Level-3 | ||
title: DevPlan Pro | ||
--- | ||
|
||
[![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) | ||
[![CI Status](https://github.com/AY2324S2-CS2103T-W08-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S2-CS2103T-W08-4/tp/actions) | ||
[![codecov](https://codecov.io/gh/AY2324S2-CS2103T-W08-4/tp/graph/badge.svg?token=JRBJM9DOXE)](https://codecov.io/gh/AY2324S2-CS2103T-W08-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). | ||
|
||
* 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. | ||
**Devplan Pro** is a project management app that is catered towards project managers who love typing. It allows the user to keep track of their various projects, the ongoing tasks within the projects, and people who are responsible for those tasks. Every action is executed through the input box using an intuitive [list of commands](https://github.com/othneildrew/Best-README-Template). | ||
|
||
- If you are interested in using DevPlan Pro, head over to the [_Quick Start_ section of the **User Guide**](UserGuide.html#quick-start). | ||
- If you are interested about developing DevPlan Pro, 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) | ||
- Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5) |