nih-cfde / dashboard-api

Other
0 stars 0 forks source link

Enhance dashboard API spec with endpoints to save and retrieve current personalized dashboard configuration as JSON blob. #28

Open jonathancrabtree opened 3 years ago

jonathancrabtree commented 3 years ago

Each registered user may have an associated JSON blob that contains personalized dashboard configuration state. These endpoints will allow the JSON blob to be retrieved and set/saved.

jonathancrabtree commented 3 years ago

Note that there's no provision here (yet) for a DELETE route, but one could be added if it's decided that it's not sufficient to set the configuration to some empty value or whatever its initial state is going to be in the database.