Ecosyste.ms: Awesome
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: 13 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T15:38:24.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T06:19:06.541Z (14 days ago)
- Language: Elixir
- Size: 1.81 MB
- Stars: 1
- Watchers: 2
- 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 AlbumsAlbum
- Has TracksThe 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.