On Tue, 2010-09-07 at 18:32 +0200, david blanchard wrote: > 1) On the tasks follow-up page, what other relevant information can we > retrieve from semantic mediawiki ? Right now, I've managed to retrieve the > number of open tasks, it's definitely simple but still it took me like a > couple of hours :) > I think we could have the tentative date for release for instance, what else > ? And the number of open bugs would definitely be nice, but given that it's > on launchpad, I don't know how to do it.
For the release date, the issue is that you have multiple tasks, so potentially different target dates. An approach would be to include a [[Target date::]] property on the iteration pages, like I did here: http://community.hackit.cx/wiki/Alpha_1.2 Then you can retrieve the value this way: {{#show: Alpha 1.2 | ?Target date}} Also, instead of repeating the code to display the summary, you can include it with a template that takes a parameter: {{Iteration overview|Alpha 1.2}} > 2) I tried to include a planning > (http://community.hackit.cx/wiki/Alpha_2.0). Right now I haven't filled it > yet because I wonder if we should use this semantic calendar. It's a little > fastidious to create tasks (? Should it be tasks) for every element we want > to include in the planning, like 'review of code', 'tentative release', etc, > unless they can be generic and used for all calendars. And at the same time > this semantic calendar might be useful if we need to retrieve information > from this calendar on other pages... so, what would you advise ? One way that should work is to add multiple date properties to an iteration page - cf http://community.hackit.cx/wiki/Alpha_1.2 I've: * Added an Iteration category (to limit the calendar query to those pages) * Added a second date property (remember you need to add a page to specify that the property has a date type - cf http://community.hackit.cx/wiki/Property:Review_date ) * Installed the compound queries extension to allow to show the aggregated result of multiple queries * Added a calendar query to http://community.hackit.cx/index.php?title=Tasks_follow-up&month=10&year=2010 However, it doesn't work : ) I've asked there http://www.mediawiki.org/wiki/Extension_talk:Semantic_Result_Formats/calendar_format , we'll see if we get an answer. Could be a bug, or I could have made a mistake. Xavier. _______________________________________________ Hackit Bar mailing list - [email protected] Wiki: http://community.hackit.cx/ List: http://community.hackit.cx/ml/ Forum: http://community.hackit.cx/forum/ Ideas: http://community.hackit.cx/ideas/ IRC: irc://irc.freenode.net/#politis
