feat: reword phase to epic, update mkdocs
This commit is contained in:
@@ -1,46 +1,46 @@
|
||||
# Complete Task List
|
||||
|
||||
This document provides a comprehensive list of all tasks across all phases. Each task has a corresponding detailed file in the phase-specific directories.
|
||||
This document provides a comprehensive list of all tasks across all epics. Each task has a corresponding detailed file in the epic-specific directories.
|
||||
|
||||
## Task Organization
|
||||
|
||||
Tasks are organized by phase and section. Each task file follows the naming convention: `{section}.{subtask}-{description}.md`
|
||||
Tasks are organized by epic and section. Each task file follows the naming convention: `{section}.{subtask}-{description}.md`
|
||||
|
||||
## Phase 0: Project Setup & Foundation
|
||||
## Epic 0: Project Setup & Foundation
|
||||
|
||||
### 0.1 Repository Bootstrap
|
||||
- [0.1.1 - Initialize Go Module](./phase0/0.1.1-initialize-go-module.md)
|
||||
- [0.1.2 - Create Directory Structure](./phase0/0.1.2-create-directory-structure.md)
|
||||
- [0.1.3 - Add Gitignore](./phase0/0.1.3-add-gitignore.md)
|
||||
- [0.1.4 - Create Initial README](./phase0/0.1.4-create-initial-readme.md)
|
||||
- [0.1.1 - Initialize Go Module](./epic0/0.1.1-initialize-go-module.md)
|
||||
- [0.1.2 - Create Directory Structure](./epic0/0.1.2-create-directory-structure.md)
|
||||
- [0.1.3 - Add Gitignore](./epic0/0.1.3-add-gitignore.md)
|
||||
- [0.1.4 - Create Initial README](./epic0/0.1.4-create-initial-readme.md)
|
||||
|
||||
### 0.2 Configuration System
|
||||
- [0.2.1 - Install Configuration Dependencies](./phase0/0.2.1-install-config-dependencies.md)
|
||||
- [0.2.2 - Create Config Interface](./phase0/0.2.2-create-config-interface.md)
|
||||
- [0.2.3 - Implement Config Loader](./phase0/0.2.3-implement-config-loader.md)
|
||||
- [0.2.4 - Create Configuration Files](./phase0/0.2.4-create-configuration-files.md)
|
||||
- [0.2.1 - Install Configuration Dependencies](./epic0/0.2.1-install-config-dependencies.md)
|
||||
- [0.2.2 - Create Config Interface](./epic0/0.2.2-create-config-interface.md)
|
||||
- [0.2.3 - Implement Config Loader](./epic0/0.2.3-implement-config-loader.md)
|
||||
- [0.2.4 - Create Configuration Files](./epic0/0.2.4-create-configuration-files.md)
|
||||
|
||||
### 0.3 Logging Foundation
|
||||
- [0.3.1 - Install Logging Dependencies](./phase0/0.3.1-install-logging-dependencies.md)
|
||||
- See [Phase 0 README](./phase0/README.md) for remaining tasks
|
||||
- [0.3.1 - Install Logging Dependencies](./epic0/0.3.1-install-logging-dependencies.md)
|
||||
- See [Epic 0 README](./epic0/README.md) for remaining tasks
|
||||
|
||||
### 0.4 Basic CI/CD Pipeline
|
||||
- See [Phase 0 README](./phase0/README.md) for tasks
|
||||
- See [Epic 0 README](./epic0/README.md) for tasks
|
||||
|
||||
### 0.5 Dependency Injection Setup
|
||||
- See [Phase 0 README](./phase0/README.md) for tasks
|
||||
- See [Epic 0 README](./epic0/README.md) for tasks
|
||||
|
||||
## Phase 1-8 Tasks
|
||||
## Epic 1-8 Tasks
|
||||
|
||||
Detailed task files for Phases 1-8 are being created. See individual phase README files:
|
||||
- [Phase 1 README](./phase1/README.md) - Core Kernel & Infrastructure
|
||||
- [Phase 2 README](./phase2/README.md) - Authentication & Authorization
|
||||
- [Phase 3 README](./phase3/README.md) - Module Framework
|
||||
- [Phase 4 README](./phase4/README.md) - Sample Feature Module (Blog)
|
||||
- [Phase 5 README](./phase5/README.md) - Infrastructure Adapters
|
||||
- [Phase 6 README](./phase6/README.md) - Observability & Production Readiness
|
||||
- [Phase 7 README](./phase7/README.md) - Testing, Documentation & CI/CD
|
||||
- [Phase 8 README](./phase8/README.md) - Advanced Features & Polish
|
||||
Detailed task files for Epics 1-8 are being created. See individual epic README files:
|
||||
- [Epic 1 README](./epic1/README.md) - Core Kernel & Infrastructure
|
||||
- [Epic 2 README](./epic2/README.md) - Authentication & Authorization
|
||||
- [Epic 3 README](./epic3/README.md) - Module Framework
|
||||
- [Epic 4 README](./epic4/README.md) - Sample Feature Module (Blog)
|
||||
- [Epic 5 README](./epic5/README.md) - Infrastructure Adapters
|
||||
- [Epic 6 README](./epic6/README.md) - Observability & Production Readiness
|
||||
- [Epic 7 README](./epic7/README.md) - Testing, Documentation & CI/CD
|
||||
- [Epic 8 README](./epic8/README.md) - Advanced Features & Polish
|
||||
|
||||
## Task Status Tracking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user