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
- Host: GitHub
- URL: https://github.com/iboard/phoenix_master_detail_form_example
- Owner: iboard
- Created: 2019-07-26T15:38:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T15:38:24.000Z (over 3 years ago)
- Last Synced: 2025-10-09T14:34:11.966Z (9 months ago)
- Language: Elixir
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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.