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: v0.2 릴리즈 #237

Merged
merged 188 commits into from
Dec 9, 2023
Merged

Release: v0.2 릴리즈 #237

merged 188 commits into from
Dec 9, 2023

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    a2e8a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28cadc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    1304b8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from tmddus2/feature/231130-validate

    Feature(#173, #35, #22): 강의 정보 조회, 발표자가 강의 종료 시 참여코드 무효화, 강의코드 검증
    platinouss authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    37a474c View commit details
    Browse the repository at this point in the history
  3. feat: 디버깅 환경 설정

    로컬 서버로 주소 변경 및 디버기용 버튼을 추가했습니다.
    Jw705 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    851cef6 View commit details
    Browse the repository at this point in the history
  4. feat: canvas JSON 데이터 실시간 생성 프로토 타입 함수 구현

    canvas의 JSON 데이터를 실시간으로 생성하는 프로토 타입 함수를
    구현했습니다.
    Jw705 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    89cbded View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. feat: fabric canvas 줌 및 좌표 저장 및 불러오기 구현

    fabric canvas에서 강의자가 줌인 한 정도와 마우스로 움직인 정도를
    저장하고 불러오게 했습니다.
    Jw705 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    123fca5 View commit details
    Browse the repository at this point in the history
  2. fix: 지우개 툴 선택 후 선택툴 클릭시 요소 삭제 오류 #177

    - 원인: 지우개의 selection:created 이벤트가 등록된 상태로 선택 툴에서 같은 이벤트가 발생해 그래픽 요소 삭제
    - 해결: 툴이 바뀔 때마다 이벤트를 지워주는 코드가 있는데 selection:created도 지우도록 했습니다.
    Byeonjin committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    73b0eb3 View commit details
    Browse the repository at this point in the history
  3. fix: 메모지 내에 입력한 개행이 사라지는 버그 #178

    - 원인: 메모지에 공백을 입력시 텍스트를 디폴트 값으로 바꿔주게 구현이 되어있습니다.
    개행만 하고 다른 텍스트를 입력하지 않았을 때를 체크하기 위해 모든 개행문자를 제거하고 글자 수를 체크합니다.
    이 개행문자가 제거된 텍스트가 편집후 메모지의 텍스트 내용으로 갱신되기 때문에 문제가 발생했습니다.
    
    - 해결: 개행만하고 다른 문자를 입력하지 않는가를 체크하기 위해 개행을 제거하는 동작을 조건문 안에서만 실행되게 수정했습니다.
    Byeonjin committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    caffd7e View commit details
    Browse the repository at this point in the history
  4. feat: 강의자 소켓 연결 실패시 에러 toast 발생하도록 수정

    소켓 연결 실패할 경우 에러 toast를 띄우고, 서버 연결이 완료된 경우에만
    안내 toast를 띄우고 타이머를 작동시키도록 했습니다.
    Jw705 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c87e527 View commit details
    Browse the repository at this point in the history
  5. feat: 발표자의 영상과 음성 스트림을 파일로 추출 #180

    발표자의 음성 또는 영상을 프레임 단위로 받고, 해당 데이터를 버퍼에 저장한다. 이후 강의가 종료되면 버퍼에 저장되어 있던 데이터를 ffmpeg 모듈을 이용하여 mp4 파일로 추출한다.
    platinouss committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8ef6bf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c59a173 View commit details
    Browse the repository at this point in the history
  7. feat: renderall() 메서드로 강의자가 화면을 건드리지 않아도 참여자에게 보이도록 개선

    onframe에 renderAll 메서드로 계속해서 화면을 갱신하여 참여자가 입장과
    함께 화면을 바로 보기 좋도록 개선해보았습니다.
    Jw705 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    0c93d9c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. refactor: 임시 파일 삭제 시 비동기로 처리

    발표자의 영상 프레임과 음성 샘플을 저장해둔 임시파일을 병합 후 삭제해야 하는데 이때 비동기로 처리하도록 변경한다.
    platinouss committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    871dd97 View commit details
    Browse the repository at this point in the history
  2. refactor: 녹화에 필요한 peer의 스트림 정보를 클래스 인스턴스로 관리

    추후 확장성을 고려하여 영상 및 음성 녹화에 필요한 정보를 클래스 단위로 모듈화했습니다.
    platinouss committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0bc09c5 View commit details
    Browse the repository at this point in the history
  3. refactor: 모듈화 적용

    미디어 파일 절대 경로 지정 및 임시 파일 삭제 기능 모듈화 적용
    platinouss committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    68b22ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    391d1e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eceeef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #181 from platinouss/feature/231202-convert-media-…

    …file
    
    Feature(#180): 발표자의 영상과 음성 스트림을 파일로 저장
    tmddus2 authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    371891e View commit details
    Browse the repository at this point in the history
  7. feat: 디버깅 용도의 버튼삭제, 서버 주소 원래대로 변경

    디버깅 용도의 버튼을 삭제하고, 미디어 서버의 주소를 원래대로
    변경했습니다.
    Jw705 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e516221 View commit details
    Browse the repository at this point in the history
  8. feat: 사용하지 않는 fabric import 제거

    오류 해결 과정에서 사용하기위해 import한 내용을 제거했습니다.
    Jw705 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    86a7404 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge pull request #179 from Byeonjin/fix/231202-eraser-memo-bug

    Fix(#177, #178): 화이트보드(지우개, 메모지) 관련 버그 수정
    Byeonjin authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1d48c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd5456 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #184 from Jw705/feature/231201-json-upload-test

    Fix(#183) 강의 참여시 곧바로 발표자의 화이트보드가 보이도록 개선
    Jw705 authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    99bcfab View commit details
    Browse the repository at this point in the history
  4. chore: swagger 설정하기

    tmddus2 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    dcf2bc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3883303 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02ca950 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a2f4fb View commit details
    Browse the repository at this point in the history
  8. feat: axios install #188

    - API 연동을 위한 axios 라이브러리를 설치하였습니다.
    LellowMellow committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    95e2e24 View commit details
    Browse the repository at this point in the history
  9. refactor: 음성 입출력 관련 state 파일 src/stores로 이동

    음성 입출력 관련 state 파일을 src/stores로 이동했습니다.
    Jw705 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    47f1370 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #186 from tmddus2/feature/231204-swagger

    Feature(#187): Swagger 설정
    platinouss authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2672b63 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #189 from LellowMellow/feature/231204-install-axios

    Feature(#188): Axios 라이브러리 설치
    LellowMellow authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7671ef2 View commit details
    Browse the repository at this point in the history
  12. fix: access token으로 사용자를 판별하도록 구성

    강의 생성(또는 입장) 소켓과 강의 기능 제공 소켓이 다른 소켓으로 연결되어, access token으로 클라이언트를 구분한다. 클라이언트의 접속이 끊겨서 새로운 socket으로 요청하더라도 쉽게 클라이언트를 판별할 수 있다.
    platinouss committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d87514c View commit details
    Browse the repository at this point in the history
  13. test: 테스트를 위한 테스트 페이지 재구성

    클라이언트에서 미디어 서버로 socket 요청을 보낼 때 auth 필드에 access token을 추가하여 요청한다.
    platinouss committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ba06177 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #190 from platinouss/fix/231203-client-identification

    Fix(#182): 미디어 서버에서 access token으로 사용자를 판별하도록 재구성
    tmddus2 authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    53d3b00 View commit details
    Browse the repository at this point in the history
  15. Merge commit '53d3b0093ea577c6b54e8ef33a3a0960817be88c' into feature/…

    …231204-socket-connect-test
    Jw705 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8b146fc View commit details
    Browse the repository at this point in the history
  16. feat: 변경된 미디어서버에 맞춰서 강의자/참여자 페이지 연결 과정 수정

    변경된 미디어 서버에 맞춰서 강의자와 참여자 페이지의 연결 과정을
    수정했습니다.
    Jw705 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a9a9b05 View commit details
    Browse the repository at this point in the history
  17. feat: 발표자->서버 소켓 통신 과정 테스트

    발표자에서 서버로 소켓 emit 이벤트를 실행시킨 후, 참여자에게 보이는 것을
    확인했습니다.
    Jw705 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    872ea47 View commit details
    Browse the repository at this point in the history
  18. feat: Error 페이지 UI 작업 #24

    - 에러 페이지 라우팅 작업을 완료하였습니다.
    - 에러 페이지의 UI 작업을 완료하였습니다.
    - 모바일을 고려하여 반응형 작업을 완료하였습니다.
    LellowMellow committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0a8b901 View commit details
    Browse the repository at this point in the history
  19. feat: home으로 navigate 추가 #24

    - 홈 화면으로 돌아가기 버튼 클릭 시에 Home으로 이동하도록 navigate를
      추가하였습니다.
    LellowMellow committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cfbed70 View commit details
    Browse the repository at this point in the history
  20. feat: 강의 종료 페이지 UI 구현 #24

    - 강의 종료 페이지 UI를 구성하였습니다.
    LellowMellow committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    01e7d93 View commit details
    Browse the repository at this point in the history
  21. feat: 참여자->발표자 소켓 통신 반영, 참여자 페이지에 서버 연결 실패 toast 추가

    참여자 페이지에서 발표자 페이지로 소켓 통신을 테스트하고, 참여자
    페이지에 서버 연결 실패를 알리는 toast를 추가했습니다.
    Jw705 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5df33a7 View commit details
    Browse the repository at this point in the history
  22. feat: global.css a11y-hidden 추가

    - 접근성을 위해 input에 label을 연결해야 하는데, 이 label의 텍스트를 디자인을 위해 숨기기만 하기위한 스타일입니다
    Byeonjin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9bbfcfd View commit details
    Browse the repository at this point in the history
  23. feat: 강의 참여 페이지 채팅 사이드바를 사용자가 확인할 수 있다 (UI 작업) #42

    - 채팅 사이드바 UI 작업
    - 채팅 공백시 버튼 비활성화 기능 구현
    Byeonjin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8096bfe View commit details
    Browse the repository at this point in the history
  24. feat: canvas JSON 형태 전송 프로토타입 구현

    canvas의 내용을 미디어 스트림이 아닌 json형태로 전송하는 프로토타입을
    구현했습니다.
    Jw705 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ca4b37a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. chore: ErrorPage로 이름 변경 #24

    - Error 페이지의 이름을 명시적으로 변경하였습니다.
    LellowMellow committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3f78dcc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from LellowMellow/feature/231204-add-404-page

    Feature(#24): Error 페이지, 강의 종료 페이지 구현
    LellowMellow authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    58aa079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09c2e5e View commit details
    Browse the repository at this point in the history
  4. feat: 서버에 메세지 보내고 받는 socket recoil 객체로 관리할 수 있도록 개선

    서버에 메세지를 보내고 받는 socket 객체를 recoil로 관리할 수 있도록
    개선했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5ccb826 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f42135 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #192 from Byeonjin/feature/231204-question-chattin…

    …g-UI
    
    Feature(#42): 강의 참여 페이지 채팅 사이드바를 사용자가 확인할 수 있다 (UI 작업)
    Byeonjin authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4050d72 View commit details
    Browse the repository at this point in the history
  7. Merge commit '4050d72429566f0e880699b6427a275605c6c0a9' into feature/…

    …231204-socket-connect-test
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6e11fd0 View commit details
    Browse the repository at this point in the history
  8. feat: 질문 내용을 입력하여 버튼을 클릭하면, 서버에 질문 내용을 전달한다. #40

    질문 내용을 입력 후 버튼을 누르면 서버를 통해 강의자에게 질문 내용을
    전달합니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4b83f24 View commit details
    Browse the repository at this point in the history
  9. fix: 미디어 서버 주소 로컬에서 배포 서버로 변경

    미디어 서버 주소를 로컬에서 배포 서버로 변경했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a1920e2 View commit details
    Browse the repository at this point in the history
  10. fix: 참여자 페이지 navigate() 동작시 발생하는 오류 fix #193

    참여자 페이지에서 다른 페이지로 navigate 할 때 발생하는 오류를
    수정했습니다.
    
    Co-authored-by: Byeonjin <[email protected]>
    Co-authored-by: LellowMellow <[email protected]>
    3 people committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1904ba8 View commit details
    Browse the repository at this point in the history
  11. feat: 디버깅용 파일 삭제

    삭제했습니다
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5c8fe3b View commit details
    Browse the repository at this point in the history
  12. refactor: state 경로 수정

    state를 불러오는 경로를 @을 이용한 절대경로로 수정했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c68f4b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c514a2b View commit details
    Browse the repository at this point in the history
  14. feat: 강의자 서버 연결 성공 시점 정확하게 변경

    강의자가 서버에 연결을 성공한 시점을 보다 정확한 시점으로 변경해서 해당
    시점에서 서버 연결 완료 toast를 띄우고 socket2 연결을 하도록
    개선했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3950df2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4f0caf4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #197 from platinouss/feature/231205-lecture-start-…

    …time
    
    Feature(#196): 참여자가 강의실 입장 시 강의 시작시간 전달
    tmddus2 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3b176ff View commit details
    Browse the repository at this point in the history
  17. feat: roomid 쿼리스트링으로 가져오도록 추가

    roomid를 주소값의 쿼리스트링으로 받아 올 수 있게 개선했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e1633fe View commit details
    Browse the repository at this point in the history
  18. Merge commit '3b176ff2b0c31bc7a2f0bb36e47933cd37b32fb7' into feature/…

    …231205-roomnum-and-starttime
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a676ba3 View commit details
    Browse the repository at this point in the history
  19. feat: 참여자 페이지에서 강의 진행 시간을 확인할 수 있다. #69

    참여자 페이지에서 강의 진행 시간을 확인할 수 있습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    38200be View commit details
    Browse the repository at this point in the history
  20. feat: 강의 코드에 맞춰서 강의방 생성/입장 구현

    주소 뒤에 쿼리스트링으로 (?123456) 강의 코드를 입력하면 해당 코드를 방
    번호로 해서 같은 코드를 가진 사람에게만 강의를 제공하도록 했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    582c88d View commit details
    Browse the repository at this point in the history
  21. feat: LogContainer에 roomid 확인 로직 추가

    LogContainer에 추가했습니다
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    32d1b09 View commit details
    Browse the repository at this point in the history
  22. refactor: API 요청 관련 URL env 처리

    - 미디어 서버 관련 주소를 env로 분리하였습니다.
    LellowMellow committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c43a79a View commit details
    Browse the repository at this point in the history
  23. Merge pull request #198 from LellowMellow/refactor/231205-media-serve…

    …r-env-setting
    
    Refactor: API 요청 관련 URL env 처리
    Jw705 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dd3d8a0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9de3889 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    567f483 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a0f2571 View commit details
    Browse the repository at this point in the history
  27. Merge commit 'dd3d8a01d92c1b98ffcc03e486dfb83519e1d7aa' into feature/…

    …231205-roomnum-and-starttime
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b2a6e52 View commit details
    Browse the repository at this point in the history
  28. refactor: 미디어 서버 주소를 env를 사용하도록 개선

    미디어 서버 주소를 env를 사용하도록 개선했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    357a27a View commit details
    Browse the repository at this point in the history
  29. Merge pull request #200 from Jw705/feature/231205-roomnum-and-starttime

    Feature(#69) 참여자 페이지 강의 시간 확인, 강의 코드에 맞춰서 강의실 생성/입장 구현
    Jw705 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a9912b7 View commit details
    Browse the repository at this point in the history
  30. feat: 비디오 사용하지 않고 화이트보드 공유 구현

    비디오 스트리밍을 사용하지 않고 화이트보드를 공유하는 과정을
    구현했습니다.
    Jw705 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    61b0d64 View commit details
    Browse the repository at this point in the history
  31. Feature: 질문이 들어오면 발표자에게도 반영하기(인디케이터, 질문리스트) #185

    - 발표자의 질문 리스트가 새로운 질문이 발생할 때마다 업데이트 되도록 구현했습니다.(QuestionList 컴포넌트가 questionStateList 리코일 state에 따라 업데이트 되도록 하였습니다.)
    
    - 질문자가 질문 입력 후 엔터를 치면 해당 질문이 전송되도록 구현했습니다.
    
    - stateQuestionList를 selector를 이용해 파생된 상태로 만들어 관리하도록 변경했습니다.
    Byeonjin committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ea81e0f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2b73fe2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c2cda50 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #199 from tmddus2/feature/231205-object-storage

    Feature(#59, #161) 발표자 미디어 파일 Object Storage에 저장, DB에 강의 정보 업데이트
    platinouss authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b0e80b5 View commit details
    Browse the repository at this point in the history
  35. feat: 화이트보드 변경내역 추가 API 구현 #202

    미디어 서버로부터 특정 강의의 화이트보드 변경내역을 받으면 DB에 저장한다.
    platinouss committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    73db96b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request #201 from Byeonjin/feature/231205-instructor-question

    Feature(#185): 질문이 들어오면 발표자에게도 반영하기(인디케이터, 질문리스트)
    Byeonjin authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c624be0 View commit details
    Browse the repository at this point in the history
  2. feature: 질문 채팅창을 버튼 토글을 이용해 숨기고 보여줄 수 있다. #204

    - 질문 채팅창 톨글 기능 추가
    Byeonjin committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e1ae026 View commit details
    Browse the repository at this point in the history
  3. feat: saveCanvasData에서 경과시간 저장하도록 개선

    경과시간을 ms 단위로 저장하도록 개선했습니다.
    Jw705 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    adef6fe View commit details
    Browse the repository at this point in the history
  4. refactor: 화이트보드 변경사항 저장 API의 경로 수정

    경로만 보고 의미를 직관적으로 알 수 있도록 나타냈습니다.
    platinouss committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dc4f64d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #203 from platinouss/feature/231206-whiteboard-log

    Feature(#202): 화이트보드 변경내역 추가 API 구현
    tmddus2 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1c620ed View commit details
    Browse the repository at this point in the history
  6. feat: saveCanvasData에서 fabric canvas 높이와 너비 저장하고 주고 받도록 개선

    fabric canvas의 높이와 너비를 전달할 수 있도록 했습니다.
    Jw705 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    519ebe6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #206 from Byeonjin/feature/231206-toggle-question-…

    …chatting
    
    Feature(#204): 질문 채팅창을 버튼 토글을 이용해 숨기고 보여줄 수 있다.
    Byeonjin authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    95d72fc View commit details
    Browse the repository at this point in the history
  8. feat: 참여자 페이지에서 발표자 화면 비율에 맞춰 화이트보드 출력, 반영과정 최적화

    참여자 페이지에서 발표자 화면 비율에 맞춰 화이트보드를 출력하고, 변경
    내영 반영과정을 내용/viewport/size로 나누어 변경 내용만 반영하도록 해서
    delay를 줄였습니다.
    Jw705 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    04aa07e View commit details
    Browse the repository at this point in the history
  9. fear: 세로가 더 긴 화이트보드도 참여자 브라우저 비율에 맞춰 렌더링 되도록 구현

    원본 화이트보드의 비율을 가로 기준으로 줄인 후, 해당 화이트보드의 높이가
    브라우저 높이보다 클 때, 브라우저 높이에 맞춰 추가로 화이트보드의 크기를
    조정합니다.
    Jw705 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fc00d5e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9982ca View commit details
    Browse the repository at this point in the history
  11. feature: 프롬프트 사이드바를 확인할 수 있다. (UI 작업) #80

    - 스크립트 데이터를 요청해 이를 프롬프트에 뿌려줄 수 있도록 구현(추후 API 주소만 바꿔주면 됩니다.)
    Byeonjin committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8edab5b View commit details
    Browse the repository at this point in the history
  12. feat: 화이트보드 데이터 수신 전 "화이트보드를 불러오고 있습니다" 문구 추가

    참여자 페이지에서 화이트보드 데이터를 수신하기 전에 안내 문구를
    추가했습니다. 추가로 화이트보드 높이를 변경된 헤더 높이에 맞췄습니다.
    Jw705 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7c9f38d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    98cc6a0 View commit details
    Browse the repository at this point in the history
  14. feat: Feature: 다시보기 페이지 영상 프로그래스바 구현 #209

    - 재생/정지 버튼 토글
    Byeonjin committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f1ab05a View commit details
    Browse the repository at this point in the history
  15. fix: 한글 질문 중첩 전송 문제 해결 #211

    - 원인: 한글이 조합 중에는 언더바가 생기는데 이를 엔터나 방향키 띄어쓰기 등의 커서 이동시 해제된다.
    조합 중인 상태, 엔터를 눌러 조합이 끝난 후의 상태 둘 다 이벤트가 발생했기 때문이다.
    
    - 해결: 엔터를 누른 후 key가 up 되었을 때 전송하도록 해 문제를 해결했습니다.
    Byeonjin committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9229abe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a57a888 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f9f54a1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    644d047 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7c6ff48 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ef0e08c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    de6739c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e66a45 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #210 from Jw705/feature/231205-json-test

    Feature(#39, #43, #44, #207) socket 통신으로 화이트보드 공유 구현
    Jw705 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d0e01c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba390ec View commit details
    Browse the repository at this point in the history
  5. feat: 강의가 종료되면 강의자와 참여자 페이지 모두에게 강의 종료 페이지로 이동하게 함 #31 #36

    ‘종료하시겠습니까?’ 모달창을 표시하고 이를 클릭하여 발표자가 강의를
    종료하고, 서버에 정보를 알립니다. 참여자는 서버로부터 정보를 받아 강의
    종료를 확인 후 강의 종료 페이지로 이동시킵니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    92792ce View commit details
    Browse the repository at this point in the history
  6. Merge commit 'd0e01c5989e18e8f46d9a59185e20fba87d16579' into feature/…

    …231206-endpage-extra
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    454b8dc View commit details
    Browse the repository at this point in the history
  7. refactor: 오타 수정

    newHeight가 newHeghit로 되어있던 문제를 해결했습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8ab3399 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #213 from Byeonjin/fix/231206-question-korean-doub…

    …le-send
    
    fix: 한글 질문 중첩 전송 문제 해결 #211
    Byeonjin authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    144071a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #212 from Byeonjin/feature/231206-UI-review-page

    Feat(#75, #80): 다시보기 페이지 UI 작업 및 스크립트 표시 기능 구현
    Byeonjin authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    71908a5 View commit details
    Browse the repository at this point in the history
  10. feat: 참여자 페이지에서 캔버스 클릭할 수 없게 방지

    참여자 페이지에서 캔버스의 요소를 클릭할 수 없도록 투명 div 태그를 위에
    덧씌웠습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e2f3d89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9fec37d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    539c67b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    835e0e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1538d3a View commit details
    Browse the repository at this point in the history
  15. Refactor: 질문 리스트의 메모지 색 통일 #218

    - 기존: 5가지 색으로 인덱스에 따라 색 지정
    - 개선: 리스트에 생성되는 메모지의 색을 노란색으로 고정해 화이트보드에 생성되는 메모지의 색과 일치시켰습니다.
    Byeonjin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    72e0d5b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d41f9c3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    75a16fb View commit details
    Browse the repository at this point in the history
  18. fix: modal을 클릭 할 수 있게 z-index 수정

    modal의 z-index가 낮아서 참여자 페이지에서 모달을 클릭할 수 없던 문제를
    개선했습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f5b2146 View commit details
    Browse the repository at this point in the history
  19. Merge commit '71908a5f2405fdd3a675be6021769c0d9283ac92' into feature/…

    …231206-endpage-extra
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c523d3e View commit details
    Browse the repository at this point in the history
  20. fix: z-index 오류 수정

    잘못 입력한 z-index를 수정했습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    57989e9 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #219 from Jw705/feature/231206-endpage-extra

    Feature(#31, #36) 강의가 종료되면 강의자와 참여자 페이지 모두에게 강의 종료 페이지로 이동
    Jw705 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    36890b5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ef3ed5f View commit details
    Browse the repository at this point in the history
  23. Merge pull request #214 from tmddus2/feature/231206-clova-api

    Feature(#79): 클로바 API를 사용하여 음성을 글로 추출하고 자막으로 DB에 저장한다.
    platinouss authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    72cee94 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #221 from platinouss/feature/231207-send-current-w…

    …hiteboard-data
    
    Feature(#220): 강의실 입장 시 현 시점 화이트보드 데이터 전달
    tmddus2 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3522c98 View commit details
    Browse the repository at this point in the history
  25. feat: 강의페이지에서 주소에 맞춰서 강의코드가 표시되고, 복사 내용에도 반영된다 #68

    강의 페이지의 쿼리스트링에 맞춰서 강의코드를 표시하고, 복사 내용에도
    반영합니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    26974e9 View commit details
    Browse the repository at this point in the history
  26. fix: play 아이콘이 덮어씌워진 오류 수정

    play.svg 아이콘이 진상님 PR에서 덮어씌워져서 생긴 충돌을
    복구했습니다.프로그래스바에서 사용하는 play아이콘에는 progress를
    붙였습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d91c728 View commit details
    Browse the repository at this point in the history
  27. fix: setLectureCode위치 수정해서 To locate the bad setState() call inside 오…

    …류 해결
    
    setLectureCode위치를 수정해서 오류를 해결했습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d4d2a66 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    06dd36e View commit details
    Browse the repository at this point in the history
  29. refator: 볼륨 바에 내용 전달하는 과정을 recoil을 이용하여 재랜더링 방지

    볼륨바에 내용을 전달하는 과정을 recoil을 이용하여 단순화했습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c5fc6ef View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fc18612 View commit details
    Browse the repository at this point in the history
  31. fix: 발표자의 음성만 참여자에게 전달하고, 강의 종료 시 음성 파일로 저장한다. #222

    화이트보드 변경 사항은 JSON 형태로 전달하도록 구성했기 때문에, 발표자의 화이트보드 영상과 음성을 참여자에게 전달하는 것이 아닌 발표자의 음성만 전달한다. 또한 강의 종료 시 음성 파일로 저장하도록 변경했다.
    platinouss committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    27001e5 View commit details
    Browse the repository at this point in the history
  32. feat: 서버에 처음 입장 했을 때, 화이트보드의 마지막 데이터 받아서 확인

    서버에 참여자가 처음 입장 했을 때, 강의자가 마지막으로 보낸 화이트보드
    데이터를 받아서 화면에 그릴 수 있습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5411b39 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #223 from platinouss/fix/231207-only-save-audio-st…

    …ream
    
    Fix(#222): 발표자의 음성만 참여자에게 전달하고, 강의 종료 시 음성 파일로 저장한다.
    tmddus2 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    502f9ab View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    de982ab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e12f78c View commit details
    Browse the repository at this point in the history
  36. Merge pull request #224 from platinouss/fix/231207-only-save-audio-st…

    …ream
    
    Fix: NCP에 파일 업로드 시 mp3 확장자로 저장될 수 있도록 확장자 변경
    tmddus2 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c1856aa View commit details
    Browse the repository at this point in the history
  37. refactor: canvas를 비디오 스트림 형태로 전달/수신 과정 제거

    비디오 스트림 형태로 전송/수신하는 과정을 제거했습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fe52de0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b89a2d4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    224bd93 View commit details
    Browse the repository at this point in the history
  40. refactor: toast 중복 사용 가능하게 수정

    동령님이 수정하신 코드를 이용하여 toast를 같은 함수에서 여러 개 올릴 수
    있게 했습니다.
    
    Co-authored-by: LellowMellow <[email protected]>
    Jw705 and LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bacb429 View commit details
    Browse the repository at this point in the history
  41. refact: conflict 해결

    Byeonjin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    731f943 View commit details
    Browse the repository at this point in the history
  42. refactor: 주석 제거

    사용하지 않는 주석과 콘솔을 제거했습니다.
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1a6fda8 View commit details
    Browse the repository at this point in the history
  43. refact: 리뷰 반영

    Byeonjin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f9026d8 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #225 from Byeonjin/refact/231207-new-question-focus

    Refact/231207 new question focus
    Byeonjin authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cf3ab31 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c8a11eb View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e9326eb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    114f9a9 View commit details
    Browse the repository at this point in the history
  48. refactor: 오타 수정 (micVolmeGainState -> micVolumeGainState)

    오타를 수정했습니다..
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6f04473 View commit details
    Browse the repository at this point in the history
  49. refactor: 오타 수정(renderCanvas)

    제정신이 아니였나 봅니다. 오타가 무려 2개나..
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    88efa88 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #227 from Jw705/feature/231207-enter-room

    Refector : 강의코드 강의자,참여자 페이지에 반영, 화이트보드 공유 과정 안정화
    Jw705 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    da5b1ac View commit details
    Browse the repository at this point in the history
  51. feat: home 페이지 관련 API 연동 작업 #17 #19

    - 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    24a6729 View commit details
    Browse the repository at this point in the history
  52. feat: home 페이지 관련 API 연동 작업 #17 #19

    - 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bd3c5e7 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #226 from Byeonjin/refact/231207-delete-element-by…

    …-backspace
    
    Refactor(#217): 화이트보드-backspace로 그래픽 요소 지우기 구현
    Byeonjin authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    89dd791 View commit details
    Browse the repository at this point in the history
  54. refactor: recoil method 수정

    - set method만 사용하는 useToast에서 recoil method를 교체하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9e15eda View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    23f320c View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    b645f8e View commit details
    Browse the repository at this point in the history
  57. feat: modernizr 적용 #205

    - 발표자 페이지 접근을 막기 위해 Modernizr를 적용하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    435904a View commit details
    Browse the repository at this point in the history
  58. feat: modernizr ts type 추가 #205

    - ts type 오류를 해결하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0f24f78 View commit details
    Browse the repository at this point in the history
  59. feat: home 페이지 관련 API 연동 작업 #17 #19

    - 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bacc8ec View commit details
    Browse the repository at this point in the history
  60. refactor: recoil method 수정

    - set method만 사용하는 useToast에서 recoil method를 교체하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4e1cf63 View commit details
    Browse the repository at this point in the history
  61. feat: modernizr 적용 #205

    - 발표자 페이지 접근을 막기 위해 Modernizr를 적용하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7d9ed71 View commit details
    Browse the repository at this point in the history
  62. feat: home 페이지 관련 API 연동 작업 #17 #19

    - 강의 생성과 강의 조회에 관련된 API 코드를 작성했습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d16e157 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    b02017d View commit details
    Browse the repository at this point in the history
  64. feat: API 요청 관련 처리 #17 #19 #20 #21

    - API 요청과 관련하여 처리를 완료하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    70a3c6c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    61dd0ba View commit details
    Browse the repository at this point in the history
  66. chore: 불필요한 코드 제거

    - 배포를 위해 불필요한 코드를 제거하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c9f15de View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    491ece0 View commit details
    Browse the repository at this point in the history
  68. refactor: global.d.ts 수정

    - var를 let으로 변경하였습니다.
    LellowMellow committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f8fca18 View commit details
    Browse the repository at this point in the history
  69. Merge pull request #228 from Byeonjin/refact/231207-remove-image-button

    Refact: 이미지 버튼 제거 및 메모지 회전, 크기 조절 기능 제거
    Byeonjin authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9aeade7 View commit details
    Browse the repository at this point in the history
  70. Merge pull request #229 from LellowMellow/feature/231207-add-lecture-…

    …api-at-home
    
    Feature(#17, #19, #20, #21, #205): home 페이지 API 연동, modernizr 적용
    LellowMellow authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    772c378 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5471b12 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    b2a1076 View commit details
    Browse the repository at this point in the history
  73. fix: index.html 수정

    동령님의 부탁으로 수정합니다!
    Jw705 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9d79465 View commit details
    Browse the repository at this point in the history
  74. Merge pull request #230 from Jw705/fix/231207-fix-leave-error

    Fix: 참여자/강의자 페이지에서 나갈 때 연결 오류 메세지 나오는 문제 해결
    Jw705 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2af6d26 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. fix: 소켓 연결을 일찍 닫아버리는 문제 및 참여자 페이지 소켓 연결 순서 변경

    오늘 데일리스크럼에서 나온 문제를 해결했습니다.
    Jw705 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    680bb2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #231 from Jw705/fix/231208-socket-error

    fix: 소켓 연결을 일찍 닫아버리는 문제 및 참여자 페이지 소켓 연결 순서 변경
    Jw705 authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1a56c2c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    LellowMellow authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e4503bc View commit details
    Browse the repository at this point in the history
  4. chore: 강의 코드 링크 dev 추가

    - 데모를 위해 링크를 잠시 변경하였습니다.
    LellowMellow committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4d77dc3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #232 from LellowMellow/chore/231208-change-share-link

    chore: 강의 코드 링크 dev 추가
    LellowMellow authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6e91e15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2069b80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bffb219 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6698cd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a132983 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    7db7288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a2090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d72dbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58c49e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #235 from tmddus2/feature/231117-login

    Refactor: 로그인 방식 변경
    platinouss authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    e9cc3e8 View commit details
    Browse the repository at this point in the history