Changes between Version 20 and Version 21 of mini-codesprint/201201-nl


Ignore:
Timestamp:
Jan 19, 2012, 3:48:13 AM (12 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mini-codesprint/201201-nl

    v20 v21  
    55
    66=== Discussions ===
     7==== Testing ====
    78
    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
     9Made during geocat.ch migration from 2.4 fork to trunk.
     10Scala testing framework presentation by Jesse.
     11UI testing through Selenium plugin for Firefox.
     12
     13Todo :
     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
     22Current limitation :
     23 * no JNDI configuration
     24 * no H2,
     25
     26configuration :
     27 * site id : Change the settings table and logo name.
     28 * dbms : no H2, SQLServer.
     29db configuration :
     30 * setup : build on startup or run SQL manually
     31 * sample data : Administration > load templates or sample data
     32Management
     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
     38Migration :
     39 * Assign user : made on startup or run SQL manually. Administration > transfert ownership
     40
     41Todo :
     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
     49Proposal to lock the record when a user open it in edit mode.
     50Other 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
    2060
    2161