A reworked Show form with an added description field and a list of hosts.
The form contains a search field for searching through existing users by email.
Found users can be added to the list of hosts.
The form is still placed inside the Admin LiveView.
Extracting it into it's own details page and allowing editing as well would be done in another PR.
Some notes regarding creating the show with associated hosts:
It's done in steps inside a transaction.
A reworked
Show
form with an addeddescription
field and a list ofhosts
. The form contains a search field for searching through existing users by email. Found users can be added to the list of hosts.The form is still placed inside the Admin LiveView. Extracting it into it's own details page and allowing editing as well would be done in another PR.
Some notes regarding creating the show with associated hosts: It's done in steps inside a transaction.