obijuan1 / ehost

Automatically exported from code.google.com/p/ehost
0 stars 0 forks source link

[CrowdSoucing] pass annotator #270

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
User and developer reported that "The annotator id and name is meta data on 
every annotation that gets pulled from Admin.  This user info is being set in 
the AdminToEHostTranslator onto the eHost Object – don't know what happens to 
it in eHost after that."

The seeming problem is the AnnotationAdmin to eHOST translator failed to pickup 
the annotator information.

Original issue reported on code.google.com by jwleng@gmail.com on 1 Aug 2012 at 10:48

GoogleCodeExporter commented 8 years ago
Before translator all annotation information from format of Annotation Admin to 
the format of eHOST, annotation information was extracted from XMLs and stored 
in format of "class of KnowtatorAnnotation".

In class of KnowtatorAnnotation, there are too place that can assign value to 
"anntator" of "KnowtatorAnnotation".
1. In method "populateFromAnnotationAdminXMLElement( ... )";
2. In method "public void setAnnotator(String annotator)".

Current considering is the program forget to get the annotator name from the 
Annotation Admin XML in the method of "populateFromAnnotationAdminXMLElement". 
It does get the "id" from the Annotation Admin XML, but doesn't get the user 
name.

New version 1.041 is released for this test.
It will be applied to the previous table version if it works.

Original comment by jwleng@gmail.com on 1 Aug 2012 at 10:55

GoogleCodeExporter commented 8 years ago

Original comment by jwleng@gmail.com on 30 Aug 2012 at 8:07

GoogleCodeExporter commented 8 years ago

Original comment by jwleng@gmail.com on 10 Oct 2012 at 6:54