Daily Status
Author: | Vishal Mene | |
---|---|---|
Website: | https://github.com/gs-lab/redmine_daily_status | |
Code repository: | https://github.com/gs-lab/redmine_daily_status | |
Registered on: | 2013-03-14 (17일) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 2.2.x |
redmine_daily_status ====================
- About:
This plugin is used for tracking the daily status update of the project.
- Features
- Update Today's Status
- View past days status
- Email send to all project members
- How to Install:
To install the Daily Status, execute the following commands from the plugin directory of your redmine directory:
After the plugin is installed and the db migration completed, you will
need to restart Redmine for the plugin to be available.
- How to Use:
- Enable the plugin from the settings of the project.
- Assigning permission to users for viewing and updating the status.
- User can only add/update the current date's status.He can only view the past dates project status.
- If user click the "send email to members" check box and then update the status.Email will be send to all the project members with
the current day status.
- How to UnInstall:
- rake redmine:plugins:migrate NAME=redmine_daily_status VERSION=0
- Remove the redmine_daily_status directory from the plugin directory and then restart redmine.
Installation notes
To install the Daily Status, execute the following commands from the plugin directory of your redmine directory:
- git clone https://github.com/gs-lab/redmine_daily_status
- rake redmine:plugins:migrate NAME=redmine_daily_status
After the plugin is installed and the db migration completed, you will need to restart Redmine for the plugin to be available.
Changelog
0.0.1 (2013-03-14)
Compatible with Redmine 2.2.x.