dramaling-app/apps
鄭沛軒 9345654cc1 refactor: complete project structure reorganization and SOP implementation
- Reorganize project structure to unified apps/ directory
  - Move src/backend/ → apps/backend/ (complete .NET Core API)
  - Move src/mobile/ → apps/mobile/ (complete Flutter app)
  - Keep apps/web/ as Vue.js frontend
  - Remove duplicate src/ directory structure

- Implement comprehensive SOP (Standard Operating Procedures)
  - Create sop/ unified management directory
  - Move CLAUDE.md → sop/docs/CLAUDE.md with updated guidelines
  - Move tools/, scripts/, archive/ → sop/ for centralized management
  - Establish three-tier task management architecture

- Create unified task management system
  - Rename TASK_MANAGEMENT.md → TASKS.md for simplicity
  - Integrate 17 UI design tasks from ui-design-tasks.md
  - Update task priority classification (🔥緊急/⚠️重要/📝一般/💡想法)
  - Update ./dl script for new file paths

- Archive obsolete systems and files
  - Archive old reports/ directory (replaced by sop/archive/)
  - Archive duplicate template files violating SOP principles
  - Clean up src/ directory documentation and configs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 23:53:01 +08:00
..
backend refactor: complete project structure reorganization and SOP implementation 2025-09-09 23:53:01 +08:00
mobile refactor: complete project structure reorganization and SOP implementation 2025-09-09 23:53:01 +08:00
web refactor: complete project structure reorganization and SOP implementation 2025-09-09 23:53:01 +08:00
README.md refactor: complete project structure reorganization and SOP implementation 2025-09-09 23:53:01 +08:00

README.md

Drama Ling Applications

本目錄包含 Drama Ling 專案的所有應用程式。

應用程式架構

apps/
├── web/        # Vue.js Web 前端應用
├── mobile/     # Flutter 移動端應用  
└── backend/    # .NET Core 後端 API

開發狀態

應用程式 狀態 技術棧 說明
Web 開發中 Vue.js + Quasar Web 前端界面
Mobile 開發中 Flutter + Riverpod 跨平台移動應用
Backend 開發中 .NET Core + EF Core REST API 服務

開發指南

各應用程式的詳細開發文檔請參考:

  • 技術文檔:../docs/04_technical/
  • 專案規格:../projects/
  • 任務管理:../TASKS.md