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

[BE] feat: Recipe에 생성 시간 추가 #417

Merged
merged 4 commits into from
Aug 14, 2023
Merged

[BE] feat: Recipe에 생성 시간 추가 #417

merged 4 commits into from
Aug 14, 2023

Conversation

hanueleee
Copy link
Collaborator

@hanueleee hanueleee commented Aug 12, 2023

Issue

✨ 구현한 기능

  • Recipe에 createdAt 컬럼 추가
  • 꿀조합 상세 조회 api 반환값 수정
    • nickName -> nickname
    • createdAt 필드 추가

📢 논의하고 싶은 내용

X

🎸 기타

  • DB에 접속해서 Recipe에 createdAt 필드 추가 하겠습니다.

⏰ 일정

  • 추정 시간 : 0.5
  • 걸린 시간 : 0.5

@hanueleee hanueleee self-assigned this Aug 12, 2023
@github-actions
Copy link

Unit Test Results

107 tests   107 ✔️  8s ⏱️
  68 suites      0 💤
  68 files        0

Results for commit 3d597eb.

Copy link
Member

@70825 70825 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍

Copy link
Collaborator

@wugawuga wugawuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

생성시간 추가 고생하셨습니다 👍

Copy link
Collaborator

@Go-Jaecheol Go-Jaecheol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DB에 컬럼 추가하고 머지하면 될 것 같아요 👍👍

@wugawuga wugawuga merged commit 9887ded into develop Aug 14, 2023
3 checks passed
@wugawuga wugawuga deleted the feat/issue-415 branch August 14, 2023 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 꿀조합 상세 조회 api 수정 사항 반영
5 participants