amschaal / SIMS

SIMS (Sequencing Information Management System), Successor to SLIMS, in search of a better name...
0 stars 0 forks source link

v-model for various forms, dialogs #5

Open amschaal opened 8 months ago

amschaal commented 8 months ago

Improve the way data is passed back and forth from forms and dialogs. Try to use v-model and $emit('update:model-value', data) to propagate changes back, if possible.

After this is accomplished, it will be easier to create forms in dialogs which will have changes reflected back on the original object (such as a run, pool, etc).