-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ETH Entomological Collection edited this page Aug 28, 2019
·
5 revisions
The following features and fixes have been added to the ETH version of Datashot during 2016-2018 and have been released and are currently running in production at the ETH Entomological Collection.
The original version of DataShot was developed at Harvard University and can be found here: https://github.com/MCZbase/DataShot_DesktopApp
- Configuration changes Some changes were made to the pom.xml file to use different versions of libraries than originally specified. Tesseract was also disabled from the properties configuration file among other things. An ETH specific regex expression was also added to the properties file to deal with ETH specific image names.
- EXIF handling This was handled in a different way than in the original version
- Bugfix: "database one file" The “database one file” was not working in most cases, so a workaround was found
- Bugfix: fields not saving Some fields were not saving, and this was fixed
- Bugfix: Specimen Collectors
- Bugfix: “ID BY” text disappears
- Feature: combo boxes loaded by DB Implement “remember by feature” for several combo boxes: for countries, change text field to combo box and remember what the user entered before (read from DB), set lifestage to adult as default, change “id by” to combo box. Additionally: drop-down menu options in the “State/Province” field when doing a “Search” that are linked to DB records; in the “Number” field (top left of data entry screen) under “Type” - three additional options: “GBIFCH barcode tag”, “CSCF barcode tag”, “Swiss Grid” coordinates; several other options that can be removed from the Number “Type” field: “MCZ Slide number”; “Drawer number”; “Lycaenidae Morphology Ref.”; “MCZ Butterfly Exhibit, 2000”
- Feature: NatureOfId Set the “NatureOfID” to “expert ID”. It was set to “legacy”
- Bugfix: Status bar issue
- Bugfix: state/province State/province didn't return any results
- Change: Remove higher geography from search dialog and search results screen
- Change: search table columns Rearrange columns in the search table
- Feature: delete specimen There was not a way to delete a specimen from Datashot, we needed to do it manually. This feature was added, so that a specimen and all related data can be deleted, with the appropriate warnings and confirmations.
The following features and fixes have been added to the ETH version of Datashot during 2018-2019 and have not been released in production at the ETH Entomological collection
- Feature: Copy from Previous After saving a record and moving to the next one, copy over circa 30 fields excluding taxonomic information, and additionally, copy complex table components, specimen parts, numbers, collectors, Dets & Georeferences. This is done by pressing a button “copy previous”
- Feature: Copy from Previous Taxon Copy only the taxonomic data only (feature disabled – button hidden - possible to re-enable)
- Feature: Add alcohol to prep type
- Feature: Make the verbatim date longer The verbatim field had a limit on the length of the field a user could enter.
- Feature: Specify default template Currently, Datashot cycles through all the templates in the database during pre-processing for each image, which greatly increases the waiting time when pre-processing hundreds of images at once. This feature allows Datashot to retrieve the template specified in the configuration file, and also, to configure the system for the following 3 cases: 1) use all templates 2) specify only one template 3) to have Datashot use 2+ templates
- Feature: "find missing images" feature During pre-processing, some images do not get processed and this algorithm will cycle through all the images entered on a certain date, and identify the missing ones, and print this in a screen dialog.
- Feature: search by interpreted date Add a new search field to the search dialog in order to return search results when the user specifies the interpreted date.