WildMeOrg / Wildbook

Wild Me's first product, Wildbook supports researchers by allowing collaboration across the globe and automation of photo ID matching
https://www.wildme.org/wildbook.html
GNU General Public License v2.0
106 stars 67 forks source link

Encounter Annotation Export exports incorrect lifeStage #862

Open JasonWildMe opened 1 hour ago

JasonWildMe commented 1 hour ago

Expected Behavior Encounter Annotation Export (EncounterAnnotationExportExcelFile.java) lists a column heading as Encounter.lifeStage and should expoirt the related Encounter.lifeStage value as other export formats in Wildbook do.

Current Behavior Encounter Annotation Export (EncounterAnnotationExportExcelFile.java) lists a column heading as Encounter.lifeStage but confusingly actually exports the last known lifeStage of the related MarkedIndividual:

Method markedIndividualLifeStageName = MarkedIndividual.class.getMethod( "getLastLifeStage");

This has caused user confusion.

Testing Notes User the Encounter lifeStage as the target value to be exported.

JasonWildMe commented 1 hour ago

Found in SeadragonSearch.