-
Notifications
You must be signed in to change notification settings - Fork 0
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: v0.2 릴리즈 #237
Release: v0.2 릴리즈 #237
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2e8a33 - Browse repository at this point
Copy the full SHA a2e8a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28cadc6 - Browse repository at this point
Copy the full SHA 28cadc6View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1304b8a - Browse repository at this point
Copy the full SHA 1304b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a474c - Browse repository at this point
Copy the full SHA 37a474cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 851cef6 - Browse repository at this point
Copy the full SHA 851cef6View commit details -
feat: canvas JSON 데이터 실시간 생성 프로토 타입 함수 구현
canvas의 JSON 데이터를 실시간으로 생성하는 프로토 타입 함수를 구현했습니다.
Configuration menu - View commit details
-
Copy full SHA for 89cbded - Browse repository at this point
Copy the full SHA 89cbdedView commit details
Commits on Dec 2, 2023
-
feat: fabric canvas 줌 및 좌표 저장 및 불러오기 구현
fabric canvas에서 강의자가 줌인 한 정도와 마우스로 움직인 정도를 저장하고 불러오게 했습니다.
Configuration menu - View commit details
-
Copy full SHA for 123fca5 - Browse repository at this point
Copy the full SHA 123fca5View commit details -
fix: 지우개 툴 선택 후 선택툴 클릭시 요소 삭제 오류 #177
- 원인: 지우개의 selection:created 이벤트가 등록된 상태로 선택 툴에서 같은 이벤트가 발생해 그래픽 요소 삭제 - 해결: 툴이 바뀔 때마다 이벤트를 지워주는 코드가 있는데 selection:created도 지우도록 했습니다.
Configuration menu - View commit details
-
Copy full SHA for 73b0eb3 - Browse repository at this point
Copy the full SHA 73b0eb3View commit details -
fix: 메모지 내에 입력한 개행이 사라지는 버그 #178
- 원인: 메모지에 공백을 입력시 텍스트를 디폴트 값으로 바꿔주게 구현이 되어있습니다. 개행만 하고 다른 텍스트를 입력하지 않았을 때를 체크하기 위해 모든 개행문자를 제거하고 글자 수를 체크합니다. 이 개행문자가 제거된 텍스트가 편집후 메모지의 텍스트 내용으로 갱신되기 때문에 문제가 발생했습니다. - 해결: 개행만하고 다른 문자를 입력하지 않는가를 체크하기 위해 개행을 제거하는 동작을 조건문 안에서만 실행되게 수정했습니다.
Configuration menu - View commit details
-
Copy full SHA for caffd7e - Browse repository at this point
Copy the full SHA caffd7eView commit details -
feat: 강의자 소켓 연결 실패시 에러 toast 발생하도록 수정
소켓 연결 실패할 경우 에러 toast를 띄우고, 서버 연결이 완료된 경우에만 안내 toast를 띄우고 타이머를 작동시키도록 했습니다.
Configuration menu - View commit details
-
Copy full SHA for c87e527 - Browse repository at this point
Copy the full SHA c87e527View commit details -
feat: 발표자의 영상과 음성 스트림을 파일로 추출 #180
발표자의 음성 또는 영상을 프레임 단위로 받고, 해당 데이터를 버퍼에 저장한다. 이후 강의가 종료되면 버퍼에 저장되어 있던 데이터를 ffmpeg 모듈을 이용하여 mp4 파일로 추출한다.
Configuration menu - View commit details
-
Copy full SHA for 8ef6bf9 - Browse repository at this point
Copy the full SHA 8ef6bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c59a173 - Browse repository at this point
Copy the full SHA c59a173View commit details -
feat: renderall() 메서드로 강의자가 화면을 건드리지 않아도 참여자에게 보이도록 개선
onframe에 renderAll 메서드로 계속해서 화면을 갱신하여 참여자가 입장과 함께 화면을 바로 보기 좋도록 개선해보았습니다.
Configuration menu - View commit details
-
Copy full SHA for 0c93d9c - Browse repository at this point
Copy the full SHA 0c93d9cView commit details
Commits on Dec 3, 2023
-
발표자의 영상 프레임과 음성 샘플을 저장해둔 임시파일을 병합 후 삭제해야 하는데 이때 비동기로 처리하도록 변경한다.
Configuration menu - View commit details
-
Copy full SHA for 871dd97 - Browse repository at this point
Copy the full SHA 871dd97View commit details -
refactor: 녹화에 필요한 peer의 스트림 정보를 클래스 인스턴스로 관리
추후 확장성을 고려하여 영상 및 음성 녹화에 필요한 정보를 클래스 단위로 모듈화했습니다.
Configuration menu - View commit details
-
Copy full SHA for 0bc09c5 - Browse repository at this point
Copy the full SHA 0bc09c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b22ca - Browse repository at this point
Copy the full SHA 68b22caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 391d1e5 - Browse repository at this point
Copy the full SHA 391d1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eceeef - Browse repository at this point
Copy the full SHA 8eceeefView commit details -
Merge pull request #181 from platinouss/feature/231202-convert-media-…
…file Feature(#180): 발표자의 영상과 음성 스트림을 파일로 저장
Configuration menu - View commit details
-
Copy full SHA for 371891e - Browse repository at this point
Copy the full SHA 371891eView commit details -
feat: 디버깅 용도의 버튼삭제, 서버 주소 원래대로 변경
디버깅 용도의 버튼을 삭제하고, 미디어 서버의 주소를 원래대로 변경했습니다.
Configuration menu - View commit details
-
Copy full SHA for e516221 - Browse repository at this point
Copy the full SHA e516221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a7404 - Browse repository at this point
Copy the full SHA 86a7404View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d48c65 - Browse repository at this point
Copy the full SHA 1d48c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd5456 - Browse repository at this point
Copy the full SHA fbd5456View commit details -
Merge pull request #184 from Jw705/feature/231201-json-upload-test
Fix(#183) 강의 참여시 곧바로 발표자의 화이트보드가 보이도록 개선
Configuration menu - View commit details
-
Copy full SHA for 99bcfab - Browse repository at this point
Copy the full SHA 99bcfabView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf2bc9 - Browse repository at this point
Copy the full SHA dcf2bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3883303 - Browse repository at this point
Copy the full SHA 3883303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ca950 - Browse repository at this point
Copy the full SHA 02ca950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2f4fb - Browse repository at this point
Copy the full SHA 1a2f4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e2e24 - Browse repository at this point
Copy the full SHA 95e2e24View commit details -
refactor: 음성 입출력 관련 state 파일 src/stores로 이동
음성 입출력 관련 state 파일을 src/stores로 이동했습니다.
Configuration menu - View commit details
-
Copy full SHA for 47f1370 - Browse repository at this point
Copy the full SHA 47f1370View commit details -
Merge pull request #186 from tmddus2/feature/231204-swagger
Feature(#187): Swagger 설정
Configuration menu - View commit details
-
Copy full SHA for 2672b63 - Browse repository at this point
Copy the full SHA 2672b63View commit details -
Merge pull request #189 from LellowMellow/feature/231204-install-axios
Feature(#188): Axios 라이브러리 설치
Configuration menu - View commit details
-
Copy full SHA for 7671ef2 - Browse repository at this point
Copy the full SHA 7671ef2View commit details -
fix: access token으로 사용자를 판별하도록 구성
강의 생성(또는 입장) 소켓과 강의 기능 제공 소켓이 다른 소켓으로 연결되어, access token으로 클라이언트를 구분한다. 클라이언트의 접속이 끊겨서 새로운 socket으로 요청하더라도 쉽게 클라이언트를 판별할 수 있다.
Configuration menu - View commit details
-
Copy full SHA for d87514c - Browse repository at this point
Copy the full SHA d87514cView commit details -
클라이언트에서 미디어 서버로 socket 요청을 보낼 때 auth 필드에 access token을 추가하여 요청한다.
Configuration menu - View commit details
-
Copy full SHA for ba06177 - Browse repository at this point
Copy the full SHA ba06177View commit details -
Merge pull request #190 from platinouss/fix/231203-client-identification
Fix(#182): 미디어 서버에서 access token으로 사용자를 판별하도록 재구성
Configuration menu - View commit details
-
Copy full SHA for 53d3b00 - Browse repository at this point
Copy the full SHA 53d3b00View commit details -
Merge commit '53d3b0093ea577c6b54e8ef33a3a0960817be88c' into feature/…
…231204-socket-connect-test
Configuration menu - View commit details
-
Copy full SHA for 8b146fc - Browse repository at this point
Copy the full SHA 8b146fcView commit details -
feat: 변경된 미디어서버에 맞춰서 강의자/참여자 페이지 연결 과정 수정
변경된 미디어 서버에 맞춰서 강의자와 참여자 페이지의 연결 과정을 수정했습니다.
Configuration menu - View commit details
-
Copy full SHA for a9a9b05 - Browse repository at this point
Copy the full SHA a9a9b05View commit details -
발표자에서 서버로 소켓 emit 이벤트를 실행시킨 후, 참여자에게 보이는 것을 확인했습니다.
Configuration menu - View commit details
-
Copy full SHA for 872ea47 - Browse repository at this point
Copy the full SHA 872ea47View commit details -
- 에러 페이지 라우팅 작업을 완료하였습니다. - 에러 페이지의 UI 작업을 완료하였습니다. - 모바일을 고려하여 반응형 작업을 완료하였습니다.
Configuration menu - View commit details
-
Copy full SHA for 0a8b901 - Browse repository at this point
Copy the full SHA 0a8b901View commit details -
- 홈 화면으로 돌아가기 버튼 클릭 시에 Home으로 이동하도록 navigate를 추가하였습니다.
Configuration menu - View commit details
-
Copy full SHA for cfbed70 - Browse repository at this point
Copy the full SHA cfbed70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e7d93 - Browse repository at this point
Copy the full SHA 01e7d93View commit details -
feat: 참여자->발표자 소켓 통신 반영, 참여자 페이지에 서버 연결 실패 toast 추가
참여자 페이지에서 발표자 페이지로 소켓 통신을 테스트하고, 참여자 페이지에 서버 연결 실패를 알리는 toast를 추가했습니다.
Configuration menu - View commit details
-
Copy full SHA for 5df33a7 - Browse repository at this point
Copy the full SHA 5df33a7View commit details -
feat: global.css a11y-hidden 추가
- 접근성을 위해 input에 label을 연결해야 하는데, 이 label의 텍스트를 디자인을 위해 숨기기만 하기위한 스타일입니다
Configuration menu - View commit details
-
Copy full SHA for 9bbfcfd - Browse repository at this point
Copy the full SHA 9bbfcfdView commit details -
feat: 강의 참여 페이지 채팅 사이드바를 사용자가 확인할 수 있다 (UI 작업) #42
- 채팅 사이드바 UI 작업 - 채팅 공백시 버튼 비활성화 기능 구현
Configuration menu - View commit details
-
Copy full SHA for 8096bfe - Browse repository at this point
Copy the full SHA 8096bfeView commit details -
feat: canvas JSON 형태 전송 프로토타입 구현
canvas의 내용을 미디어 스트림이 아닌 json형태로 전송하는 프로토타입을 구현했습니다.
Configuration menu - View commit details
-
Copy full SHA for ca4b37a - Browse repository at this point
Copy the full SHA ca4b37aView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f78dcc - Browse repository at this point
Copy the full SHA 3f78dccView commit details -
Merge pull request #191 from LellowMellow/feature/231204-add-404-page
Feature(#24): Error 페이지, 강의 종료 페이지 구현
Configuration menu - View commit details
-
Copy full SHA for 58aa079 - Browse repository at this point
Copy the full SHA 58aa079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c2e5e - Browse repository at this point
Copy the full SHA 09c2e5eView commit details -
feat: 서버에 메세지 보내고 받는 socket recoil 객체로 관리할 수 있도록 개선
서버에 메세지를 보내고 받는 socket 객체를 recoil로 관리할 수 있도록 개선했습니다.
Configuration menu - View commit details
-
Copy full SHA for 5ccb826 - Browse repository at this point
Copy the full SHA 5ccb826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f42135 - Browse repository at this point
Copy the full SHA 4f42135View commit details -
Merge pull request #192 from Byeonjin/feature/231204-question-chattin…
…g-UI Feature(#42): 강의 참여 페이지 채팅 사이드바를 사용자가 확인할 수 있다 (UI 작업)
Configuration menu - View commit details
-
Copy full SHA for 4050d72 - Browse repository at this point
Copy the full SHA 4050d72View commit details -
Merge commit '4050d72429566f0e880699b6427a275605c6c0a9' into feature/…
…231204-socket-connect-test
Configuration menu - View commit details
-
Copy full SHA for 6e11fd0 - Browse repository at this point
Copy the full SHA 6e11fd0View commit details -
feat: 질문 내용을 입력하여 버튼을 클릭하면, 서버에 질문 내용을 전달한다. #40
질문 내용을 입력 후 버튼을 누르면 서버를 통해 강의자에게 질문 내용을 전달합니다.
Configuration menu - View commit details
-
Copy full SHA for 4b83f24 - Browse repository at this point
Copy the full SHA 4b83f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1920e2 - Browse repository at this point
Copy the full SHA a1920e2View commit details -
fix: 참여자 페이지 navigate() 동작시 발생하는 오류 fix #193
참여자 페이지에서 다른 페이지로 navigate 할 때 발생하는 오류를 수정했습니다. Co-authored-by: Byeonjin <[email protected]> Co-authored-by: LellowMellow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1904ba8 - Browse repository at this point
Copy the full SHA 1904ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8fe3b - Browse repository at this point
Copy the full SHA 5c8fe3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c68f4b4 - Browse repository at this point
Copy the full SHA c68f4b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c514a2b - Browse repository at this point
Copy the full SHA c514a2bView commit details -
강의자가 서버에 연결을 성공한 시점을 보다 정확한 시점으로 변경해서 해당 시점에서 서버 연결 완료 toast를 띄우고 socket2 연결을 하도록 개선했습니다.
Configuration menu - View commit details
-
Copy full SHA for 3950df2 - Browse repository at this point
Copy the full SHA 3950df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0caf4 - Browse repository at this point
Copy the full SHA 4f0caf4View commit details -
Merge pull request #197 from platinouss/feature/231205-lecture-start-…
…time Feature(#196): 참여자가 강의실 입장 시 강의 시작시간 전달
Configuration menu - View commit details
-
Copy full SHA for 3b176ff - Browse repository at this point
Copy the full SHA 3b176ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1633fe - Browse repository at this point
Copy the full SHA e1633feView commit details -
Merge commit '3b176ff2b0c31bc7a2f0bb36e47933cd37b32fb7' into feature/…
…231205-roomnum-and-starttime
Configuration menu - View commit details
-
Copy full SHA for a676ba3 - Browse repository at this point
Copy the full SHA a676ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38200be - Browse repository at this point
Copy the full SHA 38200beView commit details -
주소 뒤에 쿼리스트링으로 (?123456) 강의 코드를 입력하면 해당 코드를 방 번호로 해서 같은 코드를 가진 사람에게만 강의를 제공하도록 했습니다.
Configuration menu - View commit details
-
Copy full SHA for 582c88d - Browse repository at this point
Copy the full SHA 582c88dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d1b09 - Browse repository at this point
Copy the full SHA 32d1b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c43a79a - Browse repository at this point
Copy the full SHA c43a79aView commit details -
Merge pull request #198 from LellowMellow/refactor/231205-media-serve…
…r-env-setting Refactor: API 요청 관련 URL env 처리
Configuration menu - View commit details
-
Copy full SHA for dd3d8a0 - Browse repository at this point
Copy the full SHA dd3d8a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de3889 - Browse repository at this point
Copy the full SHA 9de3889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567f483 - Browse repository at this point
Copy the full SHA 567f483View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f2571 - Browse repository at this point
Copy the full SHA a0f2571View commit details -
Merge commit 'dd3d8a01d92c1b98ffcc03e486dfb83519e1d7aa' into feature/…
…231205-roomnum-and-starttime
Configuration menu - View commit details
-
Copy full SHA for b2a6e52 - Browse repository at this point
Copy the full SHA b2a6e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 357a27a - Browse repository at this point
Copy the full SHA 357a27aView commit details -
Merge pull request #200 from Jw705/feature/231205-roomnum-and-starttime
Feature(#69) 참여자 페이지 강의 시간 확인, 강의 코드에 맞춰서 강의실 생성/입장 구현
Configuration menu - View commit details
-
Copy full SHA for a9912b7 - Browse repository at this point
Copy the full SHA a9912b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b0d64 - Browse repository at this point
Copy the full SHA 61b0d64View commit details -
Feature: 질문이 들어오면 발표자에게도 반영하기(인디케이터, 질문리스트) #185
- 발표자의 질문 리스트가 새로운 질문이 발생할 때마다 업데이트 되도록 구현했습니다.(QuestionList 컴포넌트가 questionStateList 리코일 state에 따라 업데이트 되도록 하였습니다.) - 질문자가 질문 입력 후 엔터를 치면 해당 질문이 전송되도록 구현했습니다. - stateQuestionList를 selector를 이용해 파생된 상태로 만들어 관리하도록 변경했습니다.
Configuration menu - View commit details
-
Copy full SHA for ea81e0f - Browse repository at this point
Copy the full SHA ea81e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b73fe2 - Browse repository at this point
Copy the full SHA 2b73fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2cda50 - Browse repository at this point
Copy the full SHA c2cda50View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e80b5 - Browse repository at this point
Copy the full SHA b0e80b5View commit details -
feat: 화이트보드 변경내역 추가 API 구현 #202
미디어 서버로부터 특정 강의의 화이트보드 변경내역을 받으면 DB에 저장한다.
Configuration menu - View commit details
-
Copy full SHA for 73db96b - Browse repository at this point
Copy the full SHA 73db96bView commit details
Commits on Dec 6, 2023
-
Merge pull request #201 from Byeonjin/feature/231205-instructor-question
Feature(#185): 질문이 들어오면 발표자에게도 반영하기(인디케이터, 질문리스트)
Configuration menu - View commit details
-
Copy full SHA for c624be0 - Browse repository at this point
Copy the full SHA c624be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ae026 - Browse repository at this point
Copy the full SHA e1ae026View commit details -
Configuration menu - View commit details
-
Copy full SHA for adef6fe - Browse repository at this point
Copy the full SHA adef6feView commit details -
refactor: 화이트보드 변경사항 저장 API의 경로 수정
경로만 보고 의미를 직관적으로 알 수 있도록 나타냈습니다.
Configuration menu - View commit details
-
Copy full SHA for dc4f64d - Browse repository at this point
Copy the full SHA dc4f64dView commit details -
Merge pull request #203 from platinouss/feature/231206-whiteboard-log
Feature(#202): 화이트보드 변경내역 추가 API 구현
Configuration menu - View commit details
-
Copy full SHA for 1c620ed - Browse repository at this point
Copy the full SHA 1c620edView commit details -
feat: saveCanvasData에서 fabric canvas 높이와 너비 저장하고 주고 받도록 개선
fabric canvas의 높이와 너비를 전달할 수 있도록 했습니다.
Configuration menu - View commit details
-
Copy full SHA for 519ebe6 - Browse repository at this point
Copy the full SHA 519ebe6View commit details -
Merge pull request #206 from Byeonjin/feature/231206-toggle-question-…
…chatting Feature(#204): 질문 채팅창을 버튼 토글을 이용해 숨기고 보여줄 수 있다.
Configuration menu - View commit details
-
Copy full SHA for 95d72fc - Browse repository at this point
Copy the full SHA 95d72fcView commit details -
feat: 참여자 페이지에서 발표자 화면 비율에 맞춰 화이트보드 출력, 반영과정 최적화
참여자 페이지에서 발표자 화면 비율에 맞춰 화이트보드를 출력하고, 변경 내영 반영과정을 내용/viewport/size로 나누어 변경 내용만 반영하도록 해서 delay를 줄였습니다.
Configuration menu - View commit details
-
Copy full SHA for 04aa07e - Browse repository at this point
Copy the full SHA 04aa07eView commit details -
fear: 세로가 더 긴 화이트보드도 참여자 브라우저 비율에 맞춰 렌더링 되도록 구현
원본 화이트보드의 비율을 가로 기준으로 줄인 후, 해당 화이트보드의 높이가 브라우저 높이보다 클 때, 브라우저 높이에 맞춰 추가로 화이트보드의 크기를 조정합니다.
Configuration menu - View commit details
-
Copy full SHA for fc00d5e - Browse repository at this point
Copy the full SHA fc00d5eView commit details -
feature: 다시보기 페이지에 맞는 헤더 정보를 표시할 수 있다. (강의 코드 disabled) #75
- review 페이지 추가
Configuration menu - View commit details
-
Copy full SHA for c9982ca - Browse repository at this point
Copy the full SHA c9982caView commit details -
feature: 프롬프트 사이드바를 확인할 수 있다. (UI 작업) #80
- 스크립트 데이터를 요청해 이를 프롬프트에 뿌려줄 수 있도록 구현(추후 API 주소만 바꿔주면 됩니다.)
Configuration menu - View commit details
-
Copy full SHA for 8edab5b - Browse repository at this point
Copy the full SHA 8edab5bView commit details -
feat: 화이트보드 데이터 수신 전 "화이트보드를 불러오고 있습니다" 문구 추가
참여자 페이지에서 화이트보드 데이터를 수신하기 전에 안내 문구를 추가했습니다. 추가로 화이트보드 높이를 변경된 헤더 높이에 맞췄습니다.
Configuration menu - View commit details
-
Copy full SHA for 7c9f38d - Browse repository at this point
Copy the full SHA 7c9f38dView commit details -
Merge commit '95d72fcb2f7620883fc9eda6e3d24c9eda6d185b' into feature/…
…231205-json-test
Configuration menu - View commit details
-
Copy full SHA for 98cc6a0 - Browse repository at this point
Copy the full SHA 98cc6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ab05a - Browse repository at this point
Copy the full SHA f1ab05aView commit details -
- 원인: 한글이 조합 중에는 언더바가 생기는데 이를 엔터나 방향키 띄어쓰기 등의 커서 이동시 해제된다. 조합 중인 상태, 엔터를 눌러 조합이 끝난 후의 상태 둘 다 이벤트가 발생했기 때문이다. - 해결: 엔터를 누른 후 key가 up 되었을 때 전송하도록 해 문제를 해결했습니다.
Configuration menu - View commit details
-
Copy full SHA for 9229abe - Browse repository at this point
Copy the full SHA 9229abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a57a888 - Browse repository at this point
Copy the full SHA a57a888View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f54a1 - Browse repository at this point
Copy the full SHA f9f54a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 644d047 - Browse repository at this point
Copy the full SHA 644d047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6ff48 - Browse repository at this point
Copy the full SHA 7c6ff48View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0e08c - Browse repository at this point
Copy the full SHA ef0e08cView commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de6739c - Browse repository at this point
Copy the full SHA de6739cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e66a45 - Browse repository at this point
Copy the full SHA 6e66a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e01c5 - Browse repository at this point
Copy the full SHA d0e01c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba390ec - Browse repository at this point
Copy the full SHA ba390ecView commit details -
feat: 강의가 종료되면 강의자와 참여자 페이지 모두에게 강의 종료 페이지로 이동하게 함 #31 #36
‘종료하시겠습니까?’ 모달창을 표시하고 이를 클릭하여 발표자가 강의를 종료하고, 서버에 정보를 알립니다. 참여자는 서버로부터 정보를 받아 강의 종료를 확인 후 강의 종료 페이지로 이동시킵니다.
Configuration menu - View commit details
-
Copy full SHA for 92792ce - Browse repository at this point
Copy the full SHA 92792ceView commit details -
Merge commit 'd0e01c5989e18e8f46d9a59185e20fba87d16579' into feature/…
…231206-endpage-extra
Configuration menu - View commit details
-
Copy full SHA for 454b8dc - Browse repository at this point
Copy the full SHA 454b8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab3399 - Browse repository at this point
Copy the full SHA 8ab3399View commit details -
Merge pull request #213 from Byeonjin/fix/231206-question-korean-doub…
…le-send fix: 한글 질문 중첩 전송 문제 해결 #211
Configuration menu - View commit details
-
Copy full SHA for 144071a - Browse repository at this point
Copy the full SHA 144071aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71908a5 - Browse repository at this point
Copy the full SHA 71908a5View commit details -
feat: 참여자 페이지에서 캔버스 클릭할 수 없게 방지
참여자 페이지에서 캔버스의 요소를 클릭할 수 없도록 투명 div 태그를 위에 덧씌웠습니다.
Configuration menu - View commit details
-
Copy full SHA for e2f3d89 - Browse repository at this point
Copy the full SHA e2f3d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fec37d - Browse repository at this point
Copy the full SHA 9fec37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 539c67b - Browse repository at this point
Copy the full SHA 539c67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 835e0e1 - Browse repository at this point
Copy the full SHA 835e0e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1538d3a - Browse repository at this point
Copy the full SHA 1538d3aView commit details -
Refactor: 질문 리스트의 메모지 색 통일 #218
- 기존: 5가지 색으로 인덱스에 따라 색 지정 - 개선: 리스트에 생성되는 메모지의 색을 노란색으로 고정해 화이트보드에 생성되는 메모지의 색과 일치시켰습니다.
Configuration menu - View commit details
-
Copy full SHA for 72e0d5b - Browse repository at this point
Copy the full SHA 72e0d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d41f9c3 - Browse repository at this point
Copy the full SHA d41f9c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a16fb - Browse repository at this point
Copy the full SHA 75a16fbView commit details -
fix: modal을 클릭 할 수 있게 z-index 수정
modal의 z-index가 낮아서 참여자 페이지에서 모달을 클릭할 수 없던 문제를 개선했습니다.
Configuration menu - View commit details
-
Copy full SHA for f5b2146 - Browse repository at this point
Copy the full SHA f5b2146View commit details -
Merge commit '71908a5f2405fdd3a675be6021769c0d9283ac92' into feature/…
…231206-endpage-extra
Configuration menu - View commit details
-
Copy full SHA for c523d3e - Browse repository at this point
Copy the full SHA c523d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57989e9 - Browse repository at this point
Copy the full SHA 57989e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36890b5 - Browse repository at this point
Copy the full SHA 36890b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef3ed5f - Browse repository at this point
Copy the full SHA ef3ed5fView commit details -
Merge pull request #214 from tmddus2/feature/231206-clova-api
Feature(#79): 클로바 API를 사용하여 음성을 글로 추출하고 자막으로 DB에 저장한다.
Configuration menu - View commit details
-
Copy full SHA for 72cee94 - Browse repository at this point
Copy the full SHA 72cee94View commit details -
Merge pull request #221 from platinouss/feature/231207-send-current-w…
…hiteboard-data Feature(#220): 강의실 입장 시 현 시점 화이트보드 데이터 전달
Configuration menu - View commit details
-
Copy full SHA for 3522c98 - Browse repository at this point
Copy the full SHA 3522c98View commit details -
feat: 강의페이지에서 주소에 맞춰서 강의코드가 표시되고, 복사 내용에도 반영된다 #68
강의 페이지의 쿼리스트링에 맞춰서 강의코드를 표시하고, 복사 내용에도 반영합니다.
Configuration menu - View commit details
-
Copy full SHA for 26974e9 - Browse repository at this point
Copy the full SHA 26974e9View commit details -
play.svg 아이콘이 진상님 PR에서 덮어씌워져서 생긴 충돌을 복구했습니다.프로그래스바에서 사용하는 play아이콘에는 progress를 붙였습니다.
Configuration menu - View commit details
-
Copy full SHA for d91c728 - Browse repository at this point
Copy the full SHA d91c728View commit details -
fix: setLectureCode위치 수정해서 To locate the bad setState() call inside 오…
…류 해결 setLectureCode위치를 수정해서 오류를 해결했습니다.
Configuration menu - View commit details
-
Copy full SHA for d4d2a66 - Browse repository at this point
Copy the full SHA d4d2a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06dd36e - Browse repository at this point
Copy the full SHA 06dd36eView commit details -
refator: 볼륨 바에 내용 전달하는 과정을 recoil을 이용하여 재랜더링 방지
볼륨바에 내용을 전달하는 과정을 recoil을 이용하여 단순화했습니다.
Configuration menu - View commit details
-
Copy full SHA for c5fc6ef - Browse repository at this point
Copy the full SHA c5fc6efView commit details -
Merge commit '3522c9880b83e4afa8b21942e8358fb91d55b25f' into feature/…
…231207-enter-room
Configuration menu - View commit details
-
Copy full SHA for fc18612 - Browse repository at this point
Copy the full SHA fc18612View commit details -
fix: 발표자의 음성만 참여자에게 전달하고, 강의 종료 시 음성 파일로 저장한다. #222
화이트보드 변경 사항은 JSON 형태로 전달하도록 구성했기 때문에, 발표자의 화이트보드 영상과 음성을 참여자에게 전달하는 것이 아닌 발표자의 음성만 전달한다. 또한 강의 종료 시 음성 파일로 저장하도록 변경했다.
Configuration menu - View commit details
-
Copy full SHA for 27001e5 - Browse repository at this point
Copy the full SHA 27001e5View commit details -
feat: 서버에 처음 입장 했을 때, 화이트보드의 마지막 데이터 받아서 확인
서버에 참여자가 처음 입장 했을 때, 강의자가 마지막으로 보낸 화이트보드 데이터를 받아서 화면에 그릴 수 있습니다.
Configuration menu - View commit details
-
Copy full SHA for 5411b39 - Browse repository at this point
Copy the full SHA 5411b39View commit details -
Merge pull request #223 from platinouss/fix/231207-only-save-audio-st…
…ream Fix(#222): 발표자의 음성만 참여자에게 전달하고, 강의 종료 시 음성 파일로 저장한다.
Configuration menu - View commit details
-
Copy full SHA for 502f9ab - Browse repository at this point
Copy the full SHA 502f9abView commit details -
Merge commit '502f9ab5775097ab54edea76ebf80efaec3ca22d' into feature/…
…231207-enter-room
Configuration menu - View commit details
-
Copy full SHA for de982ab - Browse repository at this point
Copy the full SHA de982abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e12f78c - Browse repository at this point
Copy the full SHA e12f78cView commit details -
Merge pull request #224 from platinouss/fix/231207-only-save-audio-st…
…ream Fix: NCP에 파일 업로드 시 mp3 확장자로 저장될 수 있도록 확장자 변경
Configuration menu - View commit details
-
Copy full SHA for c1856aa - Browse repository at this point
Copy the full SHA c1856aaView commit details -
refactor: canvas를 비디오 스트림 형태로 전달/수신 과정 제거
비디오 스트림 형태로 전송/수신하는 과정을 제거했습니다.
Configuration menu - View commit details
-
Copy full SHA for fe52de0 - Browse repository at this point
Copy the full SHA fe52de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89a2d4 - Browse repository at this point
Copy the full SHA b89a2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224bd93 - Browse repository at this point
Copy the full SHA 224bd93View commit details -
동령님이 수정하신 코드를 이용하여 toast를 같은 함수에서 여러 개 올릴 수 있게 했습니다. Co-authored-by: LellowMellow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bacb429 - Browse repository at this point
Copy the full SHA bacb429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 731f943 - Browse repository at this point
Copy the full SHA 731f943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6fda8 - Browse repository at this point
Copy the full SHA 1a6fda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9026d8 - Browse repository at this point
Copy the full SHA f9026d8View commit details -
Merge pull request #225 from Byeonjin/refact/231207-new-question-focus
Refact/231207 new question focus
Configuration menu - View commit details
-
Copy full SHA for cf3ab31 - Browse repository at this point
Copy the full SHA cf3ab31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a11eb - Browse repository at this point
Copy the full SHA c8a11ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9326eb - Browse repository at this point
Copy the full SHA e9326ebView commit details -
Merge commit 'cf3ab310f6bf348b761928e9870e9a8693dde55b' into feature/…
…231207-enter-room
Configuration menu - View commit details
-
Copy full SHA for 114f9a9 - Browse repository at this point
Copy the full SHA 114f9a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f04473 - Browse repository at this point
Copy the full SHA 6f04473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88efa88 - Browse repository at this point
Copy the full SHA 88efa88View commit details -
Merge pull request #227 from Jw705/feature/231207-enter-room
Refector : 강의코드 강의자,참여자 페이지에 반영, 화이트보드 공유 과정 안정화
Configuration menu - View commit details
-
Copy full SHA for da5b1ac - Browse repository at this point
Copy the full SHA da5b1acView commit details -
feat: home 페이지 관련 API 연동 작업 #17 #19
- 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
Configuration menu - View commit details
-
Copy full SHA for 24a6729 - Browse repository at this point
Copy the full SHA 24a6729View commit details -
feat: home 페이지 관련 API 연동 작업 #17 #19
- 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
Configuration menu - View commit details
-
Copy full SHA for bd3c5e7 - Browse repository at this point
Copy the full SHA bd3c5e7View commit details -
Merge pull request #226 from Byeonjin/refact/231207-delete-element-by…
…-backspace Refactor(#217): 화이트보드-backspace로 그래픽 요소 지우기 구현
Configuration menu - View commit details
-
Copy full SHA for 89dd791 - Browse repository at this point
Copy the full SHA 89dd791View commit details -
- set method만 사용하는 useToast에서 recoil method를 교체하였습니다.
Configuration menu - View commit details
-
Copy full SHA for 9e15eda - Browse repository at this point
Copy the full SHA 9e15edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23f320c - Browse repository at this point
Copy the full SHA 23f320cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b645f8e - Browse repository at this point
Copy the full SHA b645f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 435904a - Browse repository at this point
Copy the full SHA 435904aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f24f78 - Browse repository at this point
Copy the full SHA 0f24f78View commit details -
feat: home 페이지 관련 API 연동 작업 #17 #19
- 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
Configuration menu - View commit details
-
Copy full SHA for bacc8ec - Browse repository at this point
Copy the full SHA bacc8ecView commit details -
- set method만 사용하는 useToast에서 recoil method를 교체하였습니다.
Configuration menu - View commit details
-
Copy full SHA for 4e1cf63 - Browse repository at this point
Copy the full SHA 4e1cf63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9ed71 - Browse repository at this point
Copy the full SHA 7d9ed71View commit details -
feat: home 페이지 관련 API 연동 작업 #17 #19
- 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
Configuration menu - View commit details
-
Copy full SHA for d16e157 - Browse repository at this point
Copy the full SHA d16e157View commit details -
Merge branch 'feature/231207-add-lecture-api-at-home' of https://gith…
…ub.com/LellowMellow/web13_Boarlog into feature/231207-add-lecture-api-at-home
Configuration menu - View commit details
-
Copy full SHA for b02017d - Browse repository at this point
Copy the full SHA b02017dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a3c6c - Browse repository at this point
Copy the full SHA 70a3c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61dd0ba - Browse repository at this point
Copy the full SHA 61dd0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f15de - Browse repository at this point
Copy the full SHA c9f15deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 491ece0 - Browse repository at this point
Copy the full SHA 491ece0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fca18 - Browse repository at this point
Copy the full SHA f8fca18View commit details -
Merge pull request #228 from Byeonjin/refact/231207-remove-image-button
Refact: 이미지 버튼 제거 및 메모지 회전, 크기 조절 기능 제거
Configuration menu - View commit details
-
Copy full SHA for 9aeade7 - Browse repository at this point
Copy the full SHA 9aeade7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772c378 - Browse repository at this point
Copy the full SHA 772c378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5471b12 - Browse repository at this point
Copy the full SHA 5471b12View commit details -
Merge commit '772c378c1ed56669f70c5e66101f80dcb5620856' into fix/2312…
…07-fix-leave-error
Configuration menu - View commit details
-
Copy full SHA for b2a1076 - Browse repository at this point
Copy the full SHA b2a1076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d79465 - Browse repository at this point
Copy the full SHA 9d79465View commit details -
Merge pull request #230 from Jw705/fix/231207-fix-leave-error
Fix: 참여자/강의자 페이지에서 나갈 때 연결 오류 메세지 나오는 문제 해결
Configuration menu - View commit details
-
Copy full SHA for 2af6d26 - Browse repository at this point
Copy the full SHA 2af6d26View commit details
Commits on Dec 8, 2023
-
fix: 소켓 연결을 일찍 닫아버리는 문제 및 참여자 페이지 소켓 연결 순서 변경
오늘 데일리스크럼에서 나온 문제를 해결했습니다.
Configuration menu - View commit details
-
Copy full SHA for 680bb2a - Browse repository at this point
Copy the full SHA 680bb2aView commit details -
Merge pull request #231 from Jw705/fix/231208-socket-error
fix: 소켓 연결을 일찍 닫아버리는 문제 및 참여자 페이지 소켓 연결 순서 변경
Configuration menu - View commit details
-
Copy full SHA for 1a56c2c - Browse repository at this point
Copy the full SHA 1a56c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4503bc - Browse repository at this point
Copy the full SHA e4503bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d77dc3 - Browse repository at this point
Copy the full SHA 4d77dc3View commit details -
Merge pull request #232 from LellowMellow/chore/231208-change-share-link
chore: 강의 코드 링크 dev 추가
Configuration menu - View commit details
-
Copy full SHA for 6e91e15 - Browse repository at this point
Copy the full SHA 6e91e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2069b80 - Browse repository at this point
Copy the full SHA 2069b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for bffb219 - Browse repository at this point
Copy the full SHA bffb219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6698cd3 - Browse repository at this point
Copy the full SHA 6698cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a132983 - Browse repository at this point
Copy the full SHA a132983View commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7db7288 - Browse repository at this point
Copy the full SHA 7db7288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a2090 - Browse repository at this point
Copy the full SHA 16a2090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d72dbc - Browse repository at this point
Copy the full SHA 3d72dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c49e2 - Browse repository at this point
Copy the full SHA 58c49e2View commit details -
Merge pull request #235 from tmddus2/feature/231117-login
Refactor: 로그인 방식 변경
Configuration menu - View commit details
-
Copy full SHA for e9cc3e8 - Browse repository at this point
Copy the full SHA e9cc3e8View commit details