Feature #2129
closedAttributions for files
Description
We will add a more standard way to add information about file attribution.
Beside other considerations one aim is to provide a way to easily maintain information to decided which files are available for public sharing.
- A license is set
- The public flag is set
In the end it is the responsibility of the project leads to decide when all requirements are full filled to set a file for public sharing.
E.g. a CC-BY 4.0 license would require that the creator is named/acknowledged.
- Public (to indicate if this file is meant and/or allowed for public sharing)
- Creator (of the file)
- License holder (of the file license)
This information will be saved in an extra table (file_info) in the model schema.
Updated by Alexander Watzinger about 1 year ago
- Start date changed from 2023-11-24 to 2023-11-07
Updated by Alexander Watzinger 10 months ago
- Start date changed from 2023-11-07 to 2024-02-20
Updated by Alexander Watzinger 8 months ago
- Start date changed from 2024-02-20 to 2024-04-30
Updated by Alexander Watzinger 8 months ago
- Target version changed from Wishlist to 8.4.0
Updated by Alexander Watzinger 8 months ago
- Target version changed from 8.4.0 to 8.5.0
Updated by Alexander Watzinger 7 months ago
- Start date changed from 2024-04-30 to 2024-05-16
Updated by Alexander Watzinger 7 months ago
- Description updated (diff)
- Status changed from Acknowledged to In Progress
- Assignee set to Alexander Watzinger
Updated by Alexander Watzinger 7 months ago
- Related to Feature #2105: New file license system added
Updated by Alexander Watzinger 7 months ago
Basic implementation is done (in feature/file_attribution and upgrade/license.sql is needed till it gets into the update script).
I'm still trying to figure out how to best add it to list views (without losing too much performance) and/or make overview pages to quickly check relevant file information (license, public, creator and license holder).
Updated by Alexander Watzinger 7 months ago
- Status changed from In Progress to Closed
Attributions for files is now implemented in the develop branch and will be included in the next release.
Updated by Bernhard Koschiček-Krombholz 7 months ago
- Related to Feature #2294: API: Adapt public sharing of files added