2012-01-25 16:01:45 |
Gary Poster |
description |
Per Danilo/Linaro. There is not currently an exposed API to search for blueprints at all from a project group.
Unfortunately, the milestone tag code is not factored to make this easy, AFAICT. lp.registry.model.milestonetag.ProjectGroupMilestoneTag.specifications has the code.
Nice to haves along the way: searchTasks could accept a milestone tag.
Note that working on this would potentially add to tech debt: milestone tags work around other limitations, and building on them adds weight to a workaround. |
Per Danilo/Linaro. There is not currently an exposed API to search for blueprints at all from a project group.
IIUC, a change that would fit the current shape of the code would be something like this:
- project groups expose the API to get the virtual milestones as filtered by tags.
- these virtual tag-based milestones expose the "specifications" attribute.
- Bob is your uncle.
Note that working on this would potentially add to tech debt: milestone tags work around other limitations, and building on them adds weight to a workaround. |
|