-
Notifications
You must be signed in to change notification settings - Fork 4
[Deploy] 4주차 스프린트 배포 #199
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
Merged
Merged
[Deploy] 4주차 스프린트 배포 #199
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 로티애니메이션 추가 - 변경 가능
… into feature/session-refactoring
- 세션 id, 소켓 연결 없을 때 닉네임 입력해달라고 띄우는 오류 수정 - 모두 조건 분리해서 토스트 에러 띄우도록 수정
[Feat] 404 에러 페이지 구현
- 화면 너비 작아지면 애니메이션 섹션 hidden
Co-authored-by: twalla26 <ssm4748@naver.com>
Co-authored-by: twalla26 <ssm4748@naver.com>
- `typeorm-transactional` 을 이용하여 선언형으로 트랜잭션 적용 - `MySQL` 사용 - `synchronize : true` 옵션을 사용하여 테이블이 없을 경우 생성 (프로덕션 시 해당 옵션 삭제 요망) Co-authored-by: twalla26 <ssm4748@naver.com>
- `github id` 번호로 유저 테이블에서 유저 읽기 가능 - `github id` 로 필요할 경우 유저 생성 가능 Co-authored-by: twalla26 <ssm4748@naver.com>
- `passport` 를 통해 `accessToken`으로부터 자동적으로 유저의 깃허브 프로필 확인 - `validate` 함수를 통해 유저의 프로필 정보를 통해 유저 테이블에 접근 - `/api/github`와 `/api/github/login` API를 생성 - 해당 API를 접근할 때, `AuthGuard` 를 통하여 `github.strategy.ts` 파일 내 유저 인증 미들웨어에 접근 가능 Co-authored-by: twalla26 <ssm4748@naver.com>
- 스터디 세션 서비스와 비슷한 형태로 수정
[Chore] docker compose 기능 추가
[Feat] 질문지 상세보기 페이지 구현
[Fix] 열려있는 세션이 없을 경우에 대한 예외처리, 세션 리스트 GET API 수정
[Feat] 스터디룸 생성에 질문 내용 전달, 질문지 기능 버그 fix
[Feat] 로그인 전역상태 관리 및 커스텀 훅 구현, 질문지 생성 로그인한 유저만 가능하도록 제한, 마이페이지 라우팅
[Feat] 질문지리스트 API 연동, 세션 생성시 질문지 선택 및 질문 목록 보기 기능 구현, 세션 생성시 질문지 ID 전달
[Merge] 4주차 스프린트-2 프론트엔드 작업물
blu3fishez
approved these changes
Nov 21, 2024
[Feat] 카테고리 시드 데이터 추가
twalla26
approved these changes
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
4주차 스프린트 결과와 이후 계획프
결과
프론트엔드
백엔드
Transactional()데코레이터 사용AOP개념을 직접 도입하여 관심분리이후 계획