Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Namespaced userdata #125

Open
pinkwah opened this issue Jun 8, 2021 · 0 comments
Open

Namespaced userdata #125

pinkwah opened this issue Jun 8, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@pinkwah
Copy link
Collaborator

pinkwah commented Jun 8, 2021

In order to make userdata more useful, we could make the JSON be namespaced based on what project uses it. Eg, webviz-ert and ert could be namespaces under which they put data. For example, ert can have name under it, which is documented somewhere. Compatible applications such as webviz-ert know how to use this variable and behave accordingly.

In the distant future applications could perhaps even register themselves, and then we can make sure that only ERT is able to write to the ert, ert3 ert.private etc namespaces. And webviz-ert can only read from ert and ert3.

Definition of done: POST and GET /userdata endpoints should use ?ns= (or make it part of the path) to select which namespace they're after. Namespaces are required parameters.

@pinkwah pinkwah added enhancement New feature or request question Further information is requested labels Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant