docs: add Mermaid roadmap and update Research Roadmap content#2
Merged
Conversation
Gantt chart: - Add color-coded Mermaid gantt to both README.md and README.zh-TW.md - Set start date to 2026-04; total duration 24 months - Restructure Phase 3: shorten infrastructure to 2 months, parallelize backend/frontend; add user study, demo scenarios, demo video milestones - Add academic paper survey and Related Work draft to Phase 1–2 - Add paper outline and advisor review milestones to Phase 4 - Remove submission/camera-ready items (part-time student, no fixed venue) - Rename Phase 3 to "Development & Validation" for accuracy Checklist: - Fix month ranges: Phase 3 → Month 9–22, Phase 4 → Month 22–24 - Add evaluation criteria, mini user study, demonstration scenarios - Update wording: "Decide tech stack" → "Document and ratify tech stack decision" - Add Related Work drafting as explicit Phase 2 deliverable Tech Stack table: - Add PostgreSQL, Redis, Celery, pytest to both README files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Review Summary by QodoAdd Mermaid roadmap visualization and enhance research roadmap documentation
WalkthroughsDescription• Add color-coded Mermaid gantt chart visualizing 24-month research roadmap • Expand Tech Stack table with PostgreSQL, Redis, Celery, pytest components • Restructure roadmap phases with detailed milestones and evaluation criteria • Update phase durations and rename Phase 3 to "Development & Validation" Diagramflowchart LR
A["README Files<br/>English & Traditional Chinese"] -->|"Add Mermaid<br/>Gantt Chart"| B["24-Month<br/>Research Timeline"]
A -->|"Expand Tech Stack"| C["PostgreSQL, Redis,<br/>Celery, pytest"]
A -->|"Restructure Phases"| D["4 Phases with<br/>Detailed Milestones"]
B --> E["Phase 1-4<br/>Color-Coded"]
D --> F["Updated Month Ranges<br/>& Deliverables"]
File Changes1. README.md
|
Code Review by Qodo
1.
|
- Update Mermaid gantt dateFormat from YYYY-MM to YYYY-MM-DD for clarity - Use explicit month-boundary dates (e.g., 2026-04-01 to 2026-06-01) - Add note below Tech Stack table clarifying these are planned technologies - Apply fixes to both English and Traditional Chinese READMEs Addresses qodo-code-review findings in PR #2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
singyichen
added a commit
that referenced
this pull request
Mar 25, 2026
- Remove 'prompt' from search.py docstring and core.py style keywords since it is not a supported --domain value (closes qodo issue #2) - Remove committed __pycache__/*.pyc files from git tracking - Add .gitignore with Python, Node, env, and IDE exclusions (closes qodo issue #4) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
singyichen
added a commit
that referenced
this pull request
Mar 25, 2026
- Allow zh-TW in prototype/ directory (CLAUDE.md rule update) [#1] - Fix login.html to apply persisted language on load instead of zh-TW [#2] - Add STRINGS[lang] guard in applyLang() to prevent crash on invalid lang [#3] - Extend applyLang() to localize aria-label attributes via data-i18n-aria-label [#4] - Add aria-label i18n keys to dashboard and login STRINGS objects [#4] - Qualify agent ownership paths with "when present" in CLAUDE.md [#5] Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
README.mdandREADME.zh-TW.mdChanges
Gantt chart (new)
Roadmap restructure
Tech Stack table
Test plan
🤖 Generated with Claude Code