maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
40 stars 4 forks source link

EditGrid datahandler review and copy dialogue #98

Closed jgunstone closed 1 year ago

jgunstone commented 1 year ago

currenlty we have a datahandler that mirrors the changes that are happening in EditGrid... could it be more like a watcher that pushes changes?

for implementing a copy dialogue with multiple different copy types, this would require each of those types to also be represented in the datahandler...

review.

this outlines what the copy dialogue would look like but it is currently not implemented for use... (probs shouldn't have put it in the main!) https://github.com/maxfordham/ipyautoui/pull/96