Changes between Initial Version and Version 1 of CategoryConfiguration


Ignore:
Timestamp:
Mar 22, 2010, 9:06:27 AM (14 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CategoryConfiguration

    v1 v1  
     1|| '''Date''' || 2010/03/22 ||
     2|| '''Contact(s)''' || Francois ||
     3|| '''Last edited''' || [[Timestamp]] ||
     4|| '''Status''' || Draft ||
     5|| '''Assigned to release''' || 2.5 ||
     6|| '''Resources''' || GéoSource [BRGM] ||
     7|| '''Ticket''' ||  ||
     8
     9== Overview ==
     10This proposal allows GUI configuration for categories.
     11
     12
     13Options are :
     14 * turn on/off category management (administration interface, search criteria, metadata editing)
     15 * display category icons in search results
     16  * based on category table
     17  * based on category defined on metadata information (ie. make distinction between dataset and service for iso19139 records, feature catalogue type). This type of category is called internal category.
     18
     19
     20[[Image(category.png)]]
     21
     22
     23Internal category allows to quickly identified metadata on datasets and metadata on services (that's one of the INSPIRE requirements).
     24
     25=== Proposal Type ===
     26 * '''Type''': GUI
     27 * '''App''': !GeoNetwork
     28 * '''Module''': GUI
     29
     30=== Links ===
     31 
     32 * '''Email discussions''':
     33 * '''IRC discussions''':
     34
     35=== Voting History ===
     36 * Vote not yet proposed
     37
     38== Proposal details ==
     39Default configuration parameter is equivalent as current GeoNetwork behavior.
     40{{{
     41<!-- Display or not category information : Categories are stored in the database and a metadata
     42 record could be linked to one or more categories. -->
     43 <category>
     44  <!--
     45   To disable that feature
     46   comment this out. This will hide categories in search criteria,
     47   metadata editing and administration interface.
     48  -->
     49  <admin/>
     50 
     51  <!-- Display category as icon in search results. Categories could be :
     52    * define from category table or
     53    * define based on schema : iso19139 could be service or dataset and iso19110 is feature catalogue (internal category)
     54 
     55  mode attribute could be:
     56   * all : all categories
     57   * db : only from category table
     58   * internal : only internal category
     59   --> 
     60  <display-in-search mode="db"/>
     61 
     62 </category>
     63}}}
     64
     65== Backwards Compatibility Issues ==
     66None.
     67
     68== Risks ==
     69
     70== Participants ==
     71 * Francois