TSK-108: readme and pom descriptions updated.
This commit is contained in:
parent
c0b4fbfccd
commit
8b9c5c7de0
40
README.md
40
README.md
|
@ -1,7 +1,41 @@
|
|||
TASKANA - The open source task management library
|
||||
=================================================
|
||||
|
||||
[](https://travis-ci.org/Taskana/taskana)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/pro.taskana/taskana-core)
|
||||
[](http://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
|
||||
# Hackathon
|
||||
TASKANA is a task management component open source library. It can be embedded into your application or be operated standalone if appropriate. Beside the basic task management functionalities, TASKANA adds workbaskets and classifications to control and monitor a large amount of tasks within a larger organization.
|
||||
|
||||
* Web Site: https://taskana.pro/
|
||||
* Demo Environment: http://taskana-workplace.mybluemix.net
|
||||
* Getting Started: https://taskana.atlassian.net/wiki/spaces/TAS/pages/228655109/Getting+started
|
||||
* Issue Tracker: https://taskana.atlassian.net
|
||||
* Contribution Guildelines: https://taskana.atlassian.net/wiki/spaces/TAS/pages/274202625/Contribution+Guide
|
||||
* License: Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Components
|
||||
----------
|
||||
|
||||
TASKANA splits up into five components:
|
||||
|
||||
#### TASKANA core
|
||||
* The Java library providing the task management functions
|
||||
|
||||
#### TASKANA REST API
|
||||
* REST API to allow remote access to the TASKANA system.
|
||||
|
||||
#### TASKANA workplace
|
||||
* Angular based web application to work on the tasks
|
||||
* Sample tasklist application you can use if appropriate
|
||||
|
||||
#### TASKANA admin
|
||||
* Angular based web application to configure the system
|
||||
* Supports workbaskets and classifications
|
||||
|
||||
#### TASKANA monitor
|
||||
* Angular based web application to monitor the status of the entire task pool
|
||||
* Provides views and statistics about the conformance with defined services levels
|
||||
* Shows the workload of your organization and the individual teams
|
||||
|
||||
|
||||
## Link to UI
|
||||
http://taskana-workplace.mybluemix.net
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<artifactId>taskana-parent</artifactId>
|
||||
<version>0.0.3-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<description>This pom is parent to all taskana core modules and serves the common build.</description>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
TODO
|
||||
- Framework design checken
|
||||
The TASKANA Java library
|
||||
========================
|
||||
|
|
|
@ -32,4 +32,7 @@
|
|||
<version>0.0.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<description>The Taskana Spring sample application.</description>
|
||||
<url>http://taskana.pro</url>
|
||||
<name>${project.groupId}:${project.artifactId}</name>
|
||||
</project>
|
|
@ -6,8 +6,7 @@
|
|||
<version>0.0.3-SNAPSHOT</version>
|
||||
|
||||
<name>${project.groupId}:${project.artifactId}</name>
|
||||
<description>TODO</description>
|
||||
<url>http://taskana-workplace.mybluemix.net</url>
|
||||
<url>http://taskana.pro</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@ -239,4 +238,5 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<description>The helper module to integrate taskana into CDI projects.</description>
|
||||
</project>
|
|
@ -6,8 +6,8 @@
|
|||
<version>0.0.3-SNAPSHOT</version>
|
||||
|
||||
<name>${project.groupId}:${project.artifactId}</name>
|
||||
<description>TODO</description>
|
||||
<url>http://taskana-workplace.mybluemix.net</url>
|
||||
<description>The taskana library to include in your project.</description>
|
||||
<url>http://taskana.pro</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
|
|
@ -59,4 +59,7 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<name>${project.groupId}:${project.artifactId}</name>
|
||||
<url>http://taskana.pro</url>
|
||||
<description>The Taskana Spring sample application.</description>
|
||||
</project>
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
<version>0.0.3-SNAPSHOT</version>
|
||||
|
||||
<name>${project.groupId}:${project.artifactId}</name>
|
||||
<description>TODO</description>
|
||||
<url>http://taskana-workplace.mybluemix.net</url>
|
||||
<url>http://taskana.pro</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@ -193,4 +192,5 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<description>The helper module to integrate taskana into Spring projects.</description>
|
||||
</project>
|
Loading…
Reference in New Issue