Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411490 Posts in 69371 Topics- by 58428 Members - Latest Member: shelton786

April 24, 2024, 11:17:42 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Task tracking?
Pages: [1] 2
Print
Author Topic: Task tracking?  (Read 2548 times)
Netsu
Level 10
*****


proficient at just chillin'


View Profile WWW
« on: October 31, 2014, 12:05:28 AM »

I never used any software designed to keep track of task division in development, but I think we'll need one now. I'm looking for suggestions, as I'm not even sure what the thing I need is really called...

What I need:
- a tree view of task hierarchy (tasks, sub-tasks, sub-sub-tasks and so on)
- deadlines on tasks
- assigning people to tasks
- marking progress on tasks (in percentages?)
- task priority

Would be great if I could view for example the root of the taks tree, see the total percentage of all things done, then expand that node, see the most general tasks, progress on each of them, expand a given task, see the sub-tasks that belong to it along with progress and so on.

Anyone been using anything like that? Online would work great, otherwise would be good if it was multiplatform (Windows and Linux).

PS: I'd like it to be as simple as possible, the less features it has beside the ones I mentioned the better.
« Last Edit: October 31, 2014, 12:37:29 AM by Netsu » Logged

motorherp
Level 3
***



View Profile
« Reply #1 on: October 31, 2014, 01:52:32 AM »

We've been using Jira on our latest project.  I don't really have any complaints about it so it might be worth a look.
Logged
oahda
Level 10
*****



View Profile
« Reply #2 on: October 31, 2014, 02:41:51 AM »

I've just been doing it manually in text files with this sort of branching structure using tab indentations. I'd be interested in finding a proper software for this too. I'll give Jira a look.

At work we use Trello. I haven't seen any branching structures in it, but that may simply be because we haven't had a need for it here. Maybe it does still have it. I should check that out too since I have direct access to it anyway.
Logged

BatFastard
Level 0
*


View Profile
« Reply #3 on: October 31, 2014, 03:52:37 AM »

I really like Asana - https://asana.com/start

Very nice task tracking features, not sure if it has a tree view structure. But it has everything else and more that you need.
Did I mention free for small teams?
Logged
Netsu
Level 10
*****


proficient at just chillin'


View Profile WWW
« Reply #4 on: October 31, 2014, 04:19:14 AM »

Thanks! Smiley

Jira seems to not have a free version so it's out of the question.
This Asana thing looks nice although I'm afraid it's too bloated for what we need, I think I'll try it out and see for myself. Can it be used in a browser? Does it use their servers or do I need my own?

I'm currently trying out using todo list for this purpose. Todoist has hierarchical tasks, deadlines, assigning people to tasks and priority, but the filtering ability is rather lackluster and you can't mark progress on tasks. I think being able to define dependencies between tasks would be cool too.
Logged

jscottmiller
Level 0
**


View Profile
« Reply #5 on: November 04, 2014, 09:32:00 AM »

We used to use Trello for this, but have moved over to Pivotal Tracker.

Rather than give you a freeform tool, Pivotal prescribes an light agile workflow to go along with the tool. You can get an overview of that workflow here: https://www.pivotaltracker.com/flash/flvplayer.swf?file=http://tracker.screencast.s3.amazonaws.com/pivotal-tracker-concepts.flv&image=https://d3jgo56a5b0my0.cloudfront.net/images/v7/application/screenshots/storyview.png&autostart=true

You could do the same thing with Jira, but I've found that Pivotal is far less cumbersome.

You're going to need to pay to add collaborators, but I think you'll find that most decent tools (aside from Trello) will charge a fee.
Logged
Netsu
Level 10
*****


proficient at just chillin'


View Profile WWW
« Reply #6 on: November 04, 2014, 11:41:43 AM »

Pivotal Tracker also seems way too big for us. Maybe I should have mentioned right away that our team is just two people...
This Trello thing on the other hand, it looks really awesome! Seems super flexible, real simple with only a single view and has all we need. I think I'm gonna try it, thanks Smiley
Logged

Siilk
Level 0
***

Techpriest software enginseer


View Profile
« Reply #7 on: November 04, 2014, 05:07:13 PM »

Check out Assembla. It's not unlike Jira and it has a free access option too(even though it might be limited).
Logged
Jonathan Burroughs
Level 1
*


Co-founder Variable State


View Profile WWW
« Reply #8 on: June 10, 2015, 02:31:27 AM »

I know this is an old thread, but it seemed worth rejuvenating as I'm in a similar position to Netsu. Looking for a task tracker for a team of 5 people, all working remotely.

We've used Trello in the past and I love its simplicity and how powerful a tool it can be. It's great for coordinating sprints or short milestones. But it doesn't seem so great for tracking time estimates or comparing relative complexity of tasks. Or for maintaining a backlog of tasks. At least I've not yet been able to figure out a good workflow that achieves this.

I'm looking at Jira right now, but as other commenters have observed it has a cost attached. And it seems a bit overkill for our needs. I used Pivotal on a previous project, but it too might be too expensive.

I'll take a look at Asana (thanks for the tip, BatFastard) and Assembla (thanks, Siilk). But if anybody else has other recommendations for tools which have worked well for them I'm all ears!
« Last Edit: June 10, 2015, 05:13:39 AM by HiFiHair » Logged

bauer
Level 1
*


Codes games & makes music


View Profile WWW
« Reply #9 on: June 10, 2015, 04:29:50 AM »

We're mostly using a Google Spreadsheet with tabs for each discipline / structure, for a group of ~8 ppl.

For example, the start tab is the general milestone + related tasks listed with a brief explanation, with estimates and priorities for each discipline (code, art, audio, design, etc).
The second tab is a Gantt chart with the overview plan, when deliveries are due etc.
Each discipline then have their own tab with further breakdowns for each task so that, for code, "Implement boss" might be split up into "Implement boss movement" and "Add boss score mechanics" and for art it might be "Create boss model" etc. Each task has columns for priority, who is assigned, whats the status of the task, amount of percent done etc.

With a bit of spreadsheet-fu (simple "add everything in this column and divide by the value in that cell, etc) and conditional formatting (stuff marked as done gets a green background automatically etc), it gets quite handy to work with and it's easy to see the amount of remaining workdays until an upcoming delivery next to the amount of estimated work remaining. Except for the somewhat clunky handling of moving stuff around, I think it works great for something that is free and extremely easy to get started with.
Logged

Jonathan Burroughs
Level 1
*


Co-founder Variable State


View Profile WWW
« Reply #10 on: June 12, 2015, 06:09:03 AM »

We've decided to go with Jira with the Agile add-on, at least to evaluate it and see if it genuinely helps us. It's bafflingly complicated and has taken the best part of this week to get my head around, but I've managed to corral it into a state where it probably serves our needs. The Agile add-on in particular seems to give us many of the niceties of Trello, but with more control over prioritisation and time estimation. Plus a controlled workflow for moving tasks in and out of the backlog and in and out of sprints. We'll see how it goes! Regarding pricing, Jira + Agile is $20 for a 10 person team to host your own server or the same amount monthly if you want Atlassian to host it for you.
Logged

ProgramGamer
Administrator
Level 10
******


aka Mireille


View Profile
« Reply #11 on: June 16, 2015, 05:49:43 PM »

Why do you guys not just program the darn tool? You seem to have a better grasp of what needs to be in it than most people making these kinds of softs. Plus, it can't be that complex to make as long as you have a DropBox or something like that.
Logged

Hastouki
Level 0
**


View Profile
« Reply #12 on: June 26, 2015, 01:52:03 PM »

I tend to use Wunderlist for to-do type stuff.

https://www.wunderlist.com
Logged
Cheezmeister
Level 3
***



View Profile
« Reply #13 on: June 27, 2015, 06:54:24 PM »

For your first bullet, check out workflowy.com

Not sure which of the other features it has.
Logged

෴Me෴ @chzmstr | www.luchenlabs.com ቒMadeቓ RA | Nextris | Chromathud   ᙍMakingᙌCheezus II (Devlog)
Mittens
Level 10
*****

.


View Profile WWW
« Reply #14 on: June 27, 2015, 07:59:09 PM »

you might like Trello, I think it doesn't all those things, it's the new kid on the block
Logged

InfiniteStateMachine
Level 10
*****



View Profile
« Reply #15 on: June 28, 2015, 05:55:00 AM »

Trello has been decent for me. The nice thing is the less techy artists I've worked with tend to figure it out quickly.
 
Logged

Jedic
Level 0
*


View Profile
« Reply #16 on: July 08, 2015, 09:46:36 AM »

I use pivotal tracker to track mine. It is a little overkill for a single developer but it's been great to track my progress as well as track larger tasks.
Logged
bexsella
Level 0
**



View Profile
« Reply #17 on: July 11, 2015, 03:46:31 AM »

I'm taking some time out of my current project to write a simple task manager for myself, for smaller projects. The scope is basic, all it does is display a list of tasks that I've set myself with a set priority. Within those tasks you are able to add subtasks with their own priorities. It outputs something like Prinsessa has been doing:

Code:
=======================================================================
== TODO
=======================================================================

[HIGH] Make Game
    [MEDIUM] Do something, just generally
    [LOW] Do something with Pascal

[HIGH] and now for something completely different
    [HIGH] A man with three buttocks

[MEDIUM] Make this post

It might be a waste of time, but I'm happy programming. Note that the [HIGH] [MEDIUM] [LOW] thing is probably going to change to something a bit better. As well as keeping track on things that have been done.
Logged
InfiniteStateMachine
Level 10
*****



View Profile
« Reply #18 on: July 11, 2015, 09:36:17 AM »

^^ I know the feeling, I often have the urge to try to make my own task/project management software.

For some reason task/project management software software is always the software I feel could be improved on the most despite the staggering amount of options out there.
Logged

Cheezmeister
Level 3
***



View Profile
« Reply #19 on: July 15, 2015, 12:37:39 AM »

That phenomenon is because they interface so closely with your own memory and reckoning, and brains come in so very many shapes and sizes.

At least, that's what I chalk it up to.

@bexsella, consider using the todo.txt format as a starting point instead of rolling your own entirely from scratch. It's quite similar to what you've got listed. You can (I do) use indentation for subtasks, though most existing software won't "understand" it.
Logged

෴Me෴ @chzmstr | www.luchenlabs.com ቒMadeቓ RA | Nextris | Chromathud   ᙍMakingᙌCheezus II (Devlog)
Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic