docs: Update remaining application name references from 'ebook reader' to 'Bookmann'

- Updated COMPLETE_DOCUMENTATION.md feature descriptions
- Updated user journey reference from 'ebook library' to 'ebook collection'
- Updated all frontend page titles and headers
- Updated Bruno API collection and workspace names
- All references now consistently use 'Bookmann' as the application name
This commit is contained in:
2026-01-21 20:03:30 -05:00
parent 9abce9c41d
commit ea70d85f9d
9 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ Bookmann is a self-hosted ebook management system built with:
## Features
- Ebook library management (CRUD operations)
- Ebook management (CRUD operations)
- Reading progress tracking
- Responsive web interface
- RESTful API (accessible by web, mobile, etc.)
@@ -449,7 +449,7 @@ psql -h localhost -p 5432 -U postgres -d ebookdb
2. **Login**: User can login with email or username, receives JWT token
3. **Token Storage**: Frontend stores JWT in localStorage
4. **API Access**: All subsequent API calls include Bearer token
5. **Library Access**: User sees their ebook library with personal reading progress
5. **Library Access**: User sees their ebook collection with personal reading progress
6. **Progress Tracking**: Reading progress is automatically associated with user
7. **Session Management**: User stays logged in across browser sessions
8. **Logout**: User can logout, clearing token and redirecting to login