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

feat: wedding api #122

Merged
merged 27 commits into from
Feb 28, 2023
Merged

feat: wedding api #122

merged 27 commits into from
Feb 28, 2023

Conversation

junghoon-vans
Copy link
Member

@junghoon-vans junghoon-vans commented Feb 27, 2023

Related Issue

#61

Description

결혼 API를 구현합니다.

  • 결혼 등록
  • 결혼일 조회
  • 결혼일 수정
  • 결혼 예산 조회
  • 결혼 예산 수정

Screenshots (if appropriate):

@junghoon-vans junghoon-vans added the ✨ feature 기능 추가가 필요한 경우를 명시합니다. label Feb 27, 2023
@junghoon-vans junghoon-vans self-assigned this Feb 27, 2023
@Getter
@Entity
@NoArgsConstructor
public class Wedding extends BaseTimeEntity {
Copy link
Member

Choose a reason for hiding this comment

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

WeddingInfo는 어떨까요?

Copy link
Member Author

@junghoon-vans junghoon-vans Feb 28, 2023

Choose a reason for hiding this comment

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

결혼을 등록한다는 의미에서 Wedding이라는 네이밍을 사용하였습니다.
이와 맞게 문서도 업데이트 해두었습니다.

@junghoon-vans junghoon-vans changed the title feat: wedding info api feat: wedding api Feb 28, 2023
@sonarcloud
Copy link

sonarcloud bot commented Feb 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

90.5% 90.5% Coverage
0.0% 0.0% Duplication

Copy link
Member

@Chaerim1001 Chaerim1001 left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다!!

@junghoon-vans junghoon-vans merged commit cb3bde4 into develop Feb 28, 2023
@junghoon-vans junghoon-vans deleted the feature/wedding-info-api branch February 28, 2023 08:56
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.

2 participants