Files
ReadMeABook/documentation/TABLEOFCONTENTS.md
T
kikootwo 174e9f05b6 Add admin request deletion with soft delete and cleanup
Implements admin ability to delete requests with soft delete, media file cleanup, and seeding-aware torrent management. Adds new API endpoint, frontend confirmation dialog, and request actions dropdown. Updates database schema with deletedAt and deletedBy fields, and ensures all queries filter out deleted requests. Documentation added for feature and user flow.
2026-01-28 11:41:57 -05:00

6.9 KiB

Documentation Table of Contents

Purpose: Quick navigation for AI to locate relevant documentation without reading all files.

Authentication & Users

Configuration & Setup

Database & Data Models

Plex Integration

Audiobookshelf Integration (PRD - Not Implemented)

Audible Integration

Automation Pipeline

Background Jobs

Frontend Components

BookDate (AI Recommendations)

Admin Features

Deployment

Feature-Specific Lookups

"How do I add a new audiobook?"integrations/audible.md (scraping), phase3/README.md (automation) "How do downloads work?"phase3/qbittorrent.md, backend/services/jobs.md "How does Plex matching work?"integrations/plex.md "How do scheduled jobs work?"backend/services/scheduler.md "How do I configure external services?"setup-wizard.md, settings-pages.md "What's the database schema?"backend/database.md "How does authentication work?"backend/services/auth.md "How do I change the admin password?"settings-pages.md, backend/services/auth.md "How do I delete requests?"admin-features/request-deletion.md "How do I deploy?"deployment/docker.md (multi-container), deployment/unified.md (all-in-one) "How do I use the unified container?"deployment/unified.md "OAuth redirects to localhost / PUBLIC_URL not working"backend/services/environment.md "What environment variables do I need?"backend/services/environment.md "How does chapter merging work?"features/chapter-merging.md (PRD only, not implemented) "How does Audiobookshelf integration work?"features/audiobookshelf-integration.md (PRD only, not implemented) "How do I use OIDC/Authentik/Keycloak?"features/audiobookshelf-integration.md (PRD only, not implemented) "How does manual user registration work?"features/audiobookshelf-integration.md (PRD only, not implemented) "How do I switch from Plex to Audiobookshelf?"features/audiobookshelf-integration.md (PRD only, not implemented)