Show HN: Project management and collaboration app for agencies
This is an app to easily manage a workload of multiple projects and to ease collaboration between teams.
We built it on weekends whilst running our agency and it’s still very much in development.
I’m posting it because I’m interested on what HNers think we should focus on next:
* A ‘client view’ of each project?
* Project level permissions to allow freelancers to access particular projects?
* Estimates vs Actuals – see how they compare and use this data to predict future delivery times.
You can sign up for a free lifetime account at the moment. Please comment if you have any feedback or ideas.
Much appreciated!
http://runwaypm.com/
6 comments
[ 4.3 ms ] story [ 29.3 ms ] threadConsidering that an agency's business model is basically just selling time, I would focus on estimates and scheduling resources.
How would this work? You'd reference deliverables in individual commits? And maybe add time in the commit too? E.g:
git commit -a -m "Added delete confirmation [t:20]"
Would add 20 minutes to a matching deliverable name (the project would be derived from the repo).