From 0426391835f4a9a2ad4bde1eabfa9b63876aa853 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Mon, 2 Mar 2026 13:11:43 -0500 Subject: [PATCH] docs(collections): Add user documentation for library filtering - Document collection viewing from collections page vs dashboard - Explain library filtering behavior with query parameters - Clarify backward compatible behavior (no filter = all books) --- docs/user/collections.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/user/collections.md diff --git a/docs/user/collections.md b/docs/user/collections.md new file mode 100644 index 0000000..0e7df39 --- /dev/null +++ b/docs/user/collections.md @@ -0,0 +1,26 @@ +# Collections + +Collections allow you to organize books across multiple libraries. + +## Viewing Collections + +### From Collections Page + +Navigate to `/collections` to see all your collections. Clicking on a collection shows ALL books in that collection across all libraries. + +### From Dashboard + +When viewing a specific library's dashboard, collections only show books from that library. Clicking "View All" preserves this context and shows only books from that library in the collection. + +### Library Filtering + +- **No filter** (`/collections/favorites`): Shows all books across all libraries +- **With filter** (`/collections/favorites?library_id=xxx`): Shows only books from the specified library + +## Creating Collections + +[Instructions for creating collections] + +## Managing Collections + +[Instructions for editing/deleting collections]