Changes between Version 3 and Version 4 of KeywordSelection


Ignore:
Timestamp:
Sep 9, 2009, 5:17:01 AM (15 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSelection

    v3 v4  
    2929
    3030== Proposal ==
    31 Improve the keyword selection when editing using an Ext.js panel.
     31Improve keyword selection from thesaurus in editing mode. This new keyword search interface is much more modular than the current autocompletion list and improve usability and speed up keyword selection process.
    3232
    33 Allows user to select keywords and to add the generated XML fragment directly into metadata, grouping keywords by thesaurus.
     33It allows editors to:
     34 * do one or more searches in all thesaurus registered in the catalogue.
     35 * select one or more keywords added to the selected items list (using arrows or drag & drop) on the right.
     36 * add the selected keywords directly into metadata, grouping keywords by thesaurus.
    3437
    35 The search interface allows the user to choose the maximum number of keywords returns, and the thesaurus to search into (default all).
    36 
    37 Adding the generated XML fragment in editor is using _X mecanism as geo-editor mecanism for polygon gml.
    38 
    39 To be continued...
     38The search interface allows the user to choose the maximum number of keywords to returns, and the thesaurus to search into (default is all).
    4039
    4140=== Editing mode ===
    4241[[Image(keywordSelection.png, 500px)]]
    4342
    44 
    4543=== View mode ===
    4644
     45
     46== Details ==
     47The keyword selection popup is based on an Ext.js panel.
     48The add action is based on using the _X prefix for element reference to add a fragment of XML to a metadata document (as geo-editor mecanism for GML polygon into bounding polygon element).
     49A parameter is defined to set the number of characters to type before search (2 by default)
    4750
    4851== Participants ==