Our team at work recently migrated our issue tracking to DoneDone and we really like it but there are a couple of views I really miss from the system we had before.
- A calendar view
- Project Grouping: I find the donedone list really hard to parse visually because what I care about is Project and Tags. Both of these things have filters but I want to be able to see a big list that groups by project where I can assess my day.
This app is fairly easy to install and deploy to Heroku.
$ npm install
$ bower install
$ grunt
$ npm start
scss
folder has stylesviews
is where to find html (jade templates)
Make sure to run grunt
before doing anything.
After reading this I installed the heroku buildpack for grunt compass
Also don't forget to set the UTF8 as a default:
heroku config:add LANG=en_US.UTF-8
Then deploy as follows:
$ git remote add heroku git@heroku.com:dd-helper.git
$ git fetch heroku
$ git push heroku
- Drag to change date on Calendar view. This could really help us and our project managers get organized quickly. Rejigging ticket dates en-mass is a bit tedious in DoneDone right now.
- Tags. The API view I'm pulling from currently doesn't include tags but I'd really like to see them.