Skip to content

[Application] Remove current app UI#136

Merged
learncold merged 1 commit into
mainfrom
codex/rebuild-application-ui
Apr 21, 2026
Merged

[Application] Remove current app UI#136
learncold merged 1 commit into
mainfrom
codex/rebuild-application-ui

Conversation

@learncold
Copy link
Copy Markdown
Owner

@learncold learncold commented Apr 21, 2026

Summary

  • Removed the current Qt application UI implementation and left a minimal empty MainWindow shell.
  • Added the Sprint demo plan document and linked it from docs/README.md.

Related Issue

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

  • The application intentionally has no functional UI beyond an empty window after this change.

@learncold learncold merged commit 69f55ba into main Apr 21, 2026
2 of 3 checks passed
@learncold learncold deleted the codex/rebuild-application-ui branch April 21, 2026 08:41
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.

Task-현재 애플리케이션 UI 제거

1 participant