NHMDenmark / Mass-Digitizer

Common repo for the DaSSCo team
Apache License 2.0
1 stars 0 forks source link

Storage location names with "Box " and "Shelf" added #329

Open FedorSteeman opened 1 year ago

FedorSteeman commented 1 year ago

Currently, the script for extracting storage locations adds the type (rank) of storage ("Box", "Shelf") in front of the item number for clarification. This means e.g. that "1" becomes "Shelf 1" in case of a shelf item.

However, when importing, the storage rank should be stripped off again to enable WorkBench to match it to the correct item as identified by name and parent.

Should the items in the Specify storage tree not simply be renamed accordingly (i.e. "1" to "Shelf 1" in order to avoid a potential source of errors?

FedorSteeman commented 1 year ago

This could be solved by separating what is displayed in the app from what is actually stored, but then we also need to make sure the post-processing looks at storage rank rather than deriving it from the storage name.

PipBrewer commented 1 year ago

From a user point of view / requirements - we just need to be able to see that it is box 1 versus shelf 1 and enter that into the app UI. How you solve that back end and in Specify, is I think up to you.

PipBrewer commented 1 year ago

For Fedor to think about when syncing the app with Specify