Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/214 feature 프로젝트 생성수정 수정 #252

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

a121255
Copy link
Contributor

@a121255 a121255 commented Jan 24, 2025

🚀 Pull Request

프로젝트 생성/수정 수정

#️⃣ 연관된 이슈

#214

📋 작업 내용

ProgressStep

  • 필요하지 않은 컬럼의 nullable false 제거
  • CurrentStep enum 추가

Project

  • progressStepId (현재 진행단계), dewOwnerId(개발사 대표자 아이디) 추가
  • resisterId, updateId의 형식 UUID로 변경
  • 현재 진행단계 변경값을 적용하는 updateProgressStep 추가

ProgressRepository

  • ProgressRepository 생성

ProjectRequest, ProjectResponse

  • progressStepId, devOwnerId 추가
  • resisterId, updaterId UUID로 변경

ProjectServiceImpl

  • 프로젝트 생성 시 프로젝트 단계 생성
  • 생성된 첫번째 단계의 아이디를 현재 진행단계로 지정 (고정)

@a121255 a121255 added the FEATURE 기능 추가 label Jan 24, 2025
@a121255 a121255 self-assigned this Jan 24, 2025
@a121255 a121255 linked an issue Jan 24, 2025 that may be closed by this pull request
2 tasks
@a121255 a121255 merged commit 4d1c190 into dev Jan 24, 2025
oowtl added a commit that referenced this pull request Jan 24, 2025
- 컨벤션으로 인한 수정

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 24, 2025
- 컨벤션으로 인한 수정

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 24, 2025
- 프로젝트 진행 단계 조회 API

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 24, 2025
- QuestionRepository
- QuestionReader

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 24, 2025
- QuestionCounter

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 24, 2025
oowtl added a commit that referenced this pull request Jan 24, 2025
@a121255 a121255 deleted the feature/214-feature-프로젝트-생성수정-수정 branch January 31, 2025 02:01
oowtl added a commit that referenced this pull request Jan 31, 2025
- 컨벤션으로 인한 수정

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 31, 2025
- 컨벤션으로 인한 수정

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 31, 2025
- 프로젝트 진행 단계 조회 API

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 31, 2025
- QuestionRepository
- QuestionReader

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 31, 2025
- QuestionCounter

연관 이슈
- #252
oowtl added a commit that referenced this pull request Jan 31, 2025
oowtl added a commit that referenced this pull request Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 프로젝트 생성/수정 수정
4 participants