Omayka-Tech
- 2 skills
- 0 followers
- 13 hours ago last updated
- ▌ Lumi Lab Tests · omayka-techRuns Lumi ERP tests and git/worktree work the factory way: Docker-only pytest via official wrappers, never host Python; Fusion worktree vs runtime clone; Conventional Commits; no auto-merge. Use when coding on lumi-erp, running pytest/Vitest/e2e, cherry-picking onto main, opening PRs from Fusion/MiniMax, or when a ticket mentions worktree, dev-infra, KB-xxx, or scan_matching tests.
- ▌ Django Drf Layered Architecture · omayka-tech bundleImplements and reviews Django + DRF backends using strict layered decoupling (views, serializers, services, DTOs, models, adapters), versioned /api/v1/ routes, and thin HTTP boundaries. Use when scaffolding Django apps, adding endpoints, writing services/DTOs, refactoring fat views, or starting projects like OrbitQA that follow Lumi-style architecture (multi-tenant optional).