Daily Reporter
A tool that allows you not to forget to send your daily reports. Now it allows you to add tasks during the day via the console. It gets the email with the request and responses to it.
Usage
- install the gem by
gem install daily_reporter
- init your settings by
daily_reporter bootstrap
- add the task by
daily_reporter task add 'task description'
you can look through the task lists bydaily_reporter task list
- get the email to respond
- add daily_reporter report to cron:
10 18 * * * daily_reporter report
orrvm cron command "10 18 * * *" "daily_reporter report"
if you use rvm this will run daily_reporter to send the report tasks list will be cleaned after report is sent
TODO:
- add it to the cron - Done
- set settings another way
- add an option that could make report by commits
- add an option that could make report by Jira Tempo