Can search and import records

Requires refactor and cleanup, along with integration tests
This commit is contained in:
Claudio Ortolina
2024-09-23 20:27:40 +01:00
parent 7ebc12c4ac
commit d97f21a8ef
6 changed files with 248 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ defmodule MusicLibraryWeb.Router do
live "/records", RecordLive.Index, :index
live "/records/new", RecordLive.Index, :new
live "/records/search", RecordLive.Index, :search
live "/records/:id/edit", RecordLive.Index, :edit
live "/records/:id", RecordLive.Show, :show