Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Project Management Infrastructure"

(Links)
(Using the PMI)
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
* ''All-in-one-place''. Committers are able to edit information in place on the project information pages. Text/information in one place with links in another is eliminated where possible. Comments and discussion related to reviews, elections, etc. are connected directly to the item being discussed.
 
* ''All-in-one-place''. Committers are able to edit information in place on the project information pages. Text/information in one place with links in another is eliminated where possible. Comments and discussion related to reviews, elections, etc. are connected directly to the item being discussed.
 
* ''Get started faster''. By default, projects are provided with a data-driven website that includes consistent links to project releases, reviews, downloads, etc. Projects can opt to override the default and provide their own customized web presence.Setting up a project presence is a matter of configuration, not PHP programming against proprietary APIs.
 
* ''Get started faster''. By default, projects are provided with a data-driven website that includes consistent links to project releases, reviews, downloads, etc. Projects can opt to override the default and provide their own customized web presence.Setting up a project presence is a matter of configuration, not PHP programming against proprietary APIs.
 +
 +
=Using the PMI=
 +
 +
*[[Project Management Infrastructure/Project Metadata|Project Metadata]]
 +
*[[Project Management Infrastructure/Release Metadata|Release Metadata]]
 +
 +
=Current State=
 +
 +
The Project Management Infrastructure is deployed for [http://projects.eclipse.org Eclipse projects] and for [http://locationtech.org/projects LocationTech].
 +
 +
The current implementation supports:
 +
 +
*Project, release, and review metadata
 +
*Simultaneous release participation
 +
 +
The [http://portal.eclipse.org Developer Portal] is still used for:
 +
 +
*All committer managment functionality
 +
*Intellectual Property Contribution Questionnaires
  
 
=Links=
 
=Links=
  
 
*[[Project Management Infrastructure/Overview|Overview]]
 
*[[Project Management Infrastructure/Overview|Overview]]
*[[Project Management Infrastructure/Project Metadata|Project Metadata]]
 
 
*[[Project Management Infrastructure/Development|Development]]
 
*[[Project Management Infrastructure/Development|Development]]
 
*[[Project Management Infrastructure/Technology Choices|Technology Choices]]
 
*[[Project Management Infrastructure/Technology Choices|Technology Choices]]
*[[Project Management Infrastructure/Overview and Design|Overview and Design]]
+
*[[Project Management Infrastructure/Overview and Design|Design]]
*[http://projects.eclipse.org Live instance] for testing and experimentation
+
*The [http://projects.eclipse.org Live Iinstance] is up-and-running!
  
 
[[Category:Project Management Infrastructure]]
 
[[Category:Project Management Infrastructure]]

Revision as of 09:39, 24 April 2013

Warning2.png
Project management functionality is being migrated from Eclipse Developer Portal into the Project Management Infrastructure. This document (and linked document) are works-in-progress.


The Eclipse Project Management Infrastructure consolidates Eclipse project management activities into a single consistent location and experience.

Project Management Infrastructure themes:

  • Improved consistency. Configuration/data-driven project web presence, direct linkage between releases, reviews, and plans. Information--including basic project metadata, project plans, and release review information--is captured and retained in a consistent (and easily leveraged) data-based format (rather than in multiple documents in arbitrary formats).
  • All-in-one-place. Committers are able to edit information in place on the project information pages. Text/information in one place with links in another is eliminated where possible. Comments and discussion related to reviews, elections, etc. are connected directly to the item being discussed.
  • Get started faster. By default, projects are provided with a data-driven website that includes consistent links to project releases, reviews, downloads, etc. Projects can opt to override the default and provide their own customized web presence.Setting up a project presence is a matter of configuration, not PHP programming against proprietary APIs.

Using the PMI

Current State

The Project Management Infrastructure is deployed for Eclipse projects and for LocationTech.

The current implementation supports:

  • Project, release, and review metadata
  • Simultaneous release participation

The Developer Portal is still used for:

  • All committer managment functionality
  • Intellectual Property Contribution Questionnaires

Links

Back to the top