Skip to content

[Application] Add scenario result skip action#198

Merged
learncold merged 1 commit into
mainfrom
codex/enable-early-view-results
May 7, 2026
Merged

[Application] Add scenario result skip action#198
learncold merged 1 commit into
mainfrom
codex/enable-early-view-results

Conversation

@muzygosu
Copy link
Copy Markdown
Collaborator

@muzygosu muzygosu commented May 6, 2026

Summary

  • 시나리오 실행 화면의 View Results 위에 Skip for Result 버튼을 추가한다.
  • 시뮬레이션 재생 중에는 추가 결과 계산을 자동으로 병행하지 않고, 사용자가 Skip for Result를 누른 경우에만 남은 시뮬레이션을 끝까지 계산한다.
  • 결과 계산이 완료되거나 기존 결과 캐시가 있는 경우에만 View Results를 활성화한다.
  • Run Again으로 실행 화면에 돌아온 경우 기존 frame/risk/artifacts를 캐시로 넘겨, 다시 처음부터 계산하지 않고 바로 결과창으로 돌아갈 수 있게 한다.

Related Issue

  • None (application-only PR)

Area

  • Engine
  • Domain
  • Application
  • Docs
  • Build
  • Analysis
  • Chore

Architecture Check

  • I kept the dependency direction application -> domain -> engine.
  • I did not add Qt UI code to src/domain.
  • I did not add domain or application dependencies to src/engine.
  • I used src/ as the include root.

Verification

  • cmake --preset windows-debug
  • cmake --build --preset build-debug
  • ctest --preset test-debug
  • Not run (reason below)

Risks / Follow-up

@muzygosu muzygosu requested a review from learncold as a code owner May 6, 2026 06:03
@learncold learncold merged commit 8083f06 into main May 7, 2026
3 checks passed
@learncold learncold deleted the codex/enable-early-view-results branch May 7, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants