Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
19 stars 4 forks source link

Opt-in DOI Activation #400

Closed WillEngler closed 8 months ago

WillEngler commented 8 months ago

Garden mints DOIs at creation time for gardens and entrypoints. We want users to be able to explicitly say when they want these DOIs to become "real". (ie, moved out of draft state)

Make two new commands:

garden-ai garden make-doi-real
garden-ai entrypoint make-doi-real

I don't actually think "make-doi-real" is the right way to convey this. Figure that out as part of the ticket.

Also, update the garden show/list and entrypoint show/list commands to indicate whether the DOI for each entity has been made official.

Assumptions:

1. 2.

Acceptance Criteria

Given..., when..., then...