An open API service indexing awesome lists of open source software.

https://github.com/iboard/phoenix_master_detail_form_example

How Phoenix.Form works with master/detail relations
https://github.com/iboard/phoenix_master_detail_form_example

Last synced: 5 months ago
JSON representation

How Phoenix.Form works with master/detail relations

Awesome Lists containing this project

README

          

# Jukebox

A simple POC to play around with master/detail in forms

Jukebox
- Has Albums

Album
- Has Tracks

The Album Edit form provides a list of all existing tracks
and fields to add a new track.

Each existing track has a link to delete the track
The fields for a new track are removed if not used/filled out.