milestones per person
|
|
I’m reading through the API to see if there’s a decent way to do this. I have about 5-10 hires and I need to see what’s been assigned to them. Having to look at this in the actual basecamp site isn’t that great because I have to look at each person individually or all milestones at once. Anyway I’m hoping to develop a chart/grid/anything where I can see a few people’s milestones at once. However, I don’t see a good way at the moment to see milestones per person. Any ideas/direction/info is appreciated. Thanks, |
|
|
kirblam, It doesn’t look like there’s a super-direct way to do this. You’d need to cycle through each project, grabbing all the milestones for that project (/projects/#{project_id}/milestones/list), then for each milestone, look at the responsible-party-id and perhaps translate it to the person’s name… [advertisement removed – admin] |
