pantheracorp / PantheraIDS_Features

A repository for any feature requests related to PantheraIDS
0 stars 0 forks source link

DV-535 ⁃ Add "Age Class" to Historical Importer module #488

Open sync-by-unito[bot] opened 10 months ago

sync-by-unito[bot] commented 10 months ago

Since we have added the “Age Class” attribute to our Individual Observation Table within databases, we should also allow users the ability to import this info through the Historical Importer module.

Background: The historical importer module allows users to import non-IDS formatted data into IDS and create an IDS database and images, by loading in a csv with their tabulated data. Within this csv, they may have age data that they want to import, much like how we allow them to import Individual name, Position, Gender, etc.

To do: Modify the Historical Data Importer module so that the user can upload a csv that includes an “Age” column in their tabulated csv. IDS will require them to ‘remap’ them into the IDS format, in the same way we do with species name or individual name (in a popup modal).

┆Issue is synchronized with this Jira Task by Unito

sync-by-unito[bot] commented 3 days ago

➤ Melvin Ollewagen commented:

Managed to get the CSV to process and have the new age class input boxes appear in the model.

Just need to check weather the entire process completes succesfully