Some checks failed
CD - Build & Deploy / build-and-push (push) Has been cancelled
CD - Build & Deploy / package-helm (push) Has been cancelled
CD - Build & Deploy / deploy-staging (push) Has been cancelled
CD - Build & Deploy / deploy-production (push) Has been cancelled
CD - Build & Deploy / release (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / security (push) Has been cancelled
- Implemented Clean Architecture with Domain, Application, Infrastructure, Presentation layers - Added comprehensive project structure following SOLID principles - Created Kubernetes deployment with Helm charts (HPA, PDB, NetworkPolicy) - Configured ArgoCD for automated deployment (production + staging) - Implemented CI/CD pipeline with GitHub Actions - Added comprehensive documentation (handbook, architecture, coding standards) - Configured PostgreSQL, Redis, Celery for backend services - Created modern landing page with Persian fonts (Vazirmatn) - Added Docker multi-stage build for production - Configured development tools (pytest, black, flake8, mypy, isort) - Added pre-commit hooks for code quality - Implemented Makefile for common operations
70 lines
1.3 KiB
Markdown
70 lines
1.3 KiB
Markdown
# مشکلات شناخته شده (Known Issues)
|
|
|
|
این فایل لیست مشکلات شناخته شده و workaround های موقت را نگه میدارد.
|
|
|
|
## Format
|
|
|
|
هر issue باید شامل:
|
|
- عنوان
|
|
- توضیحات
|
|
- تاریخ کشف
|
|
- Priority (Critical/High/Medium/Low)
|
|
- Status (Open/In Progress/Resolved)
|
|
- Workaround (اگر وجود دارد)
|
|
- Related tickets
|
|
|
|
---
|
|
|
|
## فعلا مشکلی گزارش نشده
|
|
|
|
پروژه در مراحل اولیه است و هنوز مشکل خاصی گزارش نشده.
|
|
|
|
---
|
|
|
|
## Template برای Issue های آینده
|
|
|
|
```markdown
|
|
## [ISSUE-001] عنوان مشکل
|
|
|
|
**تاریخ کشف**: YYYY-MM-DD
|
|
**Priority**: Critical/High/Medium/Low
|
|
**Status**: Open/In Progress/Resolved
|
|
**نسخه**: X.Y.Z
|
|
|
|
### توضیحات
|
|
توضیحات کامل مشکل
|
|
|
|
### Steps to Reproduce
|
|
1. Step 1
|
|
2. Step 2
|
|
3. Step 3
|
|
|
|
### Expected Behavior
|
|
رفتار مورد انتظار
|
|
|
|
### Actual Behavior
|
|
رفتار واقعی
|
|
|
|
### Environment
|
|
- OS: Linux/Windows/Mac
|
|
- Python: 3.11
|
|
- Database: PostgreSQL 14
|
|
|
|
### Workaround
|
|
راه حل موقت (اگر وجود دارد)
|
|
|
|
### Related
|
|
- Ticket: #123
|
|
- PR: #456
|
|
|
|
### Notes
|
|
یادداشتهای اضافی
|
|
```
|
|
|
|
---
|
|
|
|
## مشکلات حل شده
|
|
|
|
(لیست مشکلات حل شده به اینجا منتقل میشود)
|
|
|