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

Feature(#69) 참여자 페이지 강의 시간 확인, 강의 코드에 맞춰서 강의실 생성/입장 구현 #200

Merged

Conversation

Jw705
Copy link
Collaborator

@Jw705 Jw705 commented Dec 5, 2023

작업 개요

  • 참여자 페이지에서 강의 시간을 확인할 수 있다.
  • 강의 코드에 맞춰서 강의실 생성/입장 구현할 수 있다.

작업 사항

http://localhost:5173/Instructor?roomid=123456와 같이 주소창에 roomid를 넣어서 사용할 수있습니다.
같은 roomid를 가진 강의자의 발표만 참여자가 확인할 수 있습니다.

고민한 점들(필수 X)

여기에 작성하세요

스크린샷(필수 X)

여기에 작성하세요

Jw705 added 8 commits December 5, 2023 15:10
강의자가 서버에 연결을 성공한 시점을 보다 정확한 시점으로 변경해서 해당
시점에서 서버 연결 완료 toast를 띄우고 socket2 연결을 하도록
개선했습니다.
roomid를 주소값의 쿼리스트링으로 받아 올 수 있게 개선했습니다.
참여자 페이지에서 강의 진행 시간을 확인할 수 있습니다.
주소 뒤에 쿼리스트링으로 (?123456) 강의 코드를 입력하면 해당 코드를 방
번호로 해서 같은 코드를 가진 사람에게만 강의를 제공하도록 했습니다.
LogContainer에 추가했습니다
미디어 서버 주소를 env를 사용하도록 개선했습니다.
@Jw705 Jw705 added ✨ Feat 기능 개발 FE 프론트엔드 작업 labels Dec 5, 2023
@Jw705 Jw705 added this to the 5주차 milestone Dec 5, 2023
@Jw705 Jw705 self-assigned this Dec 5, 2023
Copy link

netlify bot commented Dec 5, 2023

Deploy Preview for boarlog ready!

Name Link
🔨 Latest commit 357a27a
🔍 Latest deploy log https://app.netlify.com/sites/boarlog/deploys/656ee501a2c1660008ef6208
😎 Deploy Preview https://deploy-preview-200--boarlog.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@Byeonjin Byeonjin left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@Jw705 Jw705 merged commit a9912b7 into boostcampwm2023:dev Dec 5, 2023
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