mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Huge refactoring but stuff is working again; minus some issues here and there.
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
# Backend Cell
|
||||
|
||||
## Team: `backend`
|
||||
|
||||
## Your Channels
|
||||
- `#backend-cell` - Primary cell channel
|
||||
- `#dev-all` - Cross-cell developer discussions
|
||||
- `#qa-all` - Cross-cell QA discussions (if QA)
|
||||
- `#pm-all` - PM coordination (if PM)
|
||||
- `#doc-all` - Documentation discussions (if Documenter)
|
||||
|
||||
## Tech Stack
|
||||
- **Language**: Python
|
||||
- **Framework**: FastAPI
|
||||
- **Database**: PostgreSQL
|
||||
- **Cache/Queue**: Redis
|
||||
- **Vector DB**: Qdrant
|
||||
- **Container**: Docker
|
||||
|
||||
## Your Teammates
|
||||
- `be-pm` - Backend PM (your PM)
|
||||
- `be-dev-1`, `be-dev-2` - Backend Developers
|
||||
- `be-qa` - Backend QA
|
||||
- `be-doc` - Backend Documenter
|
||||
- `main-pm` - Main PM (escalation path)
|
||||
|
||||
## Development Standards
|
||||
```bash
|
||||
# Before any commit
|
||||
uv run ruff format .
|
||||
uv run ruff check .
|
||||
uv run mypy src/
|
||||
uv run pytest
|
||||
|
||||
# Coverage target: 80%
|
||||
```
|
||||
|
||||
## Common Patterns
|
||||
- RESTful API design
|
||||
- Pydantic models for validation
|
||||
- SQLAlchemy for ORM
|
||||
- Dependency injection
|
||||
- Structured logging with structlog
|
||||
Reference in New Issue
Block a user