8 | | * Release plan |
9 | | * Ongoing proposals |
10 | | * Multilingual indexing |
11 | | * New !GeoNetwork UI (discussion on Tuesday) |
12 | | * INSPIRE search panel |
13 | | * New design based on 2011 Bolsena codespring prototype |
14 | | * Faceted search |
15 | | * GAST discussion - deprecate ? (related to #427, #516) |
16 | | * Build system |
17 | | * Maven build optimizations ? |
18 | | * How to improve Testing ? |
19 | | * Presentation on thursday ? by Jesse |
| 9 | Made during geocat.ch migration from 2.4 fork to trunk. |
| 10 | Scala testing framework presentation by Jesse. |
| 11 | UI testing through Selenium plugin for Firefox. |
| 12 | |
| 13 | Todo : |
| 14 | * Adapt job from geocat.ch to geonetwork (eg. GM03 to ISO19139) |
| 15 | * Make it work with maven in a separate job |
| 16 | * XML output |
| 17 | * Run the job by hudson after main build |
| 18 | |
| 19 | |
| 20 | ==== GAST ==== |
| 21 | |
| 22 | Current limitation : |
| 23 | * no JNDI configuration |
| 24 | * no H2, |
| 25 | |
| 26 | configuration : |
| 27 | * site id : Change the settings table and logo name. |
| 28 | * dbms : no H2, SQLServer. |
| 29 | db configuration : |
| 30 | * setup : build on startup or run SQL manually |
| 31 | * sample data : Administration > load templates or sample data |
| 32 | Management |
| 33 | * import : Administration > Batch import |
| 34 | * export : use search/select/export ZIP |
| 35 | * synchronisation : ? to check if needed from the admin |
| 36 | * export/import as MEF : use search/select/export ZIP |
| 37 | * migrate 19115 -> 19139 : use XSL conversion on import |
| 38 | Migration : |
| 39 | * Assign user : made on startup or run SQL manually. Administration > transfert ownership |
| 40 | |
| 41 | Todo : |
| 42 | * site id configuration |
| 43 | * dbms : |
| 44 | * option 1 : define connection on webapp startup ? |
| 45 | * option 2 : command line tool which updates config.xml |
| 46 | |
| 47 | ==== Pessimistic lock proposals ==== |
| 48 | |
| 49 | Proposal to lock the record when a user open it in edit mode. |
| 50 | Other users could not edit that record. |
| 51 | |
| 52 | ==== Release plan ==== |
| 53 | |
| 54 | * Proposals - ongoing for 2.7 |
| 55 | * All current proposals added to trunk |
| 56 | * Widget GUI : check how to work on a new layout. |
| 57 | * target date : ? |
| 58 | * Online documentation |
| 59 | |