Skip to content

ma-ku/redmine_process_frameworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process framework for software engineering

Description:

The process framework plugin can help you automatic generate versions, issues and sub-issues. When you create a project, you can choose an existed process framework such as requirement engineering or waterfall model. And you can import a process framework which actually is an xml file from other redmine platform. Besides, you can also create your private process framework which can adapt your company or team.

Version 0.0.1

Compatible with:

Redmine 0.9.x, 1.0.x, 1.1.x, 1.2.x, 1.3.x

Installation notes

rake db:migrate_plugins   # install the plugin
rake ProcessFramework:import_templates    # import the default Process Models  

Restart the Redmine # that's not necessary but do it better

Version 1.0.1

Compatible with:

Redmine 1.4.x, 2.0.x

Installation notes

rake redmine:plugins:migrate   # install the plugin
rake ProcessFramework:import_templates    # import the default Process Models  

Restart the Redmine # that's not necessary but do it better

Licence:

Distributed under the MIT License.

About

To put Process Framework into practice as a plugin for redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.1%
  • JavaScript 9.2%
  • CSS 5.7%