Update architecture and infrastructure docs

This commit is contained in:
Claudio Ortolina
2026-03-22 17:19:50 +00:00
parent 710931dd4a
commit 58d1fc62c2
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -301,6 +301,7 @@ All authenticated routes live inside a single `live_session` with three `on_moun
| `Auth` | Authentication plugs: login password check, API token validation, session enforcement |
| `ArtistLive.Biography` | Artist biography building/rendering from Wikipedia and Last.fm data |
| `LiveHelpers.Params` | URL query param parsing: pagination, search query, sort order, display mode, fallback index |
| `LiveHelpers.RecordActions` | Shared record action handlers (refresh cover, genres, embeddings, MusicBrainz data) for Collection/Wishlist show pages |
### Controllers