Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: [FRSM-17] Does the software include provenance information that describe the development of the software? #17

Open
karacolada opened this issue Nov 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@karacolada
Copy link
Member

karacolada commented Nov 10, 2023

D5.2 p22+p31

Detailed Description

Good provenance metadata clarifies the origins and intent behind the development of the software, and establishes authenticity and trust. As a type of metadata this overlaps with the metadata called for in guiding principles F2 and F4.

Domain-agnostic comments

It is hard to check the relevance / correctness of this information, but it is possible to automatically check for existence.

It may also be necessary to record information about the way that the software has been developed, such as the development environment used. The methodology for building the software is tested in FRSM-13.

CESSDA comments

Git repositories include a commit history as a matter of course. CESSDA uses git repos on GitHub, and uses a branching model where each branch is prefixed with the issue tracker ticket number that it addresses.

Context

R1.2: Software is associated with detailed provenance.

Possible Implementation

domain-agnostic

requirements Software source code repository / forge
method Check the development metadata available from the code repository / forge for the software
essential The software source code repository / forge includes a commit history
important The software source code repository links commits to issues / tickets
useful The software project uses other tools to capture detailed machine readable provenance information.

CESSDA

requirements Software source code repository
method Check the commit history of the code repository
essential Code repository contains commit messages
important Code that addresses an issue is developed in a branch prefixed with the issue number.
useful Links to Pull Requests are included in issue tracker tickets.
@karacolada karacolada added the enhancement New feature or request label Nov 10, 2023
@karacolada
Copy link
Member Author

Skeleton evaluator:

class FAIREvaluatorCodeProvenance(FAIREvaluator):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant