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: [Pet] 내 반려동물 조회 usecase 구현 #81

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

Yellowtoast
Copy link
Contributor

Description

내 반려동물 조회 usecase를 구현하였습니다.

Type of Change

  • [v] ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@Yellowtoast Yellowtoast self-assigned this Feb 10, 2024
@Yellowtoast Yellowtoast linked an issue Feb 10, 2024 that may be closed by this pull request
@Yellowtoast Yellowtoast added the review needed 개발자가 리뷰어에게 코드 리뷰를 요청 label Feb 10, 2024
Copy link
Contributor

@juan-rybczinski juan-rybczinski left a comment

Choose a reason for hiding this comment

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

/users/me/pets API를 호출하는 Usecase 구현 확인했습니다! LGTM 👊

lib/features/pet/entities/pet_data_entity.dart Outdated Show resolved Hide resolved
@juan-rybczinski juan-rybczinski added answer needed 리뷰어가 개발자에게 코드 리뷰에 대한 응답을 요청 and removed review needed 개발자가 리뷰어에게 코드 리뷰를 요청 labels Feb 10, 2024
@Yellowtoast Yellowtoast force-pushed the 79-pet-반려동물-등록-usecase-구현 branch from b51d0f6 to ea26c95 Compare February 10, 2024 11:31
@Yellowtoast Yellowtoast added review needed 개발자가 리뷰어에게 코드 리뷰를 요청 and removed answer needed 리뷰어가 개발자에게 코드 리뷰에 대한 응답을 요청 labels Feb 10, 2024
@Yellowtoast Yellowtoast added the merge needed 리뷰어가 코드 리뷰를 마치고 개발자에게 머지를 요청 label Feb 10, 2024
@Yellowtoast Yellowtoast merged commit b810835 into dev Feb 10, 2024
@Yellowtoast Yellowtoast deleted the 79-pet-반려동물-등록-usecase-구현 branch February 10, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge needed 리뷰어가 코드 리뷰를 마치고 개발자에게 머지를 요청 review needed 개발자가 리뷰어에게 코드 리뷰를 요청
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Pet] 내 반려동물 조회 Usecase 구현
2 participants