From b85c25b86f03006c91720b33e1f30c11fe62cc33 Mon Sep 17 00:00:00 2001 From: mikko numminen Date: Wed, 10 Jun 2026 18:14:32 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20README=20drift=20=E2=80=94=20add?= =?UTF-8?q?=20ratings=20feature,=20update=20test=20count,=20clarify=20db?= =?UTF-8?q?=20push=20guidance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76496d4..4f89fa9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Track books and audiobooks you've read. - **Multi-source search** — searches Open Library and Google Books in parallel, deduplicates results - **My Library** — browse and search your reading history, grid/list view, edit entries - **"Have I read this?"** — quick search against your own library +- **Ratings** — rate books 0–5 stars when logging or editing - **Public feed** — anonymous feed of recently logged books on the homepage - **Google OAuth** — sign in with your Google account @@ -26,7 +27,7 @@ Track books and audiobooks you've read. npm install cp .env.example .env # fill in your values npx prisma generate -npx prisma db push # or run migration SQL manually for shared databases +npx prisma db push # local/dedicated databases only — on a shared database use `prisma db execute` with migration SQL npm run dev ``` @@ -37,7 +38,7 @@ npm test # run all tests npm run test:coverage # run with coverage report ``` -68 tests across 4 suites covering API integrations, server actions, and components. +90 tests across 5 suites covering API integrations, server actions, and components. ## Quality gates