Changes between Version 36 and Version 37 of Developers
- Timestamp:
- 2018-06-04T19:38:24+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers
v36 v37 1 = Developers informations1 = NEMO development area 2 2 3 [[TOC(noheading, Developers/*, depth=2)]]3 [[TOC(noheading, Developers/*, depth=2)]] 4 4 5 5 Here is some useful information for the developers 6 6 7 == [wiki:Developers/SVN_logs SVN logs summaries] 7 == '''Prerequisites''' 8 9 === Developer role (write permissions to the repository) 10 11 First and foremost, if you don't already have a user account then you have to '''[/register create it]'''. 12 13 {{{#!td 14 === For NEMO consortium members 15 16 If you have a user account or had a developer account before, see with your local NEMO Officer. 17 18 {{{#!td 19 20 {{{#!SQLTable 21 22 SELECT value AS "Name" FROM session_attribute 23 WHERE name IN ('name') AND sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 24 25 }}} 26 27 }}} 28 {{{#!td 29 30 {{{#!SQLTable 31 32 SELECT value AS "Office" FROM session_attribute 33 WHERE sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') AND name = 'office' 34 35 }}} 36 37 }}} 38 39 }}} 40 {{{#!td 41 ==== For external users 42 43 Submit your contribution to the NEMO System Team by creating a [/newticket?type=Enhancement ticket] where you will present your proposal.\\ 44 Keep in mind that, despite the help we can offer, a certain amount of work from you will be need to implement your developments into the source code. 45 }}} 46 47 == Document your developments before coding 48 49 Follow the procedure described at wiki:Developers/DevelopingCodeChanges 8 50 9 51 == [wiki:Developers/WorkingFAQ WorkingFAQ]