Open TanyaStere42 opened 9 months ago
I'd just like to clarify that we also need the original image file name to display accurately on the match results page where it is currently displayed over top of the annotated target image and the annotated match candidate(s). Same criteria as above for exports: Current Behavior file Caitlin_December_final.xlsx currently displays as CaitlinDecemberfinal.xlsx
Expected Behavior file Caitlin_December_final.xlsx currently displays as Caitlin_December_final.xlsx
Per this post on the Community forum: https://community.wildme.org/t/underscores-dashes-no-longer-displaying-or-exporting-correctly/2721?u=acwadmin1
Excellent! Thank you for catching that, I'll get the requirement updated to include that
@TanyaStere42 I would like to give a try could you please assign it to me
Absolutely! If you find you need help with system setup or anything, checkout the discord (although we are heading into a long weekend)
Hi all, any update on this issue? this remains a significant problem in that it doesn't allow users to reconcile their original datasets (pre-upload) with their exported data. Also causes issues deciphering the file names on match results where users intentionally insert location information to assist with confirmation, or not, of difficult match candidates. It was raised originally by an ACW user back in Aug and again in Nov '23. Hoping to see resolution of this soon. thanks
Context Wildbook currently does filename processing to remove characters from bulk import file names
To allow for easy reconciliation between files in system and external to the system, we need to display the filename as it was originally uploaded, regardless of what preprocessing we do. This means that the original filename should be stored as a string and used for display. (update to
parameters
json forImportTask
)Current Behavior file
Caitlin_December_final.xlsx
displays asCaitlinDecemberfinal.xlsx
Expected Behavior file
Caitlin_December_final.xlsx
displays asCaitlin_December_final.xlsx
Acceptance Criteria Display is updated on the following pages to show the original file name:
/src/main/java/org/ecocean/servlet/importer/StandardImport.java
/src/main/webapp/imports.jsp
/src/main/webapp/import.jsp
Notes Related to https://github.com/WildMeOrg/Wildbook/issues/267
Community link https://community.wildme.org/t/underscores-dashes-no-longer-displaying-or-exporting-correctly/2721