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

Release: v1.0 릴리즈 #300

Merged
merged 218 commits into from
Dec 14, 2023
Merged

Release: v1.0 릴리즈 #300

merged 218 commits into from
Dec 14, 2023

Conversation

LellowMellow
Copy link
Collaborator

v1.0 릴리즈를 위한 PR입니다.

Jw705 and others added 30 commits December 8, 2023 21:04
socket 통신 관련 함수를 핸들러 함수로 분리했습니다.
…asUtil에 저장

다시보기 페이지를 구현할 때 함께 사용할 수 있는 함수를 분리해서 같이
사용할 수 있게 했습니다.
AnalyserNode에서 정규화된 볼륨을 계산하는 calcNormalizedVolume를
분리했습니다.
convertMsTohhmm와 같은 함수를 만들어 분리했습니다.
두번째로 연결해서 사용하는 소켓의 이름을 더 명확한 의미를 갖도록
변경했습니다.
반환값을 주는 것을 잊고 있다가 발견해서 수정했습니다.
1차 프로토타입을 구현했습니다. 아직 화면 깜빡임과 같은 오류가 있습니다.
화면 비율 계산 과정에서의 문제점을 개선하여 더 매끄럽게 다시보기가
가능하도록 개선했습니다.
- login 페이지 이름을 UserAuth로 변경하였습니다.
- App.tsx 코드를 순서에 맞게 정리하였습니다.
- 로그인/회원가입 페이지 작업을 위한 이미지를 추가하였습니다.
- 로그인 UI 작업을 완료하였습니다.
- 회원가입 UI 작업을 완료하였습니다.
Refactor: 강의자/참여자 헤더 리팩토링
- 각각의 입력 필드에 대한 검증을 진행하고, 문제가 없을 경우 이를
  표시하도록 처리하였습니다.
Refactor: ResponseDto 추가 및 코드컨벤션 적용
- 로그인과 회원가입 API 연동을 완료하였습니다.
- login 페이지 이름을 UserAuth로 변경하였습니다.
- App.tsx 코드를 순서에 맞게 정리하였습니다.
- 로그인/회원가입 페이지 작업을 위한 이미지를 추가하였습니다.
- 로그인 UI 작업을 완료하였습니다.
- 회원가입 UI 작업을 완료하였습니다.
- 각각의 입력 필드에 대한 검증을 진행하고, 문제가 없을 경우 이를
  표시하도록 처리하였습니다.
- 로그인과 회원가입 API 연동을 완료하였습니다.
- 잘못 변경한 state값을 수정하였습니다.
강의자 화이트보드를 불러오는 과정을 최적화하고, 불러오기 함수의 인자를
더 명시적으로 확인 할 수 있게 개선했습니다.
다시보기 페이지에서 일시정지가 가능하도록 개선했습니다.
tmddus2 and others added 17 commits December 13, 2023 20:44
Fix: 게스트 참여자 정상적으로 적용안되는 부분 수정
엑세스 토큰이 만료된 경우에 참여자 페이지에서 해당 사용자를 게스트로
전환해서 사용하도록 변경했습니다.
존재하지 않는 강의실에 입장한 경우 메인 페이지로 이동하도록 했습니다.
Fix: 수강목록 종료된 강의만 불러오기
디버깅 용도로 사용한 console.log, 주석을 제거했습니다.
Fix: NCP Object Storage에 mp3 파일 업로드 안되는 부분 수정
…ar-bug

Fix: 프로그래스 바 마우스 다운 이벤트 발생 시 사라지는 버그 해결
Fix: 토큰 만료된 사용자가 참여자 페이지에서 화이트보드를 볼 수 없는 문제 해결
Feat: CLOVA 장문 음성추출 API 호출
서버에서 받아온 데이터로 다시보기를 확인 할 수 있습니다.
@LellowMellow LellowMellow added the ALL 백엔드/프론트엔드 공통 작업 label Dec 14, 2023
@LellowMellow LellowMellow added this to the 6주차 milestone Dec 14, 2023
@LellowMellow LellowMellow self-assigned this Dec 14, 2023
Copy link

netlify bot commented Dec 14, 2023

Deploy Preview for boarlog ready!

Name Link
🔨 Latest commit 8af8d44
🔍 Latest deploy log https://app.netlify.com/sites/boarlog/deploys/657a77d51c2f6200083bd335
😎 Deploy Preview https://deploy-preview-300--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
Member

@platinouss platinouss left a comment

Choose a reason for hiding this comment

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

다들 너무 고생하셨습니다 😁

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.

It looks perpect to me!

Copy link
Collaborator

@Jw705 Jw705 left a comment

Choose a reason for hiding this comment

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

역사적인 1.0 릴리즈네요! 다들 정말 고생 많으셨습니다 😊

Copy link
Collaborator

@tmddus2 tmddus2 left a comment

Choose a reason for hiding this comment

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

역사적인 1.0...🥹 LGTM 아니고 Look Perfect To Me......

@tmddus2 tmddus2 merged commit ef60dfd into main Dec 14, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALL 백엔드/프론트엔드 공통 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants