Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encounter Annotation Export exports incorrect lifeStage #862

Open
JasonWildMe opened this issue Nov 2, 2024 · 1 comment · May be fixed by #864
Open

Encounter Annotation Export exports incorrect lifeStage #862

JasonWildMe opened this issue Nov 2, 2024 · 1 comment · May be fixed by #864
Labels
bug something's broken!

Comments

@JasonWildMe
Copy link
Contributor

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 JasonWildMe added the bug something's broken! label Nov 2, 2024
@JasonWildMe
Copy link
Contributor Author

Found in SeadragonSearch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something's broken!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant