New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Developers/DevProcess (diff) – NEMO

Changes between Version 60 and Version 61 of Developers/DevProcess


Ignore:
Timestamp:
2016-03-04T15:01:03+01:00 (8 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/DevProcess

    v60 v61  
    2222 
    2323== Abstract == 
    24  
    2524This section should be completed before starting to develop the code, in order to find agreement on the method beforehand. 
    2625 
     
    3231=== Details === 
    3332'''To enabling the !ticket and the source links related to your action, edit the form like a ordinary wiki page to hardcode them inside the following table.''' 
    34 || Action || [tf.input:action -id=piform '${WORKING_GROUP|INSTITUTE}-${ACTION_NUMBER} $Title' 100] || 
    35 || PI(S) || [tf.input:pi -id=piform 'Names' 100] || 
    36 || Ticket || `#XXXX` || 
    37 || Branch || `[source:/branches/$YEAR/dev_r${FORK_REVISION}_${WORKING_GROUP|INSTITUTE}${ACTION_NUMBER}_${PURPOSE}]` || 
    38 || Previewer(s) || [tf.input:previewers -id=piform 'Names' 100] || 
    39 || Reviewer(s) || [tf.input:reviewers -id=piform 'Names' 100] || 
     33{{{#!th align=left 
     34Action 
     35}}} 
     36{{{#!td 
     37[tf.input:action -id=piform '${WORKING_GROUP|INSTITUTE}-${ACTION_NUMBER} $Title' 100] 
     38}}} 
     39|- 
     40{{{#!th align=left style="background:lightgrey" 
     41PI(S)  
     42}}} 
     43{{{#!td 
     44[tf.input:pi -id=piform 'Names' 100] 
     45}}} 
     46|- 
     47{{{#!th align=left 
     48Ticket 
     49}}} 
     50{{{#!td style="background:lightgrey" 
     51`#XXXX` 
     52}}} 
     53|- 
     54{{{#!th align=left 
     55Branch 
     56}}} 
     57{{{#!td style="background:lightgrey" 
     58`[source:/branches/$YEAR/dev_r${FORK_REVISION}_${WORKING_GROUP|INSTITUTE}${ACTION_NUMBER}_${PURPOSE}]` 
     59}}} 
     60|- 
     61{{{#!th align=left style="background-color:lightblue" 
     62Previewer(s) 
     63}}} 
     64{{{#!td 
     65[tf.input:previewers -id=piform 'Names' 100] 
     66}}} 
     67|- 
     68{{{#!th align=left style="background-color:lightgreen" 
     69Reviewer(s) 
     70}}} 
     71{{{#!td 
     72[tf.input:reviewers -id=piform 'Names' 100] 
     73}}} 
    4074=== Description === 
    4175 [tf.textarea:description -id=piform 'Describe the goal of development, and the methodology.\n\nAdd reference documents or publications if relevant.' 200 20] 
     
    4781'''Updated on [tf.form_updated_on:] by [tf.form_updater:]''' 
    4882}}} 
    49  
    5083Once the PI has completed this section, he should send a mail to the previewer(s) asking them to preview the work within two weeks. 
    51  
    5284== Preview == 
    5385