Docmaps-Project / docmaps

Extensible protocol for document history metadata exchange, to enable trustworthy, rapid, open science, by and for preprint science communities.
MIT License
15 stars 1 forks source link

Support inputs in actions, and deprecate inputs in steps #158

Closed ships closed 10 months ago

ships commented 10 months ago

Description

Migrates the inputs property of steps to be a property of actions instead. The library still parses the old-style Docmaps, but the ETL will generate the new style by default.

Related Issues

Resolves #150 primarily.

This also supports finishing #144 , #146 , because those issues require things to be bridges between actions.

It is a small step towards #90 by way of #84 , because this obviates some refactor work that would otherwise be needed.

Checklist

Additional Information