feat: TestLink → TestRail 수준 전면 재설계 (Vue 3 SPA + REST API 확장)#406
Open
dahyun-choi wants to merge 13 commits intoTestLinkOpenSourceTRMS:testlink_1_9_20_fixedfrom
Open
feat: TestLink → TestRail 수준 전면 재설계 (Vue 3 SPA + REST API 확장)#406dahyun-choi wants to merge 13 commits intoTestLinkOpenSourceTRMS:testlink_1_9_20_fixedfrom
dahyun-choi wants to merge 13 commits intoTestLinkOpenSourceTRMS:testlink_1_9_20_fixedfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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.
요약
TestLink 1.9.20의 구식 iframe 기반 UI를 Vue 3 SPA로 전면 재설계하고, TestRail의 핵심 기능(인라인 테스트 실행, 실시간 대시보드, 밀리스톤 트래킹)을 구현했습니다.
주요 변경사항
인프라 (Phase 1, 9)
.dockerignore추가백엔드 REST API 확장 (Phase 2)
GET /testprojects/{id}/testsuites- 스위트 트리GET /testsuites/{id}/testcases- TC 목록GET /testcases/{id}- TC 상세GET /testplans/{id}/executions- 실행 현황GET /testplans/{id}/progress- 대시보드 통계 (pass_rate, trend)GET /testprojects/{id}/dashboard- 프로젝트 통계GET|POST /testprojects/{id}/milestones- 밀리스톤 CRUDGET|PUT|DELETE /milestones/{id}- 밀리스톤 관리DB 마이그레이션 (Phase 3)
install/sql/alter_tables/1.9.21/mysql/add_milestones.sql신규 추가milestones테이블 (testproject_id, name, description, due_date, is_completed, completion_rate)Vue SPA (Phase 4-8)
/whoAmI검증), 라우터 가드검증 방법
빌드 결과
npm run build성공: 222 모듈 변환, 오류 없음🤖 Generated with Claude Code