BEXIS2 / Core

This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
https://bexis2.github.io/
17 stars 13 forks source link

Download dataset: better filename #445

Open aostrow opened 4 years ago

aostrow commented 4 years ago

problem: Filename is made of dataset title only solution: add id + version number at the beginning of filename

also the long titles are somehow bad to read - should they be snipped?

geofranzi commented 4 years ago

Downloads



geofranzi commented 4 years ago

Filenames in BEXIS2 (Protocol 31.7.2010 Roman&Franzi)

Case Primary Data (unstructured)

Case Primary Data (structured)

Case Attachments

Case Metadata

Case Data Structure

Case Dataset (Bundle) -filename should contain: application name (web.config), dataset ID (BEXIS2 dataset ID), and version ID (BEXIS2 version number)

Special cases:

examples:

ATTO_54_v301_data.csv
BExIS_987_v12_metadata.xml AquaDiva_27_datastructure_34.xlsm iDiv_3_v5_20200731.zip

Todo

aostrow commented 3 years ago

We got also requests from users that the dataset title should be in the filename. It is easier for them to overlook the downloaded data and to know wich files contains which data (e.g. because soil is in the name). In B1 we had "ID_Title_version":

27846_Cover of all vascular plant species in representative 2x2 quadrats of the major surrounding homogeneous vegetation zones in a 75-m radius of the 150 grassland EPs, 2017-2018_1.1.5.zip

I like your suggestion above but would like to see the title included.