Programming Phoenix LiveView: Managing Related Data

I think a section on managing related data, similar to the Programming Phoenix and where the best way and place to do that would be very helpful.

e.g. Ecto.Changeset.put_assoc(:user, user)

Perhaps an order -< product relationship.

I would find that extremely helpful as that build the basis for all other relations.

Regards

Martin