VizierDB / web-ui

Web User Interface
Apache License 2.0
12 stars 2 forks source link

UI not updating to display inferred cell arguments #253

Closed okennedy closed 4 years ago

okennedy commented 4 years ago

Existing Behavior: After (re-)running the LOAD DATASET cell, the Schema field of the Advanced Arguments section remains unchanged. The notebook must be reloaded to display the updated schema.

Desired Behavior: The advanced arguments field should be updated without requiring a reload.

This is new functionality introduced to allow fine-grained control over the loaded schema. It changes the behaviour of the system (arguments can be modified by cell execution), and the web-ui needs to be updated accordingly.