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/#32] search / 검색 뷰 서버 통신 구현 #35

Merged
merged 83 commits into from
Jul 6, 2023

Conversation

0zlrlo
Copy link
Member

@0zlrlo 0zlrlo commented Jun 29, 2023

관련 이슈

작업 내역

  • content, user 관련한 기초 세팅 완료하였습니다.
  • 검색뷰 서버 붙여 보았습니다.(아직 서버 배포가 안되어서 서버 잘 붙여진 것만 확인하였습니다)
  • 삭제 기능 구현하였습니다.

PR 포인트

  • 좋아요 뷰까지 모두 완성시켰습니다ㅠㅠ드디어......!! 영상 새로 첨부했으니 확인하시면 됩니다!

실행 화면

잘 GET 한 것을 확인할 수 있습니다.
스크린샷 2023-06-29 오후 10 53 57
삭제 기능 구현한 영상입니다.
https://www.notion.so/c6f9c63a7e6b440c9c044cd5d5932bd8

0zlrlo added 30 commits June 18, 2023 13:35
@b1urrrr
Copy link
Member

b1urrrr commented Jul 1, 2023

한가지 우려되는 점은 이 브랜치가 좋아요뷰(아직 ui에서 완성되지 않음)에서 파생이 된 브랜치인데 머지를 하면 좋아요뷰 작업물도 여기에 쌓이는 것 같은데 맞나요..?

네 같이 쌓일 것 같네여

Copy link
Member

@b1urrrr b1urrrr left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~
다음부터 브랜치는 develop에서 파도록 주의해주세요!
그리고 선택하고 삭제하는 로직 제대로 구현되어 있는지 한번씩 확인해주세요!

app/build.gradle Outdated Show resolved Hide resolved
app/gradle/wrapper/gradle-wrapper.properties Show resolved Hide resolved
app/gradlew Outdated Show resolved Hide resolved
app/gradlew.bat Outdated Show resolved Hide resolved
app/src/main/res/layout/item_like_content.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/item_like_content.xml Outdated Show resolved Hide resolved
@0zlrlo 0zlrlo requested a review from b1urrrr July 3, 2023 15:34
Copy link
Member

@etama123 etama123 left a comment

Choose a reason for hiding this comment

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

서버 기초 세팅까지,,
너무 고생하셨습니다🧩

@0zlrlo 0zlrlo requested a review from etama123 July 5, 2023 15:17
Copy link
Member

@b1urrrr b1urrrr left a comment

Choose a reason for hiding this comment

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

LGTM!!
토스트 커스텀까지...🥺 고생 많으셨습니다!!

@0zlrlo 0zlrlo merged commit 3e9b6e2 into develop Jul 6, 2023
1 check passed
@b1urrrr b1urrrr deleted the feature/#32-feat-search-view branch July 8, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 PULL REQUEST 🚀 pull request 날리기 지은 🐭 지은's task
Projects
Development

Successfully merging this pull request may close these issues.

[FEAT] search / 검색뷰 서버 통신 [UI] like / 좋아요 뷰 구현
3 participants