autoform icon indicating copy to clipboard operation
autoform copied to clipboard

Associations

Open Danwhy opened this issue 7 years ago • 1 comments

We can get a schema's associations using .__schema__(:associations)

We can then use that to load all the available options and display them on a form.

Initially, for Club Soda, we need to display these as checkboxes, but in the long run it would be good to have options to use radio buttons/select elements.

It would also be useful to add an option to exclude these if unwanted (see #12).

Danwhy avatar Oct 03 '18 12:10 Danwhy

Association options and existing associations are now displayed in the form as of #13. Leaving this issue open to remind us that an option to use radio buttons or select elements would be a good enhancement.

Danwhy avatar Oct 10 '18 08:10 Danwhy