Skip to content

[Application] Project Navigator 프로젝트 삭제 기능 추가#144

Closed
SilverSupplier wants to merge 1 commit into
mainfrom
codex/application-project-delete
Closed

[Application] Project Navigator 프로젝트 삭제 기능 추가#144
SilverSupplier wants to merge 1 commit into
mainfrom
codex/application-project-delete

Conversation

@SilverSupplier
Copy link
Copy Markdown
Collaborator

@SilverSupplier SilverSupplier commented Apr 28, 2026

Summary

  • Project Navigator의 최근 프로젝트 목록에 프로젝트 삭제 버튼을 추가했습니다.
  • 삭제 전 확인 다이얼로그를 표시하고, 승인 시 실제 프로젝트 폴더와 최근 목록 항목을 제거합니다.
  • built-in Demo 프로젝트는 삭제할 수 없도록 비활성화했습니다.

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

  • GitHub Project board field linking was not completed because the current gh token is missing the required project scope.
  • Open Folder remains unimplemented and should stay separate from this PR.

@SilverSupplier SilverSupplier force-pushed the codex/application-project-delete branch from 5aee627 to ba0ca26 Compare April 28, 2026 18:11
@SilverSupplier SilverSupplier force-pushed the codex/application-project-delete branch from ba0ca26 to 7fc2335 Compare April 28, 2026 18:12
@learncold learncold deleted the codex/application-project-delete branch April 29, 2026 09:50
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-Project Navigator 프로젝트 삭제 기능 추가

1 participant