Skip to content

[Refactor] Architecture change based on service#34

Merged
kikiru328 merged 53 commits intodevelopfrom
refactor/ca
Jul 25, 2025
Merged

[Refactor] Architecture change based on service#34
kikiru328 merged 53 commits intodevelopfrom
refactor/ca

Conversation

@kikiru328
Copy link
Collaborator

작업 내용

기존 잘못되어 있었던 layer architecture를 기능별 clean architecture구현.
DI활용해서 의존성 역전 문제 해결

domain <-- application <-- interface <-- infra

관련 이슈

현재 문제:

  1. query 문제 해결 방안 구상
  2. commit, update, 각 application service에 맞춰서 구현
  3. log연결 --> dashboard
  4. frontend 생각해야 함.

완료 사항

스크린샷

테스트

# 테스트 방법 예시
poetry shell
poetry run python -m app.main

리뷰요청사항

- PR 크기 권장사항: 200~400줄 내
- 하나의 기능/이슈에 집중
- 가능하면 테스트 포함

추가정보

  • python3.13 사용
  • Poetry 2.1.3으로 테스트됨

@kikiru328 kikiru328 added this to the v1.0 - MVP Core Features milestone Jul 25, 2025
@kikiru328 kikiru328 self-assigned this Jul 25, 2025
@kikiru328 kikiru328 added the enhancement New feature or request label Jul 25, 2025
@sonarqubecloud
Copy link

@kikiru328 kikiru328 merged commit 7e83063 into develop Jul 25, 2025
2 checks passed
@kikiru328 kikiru328 deleted the refactor/ca branch July 25, 2025 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant