Last modified by Admin on 2021/03/19 01:54

From version 5.1
edited by Yann Flory
on 2014/07/15 16:16
Change comment: Upload new image Projects_Main.png
To version 6.1
edited by Yann Flory
on 2014/07/15 16:24
Change comment: Add documentation and screenshots

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,1 +1,24 @@
1 -Multi project management (project name, actors, version, status, risk) and ability to create subprojects
1 +This is a multi project management application which allow users to create projects and subprojects by specifying the project name, actors, status, version, risk...
2 +
3 +The main page allow you to see all the projects created, and to create a new one by clicking on "Add new entry".
4 +In a project page, the Info tab shows the differents members of the project, the logo and other information that you can easily change in edit mode. The Documents tab displays all the children pages of your project and you can sort them if they have a tag.
5 +A configuration page in the wiki administration allow you to select the differents tools you use to manage your projects, and the list of the displayed tabs. You can also select tags to create a livetable with specific pages on the Documents tab.
6 +
7 +{{info}}This application is not finished yet, some features might not work properly{{/info}}
8 +
9 +=== Screenshots ===
10 +
11 +Main page :
12 +[[image:Projects_Main.png]]
13 +
14 +Project page (info tab) :
15 +[[image:Projects_Info.png]]
16 +
17 +Documents tab :
18 +[[image:Projects_Documents.png]]
19 +
20 +Configuration page :
21 +[[image:Projects_Config.png]]
22 +
23 +=== Add a new tab ===
24 +The application uses XWiki.UIExtensionClass to manage tabs. You can add your own tabs by creating a sheet with that object and the value 'org.xwiki.contrib.project.tab' for the Extension Point ID.
Source
... ... @@ -1,0 +1,1 @@
1 +https://github.com/xwiki-contrib/application-project-management/tree/master/application-project-management-generic

Get Connected