Document MusicLibrary context
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
defmodule MusicLibrary do
|
defmodule MusicLibrary do
|
||||||
@moduledoc """
|
@moduledoc """
|
||||||
MusicLibrary keeps the contexts that define your domain
|
Important contexts:
|
||||||
and business logic.
|
|
||||||
|
|
||||||
Contexts are also responsible for managing your data, regardless
|
- `MusicLibrary.Records` contains functions to access and manipulate records _irrespectively_ of being in the collection or wishlist
|
||||||
if it comes from the database, an external API or others.
|
- `MusicLibrary.Collection` contains functions to access and manipulate records in the collection
|
||||||
|
- `MusicLibrary.Wishlist` contains functions to access and manipulate records in the wishlist
|
||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user