From 42a7af01a733362cc01996fe9142575bb36ddeec Mon Sep 17 00:00:00 2001 From: Daniel da Silva Date: Wed, 18 Sep 2024 16:10:55 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jonas --- adr/0001-stac-admin-plugin-system.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/adr/0001-stac-admin-plugin-system.md b/adr/0001-stac-admin-plugin-system.md index 68af193..034c4db 100644 --- a/adr/0001-stac-admin-plugin-system.md +++ b/adr/0001-stac-admin-plugin-system.md @@ -1,12 +1,14 @@ # STAC admin plugin system - Status: IN REVIEW + Status: ACCEPTED Deciders: @danielfdsilva @emmanuelmathot @j08lue @oliverroick Date: 2024-08-26 ## Context and Problem Statement +We need to expand the current scope of STAC Admin to support editing more STAC metadata, including properties provided by various [STAC extensions](https://stac-extensions.github.io/). The goal with this ADR is to enable the STAC Admin interface to follow the flexibility of STAC. + The form to edit the STAC metadata may differ from instance to instance and from collection to collection. Ideally the form should be easily customizable and extensible to suit the different needs. ## Decision Drivers @@ -36,4 +38,4 @@ Nevertheless, this can be mitigated, by having the plugin query the STAC spec on ## More Information -The initial proposal pro the plugin system was outlined in the [Flexible plugin system for the STAC metadata editor](https://github.com/EOEPCA/data-access/issues/73) issue. +The initial proposal for the plugin system was outlined in the [Flexible plugin system for the STAC metadata editor](https://github.com/EOEPCA/data-access/issues/73) issue.