Code for team page in project home page system
Hi Guys,
Is there a template code for listing the team members in the development.html.vm ?
I mean something like the one for the backlog:
#foreach( $story in $productBacklog.stories )
<li><a href="${story.reference}.html" class="reference">$story.reference</a> $story.label</li>
#end
sincerely,
Karsten
Statement from Kunagi Team
Will be solved together with iss1124.
Status
Issue is closed.
Comments
Tue, Jan 7, 2014, 23:00 by artjom (PO,T)
Is this question the same as iss1124?
Wed, Jan 8, 2014, 07:44 by Karsten Jeppesen
Hi Artjom,
Hmmmm - yes and no, but mostly no.
This issue should be *a part* of iss124.
Iss124 is about that if we spawn projects as I [currently] see them to be used, then generating project homepages is non trivial (meaning constantly a pain in the back).
Some sort of generation from a template would be great.
This issue deals with that the development.html.vm is hardcoded (right now) as opposed to the backlog.html.vm which uses content from the context.
My question here in this issue is if a development.html.vm could be written where the content again is taken from the context thereby reflecting any changes to the development team made in the project setup.
Together these two issues could automate the generation of project homepages.
This issue has in my mind a higher priority to me than iss124 as I could easily make a script for this. Be that I probably could for this one too but it would really be poor workarounds :-)