Changes between Version 26 and Version 27 of PageTemplates/Workplan
- Timestamp:
- 2017-11-14T18:49:48+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PageTemplates/Workplan
v26 v27 12 12 [./SharedActions] contains the workplan's core: the development priorities for all NEMO consortium's institutions which are expected to be directly related to the long term goals. 13 13 14 ||= '''AGRIF''' \\(''!`$YEAR`WP/AGRIF-*'') =||= '''Configuration Manager''' \\(''!`$YEAR`WP/CONFIGMAN-*'') =||= '''Enhancement''' \\(''!`$YEAR`WP/ENHANCE-*'') =||= '''HPC''' \\(''!`$YEAR`WP/HPC-*'') =||= '''Robustness''' \\(''!`$YEAR`WP/ROBUST-*'') = 14 ||= '''AGRIF''' \\(''!`$YEAR`WP/AGRIF-*'') =||= '''Configuration Manager''' \\(''!`$YEAR`WP/CONFIGMAN-*'') =||= '''Enhancement''' \\(''!`$YEAR`WP/ENHANCE-*'') =||= '''HPC''' \\(''!`$YEAR`WP/HPC-*'') =||= '''Robustness''' \\(''!`$YEAR`WP/ROBUST-*'') =||= '''Wave Coupling''' \\(''!`$YEAR`WP/WAVE-*'') =|| 15 15 || [[TitleIndex(`$YEAR`WP/AGRIF-, hideprefix, depth=0)]] || [[TitleIndex(`$YEAR`WP/CONFIGMAN-, hideprefix, depth=0)]] || [[TitleIndex(`$YEAR`WP/ENHANCE-, hideprefix, depth=0)]] || [[TitleIndex(`$YEAR`WP/HPC-, hideprefix, depth=0)]] || [[TitleIndex(`$YEAR`WP/ROBUST-, hideprefix, depth=0)]] || [[TitleIndex(`$YEAR`WP/WAVE-, hideprefix, depth=0)]] || 16 16 … … 24 24 == Overall status #status 25 25 26 ||= Tickets \\'Type: Task' \\'Milestone: `$YEAR` WP' =|| [[TicketQuery(type=Task, milestone=`$YEAR` WP, format=progress)]][[TicketQuery(type=Task, milestone=`$YEAR` WP, format=table, col=id|summary|owner|workplan_status|workplan_comment)]] ||26 ||= Tickets \\'Type: Task' \\'Milestone: `$YEAR` WP' =|| [[TicketQuery(type=Task, milestone=`$YEAR` WP, format=progress)]][[TicketQuery(type=Task, milestone=`$YEAR` WP, format=table, order=summary, col=id|summary|owner|workplan_status|workplan_comment)]] || 27 27 28 28 == Add an action 29 29 30 See [wiki:Developers/DevelopingCodeChanges the instructions page] to learn how to implement a development work in NEMO. 31 30 32 Append your action(s) to the list by initiating 2 resources to track and archive your development work: a wikipage to describe and follow the ongoing work through different steps, and a ticket to gather the group discussion and monitor the overall workplan progress. 31 33 32 {{{#!td style="vertical-align: top" 33 [[NewPage(id=WPAction, parent=wiki/`$YEAR`WP, template=WorkPlanAction, placeholder=Wikipage name, button=Create action's wikipage)]] 34 [[Include(wiki:PageTemplates/WorkPlan/FormCode)]] 35 34 36 __Reminders__ 35 * Wikipage name pattern: \\ 36 `{WG for shared or INSTITUTE for specific actions}-{action number}_{PI(S)}-{keyword(S)}` 37 * Current WG: [wiki:WorkingGroups/AGRIF AGRIF] | [wiki:WorkingGroups/nemo_ConfigurationManager CONFIGMAN] | ENHANCE | [wiki:WorkingGroups/NEMO_HPC HPC] | [wiki:WorkingGroups/Robustness-TestCases ROBUST] | [wiki:WorkingGroups/Wave_Coupling WAVE] 38 }}} 39 {{{#!td style="vertical-align: top" 40 {{{#!html 41 <p></p> 42 <form action="/nemo/newticket?summary=summary&type=type&milestone=milestone&version=version" method="get"> 43 <input type="hidden" name="type" value="Task" /> 44 <input type="hidden" name="milestone" value="`$YEAR` WP" /> 45 <input type="hidden" name="version" value="trunk" /> 46 <input type="text" name=summary size=51 placeholder="Ticket subject"/> 47 <input type="submit" value="Open action's ticket"/> 48 </form> 49 }}} 50 __Ticket fields setting__ \\ 51 * 'Type: Task', 'Milestone: `$YEAR` WP' and 'Version: trunk' by default 52 * 'Cc': add email(s) of people outside NEMO ST for further notification. 53 * 'Component': the area the change is being targeted for. 54 The other fields in the ticket (e.g. 'Priority', 'Keywords') should also be set appropriately. 55 }}} 56 57 See [wiki:Developers/DevelopingCodeChanges the instructions page] to learn how to implement a development work in NEMO. 37 * Action name pattern: `{INSTITUTE for specific actions, STREAM or WORKING_GROUP for shared actions}-{action number}_{PI(S)}-{keyword(S)}` 38 * Current Working Groups: [wiki:WorkingGroups/AGRIF AGRIF] | [wiki:WorkingGroups/nemo_ConfigurationManager CONFIGMAN] | [wiki:WorkingGroups/NEMO_HPC HPC] | [wiki:WorkingGroups/Robustness-TestCases ROBUST] | [wiki:WorkingGroups/Wave_Coupling WAVE] 39 * Current Streams: Enhancement | Publication | Validation 40 * Ticket \\ 41 * Default properties: 'Type: Task' and 'Milestone: `$YEAR` WP' 42 * Custom fields 'Workplan status' & 'Comments' will be queried to display [#status the actions status table] 43 * 'Cc': add users or email(s) for further notification. 44 * The other fields in the ticket (e.g. 'Priority', 'Keywords') should also be set appropriately.