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] 호스트 페이지 모달 api 연동 #109

Merged
merged 8 commits into from
Nov 14, 2024

Conversation

jsk3342
Copy link
Collaborator

@jsk3342 jsk3342 commented Nov 14, 2024

🚀 Issue Number

주요 작업

  1. 유저의 id를 저장합니다.
  2. 모달에서 유저 별 스트림 키를 가져옵니다.

고민과 해결 과정

  1. 유저 id 생성
    최초 진입 시, 유저 id를 nanoid를 활용하여 생성합니다. 생성한 id는 로컬스토리지에 저장하여, 있다면 기존의 id를 사용합니다.
  2. 유저 스트림 키 불러오기
    userId와 함께 요청하여 스트림 키를 불러 옵니다. 가져온 키를 복사할 수 있게 모달 인풋으로 렌더링합니다.

📸 Screenshots

스크린샷 2024-11-14 오후 7 11 41

🔜 추가 내용 (선택)

@jsk3342 jsk3342 added FEAT 기능 구현 FE🎄 labels Nov 14, 2024
@spearStr spearStr merged commit e0918a0 into dev-fe Nov 14, 2024
3 checks passed
@jsk3342 jsk3342 deleted the feature-FE-#95-host_page branch November 18, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE🎄 FEAT 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants