zly
33f44e2df0
Remove Motia dependencies and references from frontend
2026-01-17 13:06:17 +08:00
zly
92b01b408f
feat(frontend): integrate CRISPR controls and fix i18n
2026-01-14 15:55:41 +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
547328ad44
feat(frontend): add i18n support and navigation
...
- Install vue-i18n and configure locales (zh/en)
- Add complete navigation bar with 5 items: Home, About, Submit, Status, Tool Guide
- Add language switcher (中文/EN) with localStorage persistence
- Create HomeView with hero section, features, and quick links
- Create AboutView with features and usage guide
- Create ToolInfoView explaining BtToxin_Shoter principles (no formulas, no Digger)
- Update TaskSubmitForm: single file upload, genome/protein toggle, tooltips
- Update TaskMonitorView: i18n, queue status display
- Add queue_position field to TaskStatusResponse type
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-13 16:57:03 +08:00
zly
fe353fc0bc
chore: 初始版本提交 - 简化架构 + 轮询改造
...
- 移除 Motia Streams 实时通信,改用 3 秒轮询
- 简化前端代码,移除冗余组件
- 简化后端架构,准备 FastAPI 重构
- 更新 pixi.toml 环境配置
- 保留 bttoxin_digger_v5_repro 作为参考文档
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-13 16:50:09 +08:00
4c9a7d0978
docs: 添加中文文档,新增前端和后端代码
...
- 新增 README_CN.md 中文文档
- 新增 frontend/ Vue 3 前端项目
- 新增 web/ FastAPI 后端项目
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-08 22:31:06 +08:00
1c0e8f90a5
feat: 支持绑定外部 bt_toxin 数据库 (2025-11-04 更新)
...
- docker_client.py: run_bttoxin_digger() 新增 bttoxin_db_dir 参数,支持挂载外部数据库
- run_single_fna_pipeline.py: 新增 --bttoxin_db_dir 参数,自动检测 external_dbs/bt_toxin
- README.md: 添加 bttoxin_db 更新说明和 Docker 绑定文档
- external_dbs/bt_toxin: 添加 2025-11-04 版本数据库文件
测试验证: HAN055 样本毒素命名版本号变化 (Cry2Aa9→22, Cry2Ab35→41, Cry1Ia40→42, Vip3Aa7→79)
2026-01-04 14:37:49 +08:00
c7744836e9
Initial commit: BtToxin Pipeline project structure
2025-10-13 19:22:56 +08:00