redmine-per_user_status

Gem Version Inline docs

Gem | Source | Documentation

Allows users to set a custom status which will be displayed next to their names when choosing as assignee.

Installation

Ensure you have a Gemfile.local file in your Redmine installation. Add to your Gemfile.local:

ruby gem "redmine-per_user_status"

And then execute:

$ bundle

This plugin ships with a migration. To update the database run:

$ rake db:migrate

Restart the Redmine application

Usage

  1. Install the gem and require the gem
  2. Switch to “My account” and set a custom status (Screenshot 1)
  3. Or change a user’s status using the administration panel
  4. The custom user status will be displayed next to the full names

Screenshot: Status next to assignee

Screenshot Issue

Screenshot: My account

Screenshot MyAccount

Screenshot: Administration

Screenshot Administration

Testing

No automatic tests, sir! But this Redmine plugin is used in production.

TODO

  • Find a way to test this Redmine plugin

Contributing

  1. Fork it ( https://github.com/neopoly/redmine-per_user_status/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request