Extract Artists context

This commit is contained in:
Claudio Ortolina
2024-12-18 11:12:06 +00:00
parent 76605a1114
commit 53b89dc329
7 changed files with 88 additions and 75 deletions
+1
View File
@@ -2,6 +2,7 @@ defmodule MusicLibrary do
@moduledoc """
Important contexts:
- `MusicLibrary.Artists` contains functions to access artists
- `MusicLibrary.Records` contains functions to access and manipulate records _irrespectively_ of being in the collection or wishlist
- `MusicLibrary.Collection` contains functions to access and manipulate records in the collection
- `MusicLibrary.Wishlist` contains functions to access and manipulate records in the wishlist