Commit Graph

12 Commits

Author SHA1 Message Date
zly
59d7f8e051 feat(worker): integrate CRISPR-Cas pipeline execution logic 2026-01-14 15:57:12 +08:00
zly
92b01b408f feat(frontend): integrate CRISPR controls and fix i18n 2026-01-14 15:55:41 +08:00
zly
e652c0975b docs: add frontend crispr integration tasks to plan 2026-01-14 15:48:45 +08:00
zly
7090676f46 feat(backend): implement CRISPR-Cas API parameters and database schema 2026-01-14 15:47:35 +08:00
zly
74ca20707c feat(crispr): implement CRISPR-Cas detection and fusion analysis module 2026-01-14 15:34:45 +08:00
zly
39765e4782 docs: update fix plan with network configuration fix 2026-01-14 14:42:27 +08:00
zly
9835b6e341 feat(deploy): fix docker deployment and add backend i18n
- Docker Deployment Fixes:
  - Switch base images to docker.m.daocloud.io to resolve registry 401 errors
  - Add Postgres and Redis services to docker-compose.traefik.yml
  - Fix frontend build: replace missing icons (Globe->Location, Chart->TrendCharts)
  - Fix frontend build: resolve pnpm CI/TTY issues and frozen lockfile errors
  - Add missing backend dependencies (sqlalchemy, psycopg2, redis-py, celery, docker-py) in pixi.toml
  - Ensure database tables are created on startup (lifespan event)

- Backend Internationalization (i18n):
  - Add backend/app/core/i18n.py for locale handling
  - Update API endpoints (jobs, tasks, uploads, results) to return localized messages
  - Support 'Accept-Language' header (en/zh)

- Documentation:
  - Update DOCKER_DEPLOYMENT.md with new architecture and troubleshooting
  - Update AGENTS.md with latest stack details and deployment steps
  - Update @fix_plan.md status

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-14 12:38:54 +08:00
zly
c0f2de02ca docs: update fix_plan.md - mark CRISPR-Cas tasks complete 2026-01-14 09:49:08 +08:00
zly
029e49bf6a docs: update fix_plan.md with Docker deployment tasks 2026-01-13 23:50:06 +08:00
zly
af83b5fba8 docs: update fix_plan.md - mark B3.3 protein support as complete 2026-01-13 23:45:55 +08:00
zly
7379c98fac docs: update fix_plan.md with completed backend tasks 2026-01-13 23:41:45 +08:00
zly
e19f51c660 docs: add @fix_plan.md task list
- Add high/medium/low priority tasks
- Cover frontend i18n, upload, status pages
- Cover backend FastAPI, concurrency, multi-format support
- Include CRISPR-Cas design预留

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-13 16:50:44 +08:00