Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automatically generates a report of work which has been done in some period from specified Trello boards.

License

system123/TrelloReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I got tired of having to remember what work I had done in a week and then generate a report for my PhD supervisor every Friday so I automated it.

This is a very simple script which uses sendmail and rufus-scheduler to generate a report of any cards, in my "In Progress" and "Done" lists on my PhD Trello board, which have changed status in the previous 7 days. This report is then emailed to my supervisor on Friday afternoons.

The text for each item in the report is generated form the most recent comment on a card, or from the description field if there are no comments. This allows me to update the comments as I work so that an accurate status of the item is depicted in the report. I usually add a comment to each card I have worked on during the day specifying what I did, or am busy doing, this way my report reads nicely :)

Next step is to setup a Latex template will allow me to add some images to my report and have it in a pretty PDF format :P

Usage:

Rename example_config.yml to config.yml
Update the config to your sendmail, trello and board parameters
run "ruby TrelloReports.rb"

About

Automatically generates a report of work which has been done in some period from specified Trello boards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages