Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 13 days 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.