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] #303 - 비로그인 시 Home, Search 내 기능 막기 구현 #304

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Guryss
Copy link
Contributor

@Guryss Guryss commented Oct 31, 2024

⭐️Issue

close #303

🌟Motivation

비로그인 시 Home, Search 내 기능 막기 구현했습니다.

🌟Key Changes

홈뷰

  • 오늘의 인기작, 지금 뜨는 수다글 -> 로그인 여부 상관없이 보여지므로 비로그인 때 클릭 시 로그인 유도모달 활성화
  • 관심글 -> 비로그인 시 일반탐색으로 넘어감 -> 일반탐색 검색 후 Cell 클릭 시 로그인 유도모달 활성화
  • 취향 추천 -> 로그인 유도모달 활성화

검색뷰

  • 서치바 클릭 -> 일반탐색 -> 일반탐색 검색 후 Cell 클릭 시 로그인 유도모달 활성화
  • 상세탐색 클릭 시 로그인 유도모달 활성화
  • 소소픽 Cell 클릭 시 로그인 유도모달 활성화

🌟Simulation

ScreenRecording_10-31-2024.23-26-53_1-2.mp4

🌟To Reviewer


🌟Reference


@Guryss Guryss self-assigned this Oct 31, 2024
@Guryss Guryss added the guryss label Oct 31, 2024
Copy link
Contributor

@hyowon612 hyowon612 left a comment

Choose a reason for hiding this comment

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

고생했습니다!!😀
로그인 여부를 APIConstants 전역변수를 가져와 분기처리 하고
HomeInduceLoginModalView를 뷰컨으로 구현하거나,
showInduceLoginModalView 함수를 UIViewController extension으로 빼면
좀 더 재사용성을 높일 수 있을 거 같아요!

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.

[Feat] 회원가입 없이 둘러보기 홈뷰 및 검색뷰 기능 막기
2 participants