Project

General

Profile

Taxonomic Editor » History » Version 72

Andreas Müller, 01/20/2009 05:24 PM

1 4 Markus Döring
{{>toc}}
2 3 Markus Döring
3 1
4
5
6
----
7
8
9 5 Markus Döring
# Taxonomic Editor
10 1
11 53 Pepe Ciardelli
The Taxonomic Editor is the desktop application used to edit data stored in a [[CommunityStore]]. It edits data in either 1) a remote source, or 2) a local data source embedded in the application and which can be synchronized with a remote [[CommunityStore]].
12 5 Markus Döring
13
14 68 Andreas Müller
The most current version of the Editor can be downloaded at [[TaxonomicEditorDownload]].
15 67 Pepe Ciardelli
16
17 69 Andreas Müller
The mailing list for issues related to the Taxonomic Editor is edit-portal-editor [[@] googlegroupscom|!screenshot2.PNG!]
18 67 Pepe Ciardelli
19 35 Pepe Ciardelli
20
21 61 Pepe Ciardelli
## Overview
22 17 Pepe Ciardelli
23 66 Pepe Ciardelli
The goal of the Taxonomic Editor is to provide a next-generation tool that moves beyond the form-based data entry of web-based tools like the [Berlin Model Web Editor](http://www.bgbm.org/biodivinf/docs/bgbm-model/software.htm.)
24 1
25
26 61 Pepe Ciardelli
The core workflow is: 
27 1
28 61 Pepe Ciardelli
1. the user enters data in a freetext area (the middle area in the above screenshot); 
29 1
30 61 Pepe Ciardelli
1. the data is parsed on-the-fly, i.e. as it is entered;
31 1
32 61 Pepe Ciardelli
1. the user reviews whether the data has been parsed correctly in the structured data area on the right.
33 1
34
35 61 Pepe Ciardelli
Thus, the Editor offers the familiarity and user-friendliness of word processing programs, while keeping the CDM data structure visible at all times.
36 1
37 44 Pepe Ciardelli
38 61 Pepe Ciardelli
A second defining feature of the Editor is that the user will be allowed to enter erroneous data. Rather than enforcing data integrity upon input, the user will be warned when any rules have been broken, using the red and yellow squiggly underlines used by word processing software to show grammatical and spelling errors. When the mouse hovers over data that has been marked as flawed, the error will be explained, along with possible corrections.
39 44 Pepe Ciardelli
40
41 61 Pepe Ciardelli
Good interface design keeps to a minimum the number of new movements or gestures a user must learn in order to use a new piece of software; these should then be applied in as many different contexts as possible, so that the software feels intuitive. Thus, in every part of the Editor, the left mouse button will be used to drag and drop data elements, for example, to drag a name from the search results list onto a synonym list; and the right mouse button will open up a context menu containing a list of possible commands that can be performed on the data element the mouse is pointing at.
42 1
43
44 61 Pepe Ciardelli
Finally, note that the Editor is taxon-centric. Taxa are chosen from the left pane - from the taxonomic tree, recently viewed taxa, search, or favorites - and opened in the main editor area. At the bottom of each taxon editor area are tabs for individual taxon data categories, i.e. "Name", "Features", "Concepts", "Geography", etc.
45 1
46
47 64 Pepe Ciardelli
For a more in-depth discussion, please see the current draft of the [Editor Design Document](http://dev.e-taxonomy.eu/trac/attachment/wiki/TaxonomicEditor/EDIT%20Taxonomic%20Editor%20Design%200.2.pdf.)
48 1
49
50
51 61 Pepe Ciardelli
## Technology
52 1
53 61 Pepe Ciardelli
The Editor will be built using the [Eclipse Rich Client Platform](http://www.eclipse.org/eclipse/platform-ui/) (RCP). This is a collection of Java libraries used to build the Eclipse Java development environment, essentially a word processing tool for Java developers. In essence, we will take the code used to program Eclipse and adapt it to the Editor. The RCP libraries include basic application functionality such as window management and operating system integration, as well as word processing features like autocomplete and syntax and error highlighting.
54 44 Pepe Ciardelli
55 61 Pepe Ciardelli
56
For technical details of the Taxonomic Editor, please see [[TaxonomicEditorImplementation]].
57
58
59
60
## Use Cases / Requirements
61
62
A list of Taxonomic Editor functionality, based on the Berlin Model Web Editor, can be found under [[EditorRequirements]].
63
64
65 63 Pepe Ciardelli
Use cases for development of additional Editor modules can be found under [[PlatformUseCases]].
66 65 Pepe Ciardelli
67
68
A [[ConceptWorkshop]] was held in Berlin February 21-22, 2008 to discuss the design of the Editor, with a focus on the management of taxonomic concepts. The results of the workshop can be found [here](http://dev.e-taxonomy.eu/trac/attachment/wiki/ConceptWorkshop/2008_02_21-Berlin-ConceptWorkshop_Final.pdf.)
69 70 Andreas Müller
70
71
72
## Bug & Enhancement Reports
73
74 72 Andreas Müller
_registered users only_
75
76 70 Andreas Müller
77
To report bugs and submit enhancement requests please add a new ticket at http://dev.e-taxonomy.eu/trac/newticket using the component 'taxeditor'.
78
79 71 Andreas Müller
80
Reported bugs you find at
81
82
* http://dev.e-taxonomy.eu/trac/report/30 (bugs) 
83
84
* http://dev.e-taxonomy.eu/trac/report/32 (enhancements)