Closed m-mohr closed 4 years ago
I just realized that 1.0 support also includes to update the process graph exchange section and its API. New name for process graphs: User-defined processes
Thanks for the hint, I'll track that in a separate issue.
Is there anything else that is needed to make this issue complete? Going through the API v1.0 changelog I saw that I already implemented the biggest things (see above), lots of stuff is already taken care of by the vue-components (e.g. deprecated collections), not used in the Hub (e.g. process_parameters
of services), not related to discovery (e.g. everything job) or not interesting for Hub users (e.g. /conformance
).
What I spotted as still implementable:
production
field in /
(I think stac_version
and id
are not interesting)Not sure what the current status of implementation is, but if it's working in general and is (mostly) on par with the "0.4 Hub" then I'd think it could be considered finished. We can track new features separately.
It is working in general and can be seen as equivalent to what was possible before -> agreed
So as a last thing I now implemented the production
field and then this shall be considered finished. If something more comes up -> new issue.