barsa 72d0b66be7 Enhance Documentation Structure and Update Operational Runbooks
- Added a new section for operational runbooks in README.md, detailing procedures for incident response, database operations, and queue management.
- Updated the documentation structure in STRUCTURE.md to reflect the new organization of guides and resources.
- Removed the deprecated disabled-modules.md file to streamline documentation.
- Enhanced the _archive/README.md with historical notes on documentation alignment and corrections made in December 2025.
- Updated various references in the documentation to reflect the new paths and services in the integrations directory.
2025-12-23 15:55:58 +09:00

47 lines
1.9 KiB
Markdown

# Archived Documentation
This folder contains historical documentation that is no longer actively maintained but is kept for reference.
## Contents
### `/planning/`
Development planning documents and task checklists from feature development sprints:
- **public-catalog-tasks.md** - Task checklist for public catalog implementation
- **public-catalog-unified-checkout.md** - Development plan for unified checkout feature
### `/refactoring/`
Documentation from completed refactoring efforts:
- **subscriptions-refactor.md** - Summary of subscriptions list refactoring
- **clean-architecture-summary.md** - Summary of clean architecture implementation
### `/reviews/`
Point-in-time code reviews and analysis documents:
- **shop-checkout-review.md** - Checkout process review (Dec 2024)
- **shop-eligibility-verification-opportunity-flow-review.md** - Flow analysis (Dec 2024)
---
## Historical Notes
### December 2025 Documentation Alignment
A comprehensive documentation review was performed in December 2025 to align documentation with the actual codebase. The following corrections were made:
1. **Removed fictional package descriptions** from `system-overview.md` that referenced non-existent `packages/contracts`, `packages/schemas`, and `packages/integrations` packages
2. **Deleted `disabled-modules.md`** which referenced non-existent "Cases" and "Jobs" modules
3. **Fixed path references** from `vendors/whmcs` to `integrations/whmcs` throughout documentation
4. **Updated module lists** to reflect actual BFF modules
5. **Created new operational runbooks**: incident-response, database-operations, external-dependencies, queue-management, external-processes
Documents in this archive folder predate these corrections and may contain outdated references.
---
**Note:** These documents may contain outdated information. For current system behavior, refer to the active documentation in the parent `docs/` directory.