nfdi4plants / ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime-agnostic contract systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Get write contracts only by changes.

Freymaurer opened this issue · comments

Add "dirty" flags to for all files. If a file was tocuhed it should return write contract.

I think the "getWriteContracts" function should return all write contracts. Even if not changed. But we could add a "getUpdateContracts" function, containing Update contracts only for the changed files.

Exactly!

Related to #131