[Refactor] AI Run 이전의 레거시 목업 검토 위저드 제거 - #321
Merged
Merged
Conversation
/tasks/new의 스텝 인디케이터에서 미래 단계를 클릭하면 AI Run 제출 없이도 완전히 별개의 옛날 목업 위저드(InformationPendingStep/DraftPreparationStep/ FinalReviewStep)로 빠질 수 있었다. AI Run이 실제 흐름을 대체한 뒤로 이 경로는 죽은 코드였다. - steps/ 3개 컴포넌트, reviewWorkData.ts 목업 데이터 제거 (REVIEW_STEPS만 유지) - ReviewWorkPage: aiRunId 없이 진입하면 /tasks/new로 리다이렉트 - CreateWorkPage: 스텝 인디케이터를 클릭 불가능한 진행 표시로 변경 closes #320
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.
closes #320
문제
/tasks/new의 스텝 인디케이터에서 미래 단계를 클릭하면 AI Run 제출 없이도 완전히 별개의 옛날 목업 위저드로 빠질 수 있었음. AI Run이 실제 흐름을 대체한 뒤로 죽은 코드였음.변경 사항
ReviewWorkPage/steps/3개 컴포넌트 삭제reviewWorkData.ts목업 데이터 전부 제거,REVIEW_STEPS만 유지ReviewWorkPage:aiRunId없이 진입하면/tasks/new로 리다이렉트CreateWorkPage: 스텝 인디케이터를 클릭 불가능한 진행 표시로 변경검증
tsc -b통과lint0 errorsCreateWorkPage/ReviewWorkPage테스트 통과build통과 (번들 크기 감소 확인)