-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make shuttle route page use LiveView (#1033)
* chore: migration to separate out foreign keys * fix: get seeds.exs working with schema changes * chore: various small schema updates * refactor: migrate shuttle page to LiveView * test: test for shuttle route LiveView * refactor: make use of helper functions in Arrow.Shuttles for changes * fixup! refactor: make use of helper functions in Arrow.Shuttles for changes * refactor: rename erroneous references to shuttle_route * refactor: remove unneeded on_replace: :delete * fix: update shuttle_live to assign initial shuttle for validate call, update seeds for FK duplication (#1034) --------- Co-authored-by: Eddie Maldonado <emaldonado@mbta.com> --------- Co-authored-by: meagharty <149533950+meagharty@users.noreply.github.com>
- Loading branch information
Showing
15 changed files
with
526 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
lib/arrow_web/controllers/shuttle_html/shuttle_form.html.heex
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.