docs: update dead links
This commit is contained in:
@@ -8,39 +8,76 @@ Tasks are organized by epic and section. Each task file follows the naming conve
|
||||
|
||||
## Epic 0: Project Setup & Foundation
|
||||
|
||||
### 0.1 Repository Bootstrap
|
||||
- [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)
|
||||
### Epic 0 Stories
|
||||
- [0.1 Project Initialization and Repository Structure](./epic0/0.1-project-initialization.md)
|
||||
- [0.2 Configuration Management System](./epic0/0.2-configuration-management-system.md)
|
||||
- [0.3 Structured Logging System](./epic0/0.3-structured-logging-system.md)
|
||||
- [0.4 CI/CD Pipeline and Development Tooling](./epic0/0.4-cicd-pipeline.md)
|
||||
- [0.5 Dependency Injection and Application Bootstrap](./epic0/0.5-di-and-bootstrap.md)
|
||||
|
||||
### 0.2 Configuration System
|
||||
- [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)
|
||||
## Epic 1: Core Kernel & Infrastructure
|
||||
- [1.1 Enhanced DI Container](./epic1/1.1-enhanced-di-container.md)
|
||||
- [1.2 Database Layer](./epic1/1.2-database-layer.md)
|
||||
- [1.3 Health & Metrics System](./epic1/1.3-health-metrics-system.md)
|
||||
- [1.4 Error Handling](./epic1/1.4-error-handling.md)
|
||||
- [1.5 HTTP Server](./epic1/1.5-http-server.md)
|
||||
- [1.6 OpenTelemetry](./epic1/1.6-opentelemetry.md)
|
||||
- [1.7 Service Client Interfaces](./epic1/1.7-service-abstraction-layer.md)
|
||||
- [Epic 1 Overview](./epic1/README.md)
|
||||
|
||||
### 0.3 Logging Foundation
|
||||
- [0.3.1 - Install Logging Dependencies](./epic0/0.3.1-install-logging-dependencies.md)
|
||||
- See [Epic 0 README](./epic0/README.md) for remaining tasks
|
||||
## Epic 2: Authentication & Authorization
|
||||
- [2.1 JWT Authentication System](./epic2/2.1-jwt-authentication.md)
|
||||
- [2.2 Identity Management System](./epic2/2.2-identity-management.md)
|
||||
- [2.3 RBAC System](./epic2/2.3-rbac-system.md)
|
||||
- [2.4 Role Management API](./epic2/2.4-role-management.md)
|
||||
- [2.5 Audit Logging System](./epic2/2.5-audit-logging.md)
|
||||
- [2.6 Database Seeding and Initialization](./epic2/2.6-database-seeding.md)
|
||||
- [Epic 2 Overview](./epic2/README.md)
|
||||
|
||||
### 0.4 Basic CI/CD Pipeline
|
||||
- See [Epic 0 README](./epic0/README.md) for tasks
|
||||
## Epic 3: Module Framework
|
||||
- [3.1 Module System Interface](./epic3/3.1-module-system-interface.md)
|
||||
- [3.2 Permission Code Generation](./epic3/3.2-permission-code-generation.md)
|
||||
- [3.3 Module Loader](./epic3/3.3-module-loader.md)
|
||||
- [3.4 Module CLI](./epic3/3.4-module-cli.md)
|
||||
- [3.5 Service Registry and Discovery](./epic3/3.5-service-registry.md)
|
||||
- [Epic 3 Overview](./epic3/README.md)
|
||||
|
||||
### 0.5 Dependency Injection Setup
|
||||
- See [Epic 0 README](./epic0/README.md) for tasks
|
||||
## Epic 4: Sample Feature Module (Blog)
|
||||
- [4.1 Complete Blog Module](./epic4/4.1-blog-module.md)
|
||||
- [Epic 4 Overview](./epic4/README.md)
|
||||
|
||||
## Epic 1-8 Tasks
|
||||
## Epic 5: Infrastructure Adapters
|
||||
- [5.1 Cache System](./epic5/5.1-cache-system.md)
|
||||
- [5.2 Event Bus](./epic5/5.2-event-bus.md)
|
||||
- [5.3 Blob Storage](./epic5/5.3-blob-storage.md)
|
||||
- [5.4 Email Notification](./epic5/5.4-email-notification.md)
|
||||
- [5.5 Scheduler & Jobs](./epic5/5.5-scheduler-jobs.md)
|
||||
- [5.6 Secret Store](./epic5/5.6-secret-store.md)
|
||||
- [5.7 gRPC Service Definitions and Clients](./epic5/5.7-grpc-services.md)
|
||||
- [Epic 5 Overview](./epic5/README.md)
|
||||
|
||||
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
|
||||
## Epic 6: Observability & Production Readiness
|
||||
- [6.1 Enhanced Observability](./epic6/6.1-enhanced-observability.md)
|
||||
- [6.2 Error Reporting](./epic6/6.2-error-reporting.md)
|
||||
- [6.3 Grafana Dashboards](./epic6/6.3-grafana-dashboards.md)
|
||||
- [6.4 Rate Limiting](./epic6/6.4-rate-limiting.md)
|
||||
- [6.5 Security Hardening](./epic6/6.5-security-hardening.md)
|
||||
- [6.6 Performance Optimization](./epic6/6.6-performance-optimization.md)
|
||||
- [Epic 6 Overview](./epic6/README.md)
|
||||
|
||||
## Epic 7: Testing, Documentation & CI/CD
|
||||
- [7.1 Testing Suite](./epic7/7.1-testing-suite.md)
|
||||
- [7.2 Documentation](./epic7/7.2-documentation.md)
|
||||
- [7.3 CI/CD Enhancement](./epic7/7.3-cicd-enhancement.md)
|
||||
- [7.4 Docker Deployment](./epic7/7.4-docker-deployment.md)
|
||||
- [Epic 7 Overview](./epic7/README.md)
|
||||
|
||||
## Epic 8: Advanced Features & Polish
|
||||
- [8.1 OIDC Support](./epic8/8.1-oidc-support.md)
|
||||
- [8.2 GraphQL API](./epic8/8.2-graphql-api.md)
|
||||
- [8.3 Additional Modules](./epic8/8.3-additional-modules.md)
|
||||
- [8.4 Final Polish](./epic8/8.4-final-polish.md)
|
||||
- [Epic 8 Overview](./epic8/README.md)
|
||||
|
||||
## Task Status Tracking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user