[Application] Sprint 1 Empty/Error 상태 보완#155
Closed
SilverSupplier wants to merge 1 commit into
Closed
Conversation
- ProjectListWidget: '저장된 프로젝트 없음' 화면에 New Project 안내 힌트 추가 - ScenarioAuthoringWidget Run 패널: Staged scenario 없을 때 다음 행동 안내 문구 + Run 버튼 비활성 tooltip 추가 - ScenarioAuthoringWidget: Stage Scenario 버튼 상태별 tooltip 추가 (시나리오 미생성/스테이징 토글) - LayoutReviewWidget: Approve Layout 버튼 비활성 tooltip + 상태 라벨 문구 정리 - NewProjectWidget: DXF 입력 placeholder 명확화 + Done 버튼 필수 입력 tooltip
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
Sprint 1 시연에서 사용자가 빈 화면, 비활성 버튼, 모호한 상태에서 다음 행동을 즉시 이해할 수 있도록 application-only 범위에서 보수적으로 문구만 보완했습니다. 비즈니스 로직 변경은 없습니다.
Related Issue
Area
Architecture Check
application -> domain -> engine.src/domain.domainorapplicationdependencies tosrc/engine.src/as the include root.Verification
cmake --preset windows-debugcmake --build --preset build-debug(safecrowd_app.exe 컴파일/링크 성공; vcpkg Qt DLL 후처리 복사 단계만 환경 문제로 실패)ctest --preset test-debug(safecrowd_tests 1/1 Passed)추가로 CI 경로도 확인했습니다:
cmake --build --preset build-no-app-debug통과ctest --preset test-no-app-debug통과 (1/1)Risks / Follow-up