Skip to content

Commit 390f37a

Browse files
Update 0001-stac-admin-plugin-system.md
1 parent 36d4a76 commit 390f37a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

adr/0001-stac-admin-plugin-system.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The form to edit the STAC metadata may differ from instance to instance and from
1212
## Decision Drivers
1313

1414
The chosen option should allow:
15-
- Each instance to define what fields the form editor should have;
16-
- Within an instance, each collection/item to define what fields the form editor should have based on some sort of, possibly dynamic, criteria;
15+
- Each instance controls what fields are available in the editor.
16+
- Through instance-specific plugins, instances can define additional custom fields if required.
1717

1818
## Decision
1919

@@ -22,6 +22,8 @@ This allows for a more modular approach to the editor. Each instance can use a d
2222

2323
Drawing inspiration from the JSON schema spec, each plugin defines a schema to create the editor. For each field type there is a corresponding default widget to render it, but plugins can define their own widgets (in the form of a React component) to be used by the fields.
2424

25+
We will provide and maintain plugins to that support editing meta data specified by a variety of commonly used STAC extensions.
26+
2527
### Consequences
2628

2729
#### Pros

0 commit comments

Comments
 (0)