trajectory: Tools and a library for working with Trajectory.

[ bsd3, library, network-apis, program ] [ Propose Tags ]

Trajectory http://apptrajectory.com/ is a project estimation and management tool for project managers, product managers, developers, and designers. It is heavily inspired by, but improves upon, Basecamp and Pivotal Tracker. Like Basecamp, it has a place to organize ideas and exchange free-form feedback; like Pivotal Tracker it has the concept of stories with points instead of time estimations, and it calculates time estimations based on past performance. It also weds the two concepts, connecting stories with ideas.

This is a collection of tools and libraries for interacting with Trajectory.

It provides the lsstory tool, a command-line app that can list stories, filtering by source idea, milestone, point, assignment, whether design or development is needed; it can filter on the state (unstarted, started, finished, done); it can filter on the iteration. It can also be used simply to tell you the next unstarted, unassigned development story to work on.

To build more with this package, look into the Trajectory.API module.

Trajectory is made by thoughtbot http://thoughtbot.com/.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies aeson (==0.5.0.0), attoparsec (==0.10.1.0), base (>=4.0 && <5.0), bytestring, cmdargs, containers, http-enumerator (==0.7.2.1), http-types, regexpr, text, unordered-containers (==0.1.4.3), uri [details]
License BSD-3-Clause
Copyright Copyright 2011 Mike Burns
Author Mike Burns
Maintainer mike@mike-burns.com
Category Network APIs
Home page https://github.com/mike-burns/trajectory
Source repo head: git clone git://github.com/mike-burns/trajectory.git
Uploaded by MikeBurns at 2011-12-28T22:35:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables lsstory, inittj
Downloads 989 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for trajectory-0.1.0.0

[back to package description]

Trajectory

Tools and a library for Trajectory.

Installation

% cabal install trajectory
% export PATH=~/.cabal/bin
% inittj

You can find your API key in the Trajectory settings.

The account name and project name come from the URL:

https://www.apptrajectory.com/ACCOUNTNAME/PROJECTNAME/stories

It probably makes a ton of sense to use a shell alias:

% alias lsos='lsstory thoughtbot opensource'

Synopsis

Done:

% inittj
% inittj --profile thoughtbot-support

% lsstory accountname projectname
% lsstory accountname projectname --idea "Spam is out of control"
% lsstory accountname projectname --next
% lsstory accountname projectname --unstarted
% lsstory accountname projectname --unestimated
% lsstory accountname projectname --unstarted --next --unassigned --incomplete
% lsstory accountname projectname --within-milestone "Fully Backboned"
% lsstory accountname projectname --profile thoughtbot-support --project "Trajectory"
% lsstory accountname projectname --completed

% lsstory accountname projectname --development
% lsstory accountname projectname --design
% lsstory accountname projectname --design --development

% lsstory accountname projectname --all-iterations
% lsstory accountname projectname --current-iteration
% lsstory accountname projectname --iteration 2012-01-02

To do:

% lsidea
% lsmilestone
% lsmilestone --unstarted --next

% mkstory "As a user I want to always be signed in so I don't have to care"
% mkstory "As an admin I want to delete comments so I can remove spam" --idea "Spam is out of control"
% mkstory "As a visitor I am not able to see private messages so I can maintain security" -m -a screenshot.png --top

Copyright

Copyright 2011 Mike Burns

Trajectory is copyright 2011 thoughtbot