Skip to content

Display a WBS view of a project’s issues.

License

Notifications You must be signed in to change notification settings

znyak/redmine_wbs

 
 

Repository files navigation

Redmine WBS

Latest Release Redmine Compatibility Software License Build Status Maintainability

Display a WBS view of a project’s issues.

Compatibility

This plugin version is compatible only with Redmine 3.4 and later.

Installation

  1. Download the .ZIP archive, extract files and copy the plugin directory to #{REDMINE_ROOT}/plugins/redmine_wbs.

  2. In the directory #{REDMINE_ROOT}/plugins/redmine_pulls, compile the assets:

    yarn install
    yarn production
  3. Restart Redmine.

  4. Login and enable the "WBS" module on projects you want to use it.

Uninstall

  1. Remove the plugin's folder from #{REDMINE_ROOT}/plugins.

  2. Restart Redmine.

Usage

Explain how to use your package.

Testing

Run tests using the following command:

bundle exec rake redmine:plugins:test NAME=redmine_wbs RAILS_ENV=development

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

This code is licensed under the MIT license. Please see the license file for more information.

About

Display a WBS view of a project’s issues.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 50.1%
  • Ruby 27.9%
  • HTML 11.3%
  • SCSS 6.7%
  • JavaScript 4.0%