Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandro/annotrack

Summarize activity on pivotal tracker for a given user on a specific day.
https://github.com/sandro/annotrack

Last synced: 12 days ago
JSON representation

Summarize activity on pivotal tracker for a given user on a specific day.

Awesome Lists containing this project

README

        

Annotrack
=======
Annotrack generates a report for all of the accepted Pivotal Tracker stories that a user worked on for a given day.

Usage
-----
$ annotrack --username sandro --project 123
ACCEPTED: Users can view other user's profiles (263028).
ACCEPTED: Guests cannot view user's profiles (263029).

Use --help for more information:

$ annotrack --help

TODO
------------
- support for more story statuses such as 'started' and 'delivered' (dependent on a tracker API update)
- optionally integrate with the git commits for the project