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:
@@ -10,7 +10,7 @@ Bookmann is a self-hosted ebook management system built with:
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Ebook library management (CRUD operations)
|
- Ebook management (CRUD operations)
|
||||||
- Reading progress tracking
|
- Reading progress tracking
|
||||||
- Responsive web interface
|
- Responsive web interface
|
||||||
- RESTful API (accessible by web, mobile, etc.)
|
- 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
|
2. **Login**: User can login with email or username, receives JWT token
|
||||||
3. **Token Storage**: Frontend stores JWT in localStorage
|
3. **Token Storage**: Frontend stores JWT in localStorage
|
||||||
4. **API Access**: All subsequent API calls include Bearer token
|
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
|
6. **Progress Tracking**: Reading progress is automatically associated with user
|
||||||
7. **Session Management**: User stays logged in across browser sessions
|
7. **Session Management**: User stays logged in across browser sessions
|
||||||
8. **Logout**: User can logout, clearing token and redirecting to login
|
8. **Logout**: User can logout, clearing token and redirecting to login
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 📚 Ebook Reader and Library Manager
|
# 📚 Bookmann
|
||||||
|
|
||||||
A self-hosted ebook reader and library management system built with Go, PostgreSQL, and Svelte (integrated into a single service) featuring a beautiful Tokyo Night dark theme.
|
A self-hosted ebook management system built with Go, PostgreSQL, and Svelte (integrated into a single service) featuring a beautiful Tokyo Night dark theme.
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# Bruno API Tests for Ebook Reader
|
# Bruno API Tests for Bookmann
|
||||||
|
|
||||||
This directory contains Bruno collection for testing the Ebook Reader API with comprehensive REST documentation.
|
This directory contains Bruno collection for testing the Bookmann API with comprehensive REST documentation.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: "1"
|
version: "1"
|
||||||
name: "Ebook Reader API"
|
name: "Bookmann API"
|
||||||
type: collection
|
type: collection
|
||||||
items: []
|
items: []
|
||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
version: "1"
|
version: "1"
|
||||||
name: "Ebook Reader API Workspace"
|
name: "Bookmann API Workspace"
|
||||||
type: workspace
|
type: workspace
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<div class="min-h-screen flex items-center justify-center bg-gradient-to-br from-tokyo-bg to-tokyo-bg-dark">
|
<div class="min-h-screen flex items-center justify-center bg-gradient-to-br from-tokyo-bg to-tokyo-bg-dark">
|
||||||
<div class="text-center animate-slide-in">
|
<div class="text-center animate-slide-in">
|
||||||
<div class="mb-8">
|
<div class="mb-8">
|
||||||
<h1 class="text-4xl font-bold text-tokyo-fg mb-2">📚 Ebook Reader</h1>
|
<h1 class="text-4xl font-bold text-tokyo-fg mb-2">📚 Bookmann</h1>
|
||||||
<p class="text-tokyo-fg-dark text-lg">Your personal digital library</p>
|
<p class="text-tokyo-fg-dark text-lg">Your personal digital library</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="space-x-6">
|
<div class="space-x-6">
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div class="flex justify-between items-center py-4">
|
<div class="flex justify-between items-center py-4">
|
||||||
<div class="flex items-center space-x-4">
|
<div class="flex items-center space-x-4">
|
||||||
<h1 class="text-2xl font-bold text-tokyo-fg">📚 Ebook Reader</h1>
|
<h1 class="text-2xl font-bold text-tokyo-fg">📚 Bookmann</h1>
|
||||||
<span class="hidden sm:inline text-sm text-tokyo-fg-dark">•</span>
|
<span class="hidden sm:inline text-sm text-tokyo-fg-dark">•</span>
|
||||||
<span class="hidden sm:inline text-sm text-tokyo-fg-dark">Welcome back, {auth.user?.username}</span>
|
<span class="hidden sm:inline text-sm text-tokyo-fg-dark">Welcome back, {auth.user?.username}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<main class="container mx-auto px-4 py-8">
|
<main class="container mx-auto px-4 py-8">
|
||||||
<div class="mb-12 text-center">
|
<div class="mb-12 text-center">
|
||||||
<h1 class="text-4xl font-bold text-tokyo-fg mb-2 animate-fade-in">📚 Your Ebook Library</h1>
|
<h1 class="text-4xl font-bold text-tokyo-fg mb-2 animate-fade-in">📚 Your Bookmann Library</h1>
|
||||||
<p class="text-tokyo-fg-dark text-lg">Discover and organize your digital reading collection</p>
|
<p class="text-tokyo-fg-dark text-lg">Discover and organize your digital reading collection</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Login - Ebook Reader</title>
|
<title>Login - Bookmann</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="min-h-screen flex items-center justify-center bg-gradient-to-br from-tokyo-bg to-tokyo-bg-dark py-12 px-4 sm:px-6 lg:px-8">
|
<div class="min-h-screen flex items-center justify-center bg-gradient-to-br from-tokyo-bg to-tokyo-bg-dark py-12 px-4 sm:px-6 lg:px-8">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Register - Ebook Reader</title>
|
<title>Register - Bookmann</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="min-h-screen flex items-center justify-center bg-gradient-to-br from-tokyo-bg to-tokyo-bg-dark py-12 px-4 sm:px-6 lg:px-8">
|
<div class="min-h-screen flex items-center justify-center bg-gradient-to-br from-tokyo-bg to-tokyo-bg-dark py-12 px-4 sm:px-6 lg:px-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user