-
Notifications
You must be signed in to change notification settings - Fork 13
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
[7주차] TIG 미션 제출합니다. #6
base: master
Are you sure you want to change the base?
Commits on Jun 17, 2024
-
1. 과제 구현 기능 및 세부 사항은 리드미에 작성 2. 기존의 과제 리드미는 Assignment.md 파일로 이동 3. 대부분 지난 번 netflix 과제와 설정은 동일함
Configuration menu - View commit details
-
Copy full SHA for c501141 - Browse repository at this point
Copy the full SHA c501141View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19180ae - Browse repository at this point
Copy the full SHA 19180aeView commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a799e0a - Browse repository at this point
Copy the full SHA a799e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee9e0c - Browse repository at this point
Copy the full SHA cee9e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0af153 - Browse repository at this point
Copy the full SHA d0af153View commit details -
Merge pull request #1 from ceos-tig/feat/header
Header 컴포넌트 구현 및 기본 테마, width 설정 merged by seungwan
Configuration menu - View commit details
-
Copy full SHA for 837238a - Browse repository at this point
Copy the full SHA 837238aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b89d2bc - Browse repository at this point
Copy the full SHA b89d2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 601a878 - Browse repository at this point
Copy the full SHA 601a878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0828c27 - Browse repository at this point
Copy the full SHA 0828c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for f365b2a - Browse repository at this point
Copy the full SHA f365b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e8b26 - Browse repository at this point
Copy the full SHA d3e8b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42d610 - Browse repository at this point
Copy the full SHA e42d610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aab25b - Browse repository at this point
Copy the full SHA 5aab25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ad4b3 - Browse repository at this point
Copy the full SHA 67ad4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f95f47 - Browse repository at this point
Copy the full SHA 6f95f47View commit details
Commits on Jun 24, 2024
-
Merge pull request #2 from ceos-tig/feat/voteResult
Feat/vote result merged by seungwan
Configuration menu - View commit details
-
Copy full SHA for 40149d8 - Browse repository at this point
Copy the full SHA 40149d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eefe357 - Browse repository at this point
Copy the full SHA eefe357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a8c3a - Browse repository at this point
Copy the full SHA 08a8c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac126c - Browse repository at this point
Copy the full SHA 8ac126cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e00e5be - Browse repository at this point
Copy the full SHA e00e5beView commit details -
Merge pull request #3 from ceos-tig/feat/login-signup
로그인 페이지 및 회원 가입 페이지 구현
Configuration menu - View commit details
-
Copy full SHA for 2f806f5 - Browse repository at this point
Copy the full SHA 2f806f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3096d69 - Browse repository at this point
Copy the full SHA 3096d69View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 293dd7a - Browse repository at this point
Copy the full SHA 293dd7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 267d432 - Browse repository at this point
Copy the full SHA 267d432View commit details -
[Feat] : 회원 가입 및 로그인에 대한 api 요청을 nextJS api를 이용하여 프록시
1. 클라이언트 코드 단에서 곧바로 진행하면 CORS 문제가 발생
Configuration menu - View commit details
-
Copy full SHA for fd9beae - Browse repository at this point
Copy the full SHA fd9beaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5cefca - Browse repository at this point
Copy the full SHA e5cefcaView commit details -
[Feat] : team 투표 페이지 cors 연결 이전까지 모든 작업 완료
1. 투표 상태와 연결 완료. 처음 렌더링 시에 사용자의 정보를 백엔드 api로 받아와서 상태로 연결해주면 됨 2. signupform에서 팀별 순서 재설정 -> 백엔드 로직이 원인
Configuration menu - View commit details
-
Copy full SHA for 84ee1c1 - Browse repository at this point
Copy the full SHA 84ee1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4d1c5 - Browse repository at this point
Copy the full SHA 7a4d1c5View commit details -
1. 로그인 되면, authorization헤더에 있는 jwt와, body에 있는 username, part 를 읽어들인다. 2. 읽어들인 정보를 각각 localStorage에 있는 jwtToken, username, part라는 key 값에 넣어둔다. 로그인 되면 홈 화면으로 보냄 3. 헤더 컴포넌트는 useEffect() 훅을 통해 dom에 mount 될 때 로컬 스토리지에 접근하여 part와 username을 보여준다. 로그아웃 & 로그인 버튼도 조건부 상태로 렌더링
Configuration menu - View commit details
-
Copy full SHA for db7ec70 - Browse repository at this point
Copy the full SHA db7ec70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1482fb1 - Browse repository at this point
Copy the full SHA 1482fb1View commit details -
1. 로그인 안했으면 투표 불가 2. 로그인 했어도 이미 투표 했으면 불가 3. 로그인 했고 이미 투표 안했어도 본인팀에는 투표 불가
Configuration menu - View commit details
-
Copy full SHA for c8574b7 - Browse repository at this point
Copy the full SHA c8574b7View commit details
Commits on Jun 26, 2024
-
Merge pull request #5 from ceos-tig/feat/auth-team
회원 가입, 로그인 구현 및 팀 투표, 결과 페이지 완성 & 헤더에 팀, 이름 반영
Configuration menu - View commit details
-
Copy full SHA for 7794e54 - Browse repository at this point
Copy the full SHA 7794e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e4d77 - Browse repository at this point
Copy the full SHA 94e4d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 697dc02 - Browse repository at this point
Copy the full SHA 697dc02View commit details -
- api 함수 구현 - 비로그인 시 투표불가 - 본인투표 불가 - 투표는 한 번만 가능
Configuration menu - View commit details
-
Copy full SHA for 314b6f0 - Browse repository at this point
Copy the full SHA 314b6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aec400 - Browse repository at this point
Copy the full SHA 1aec400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4224b8a - Browse repository at this point
Copy the full SHA 4224b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbef3a - Browse repository at this point
Copy the full SHA 2bbef3aView commit details -
Merge pull request #6 from ceos-tig/feat/eunsu
Feat/eunsu merged by seungwan
Configuration menu - View commit details
-
Copy full SHA for 40bad2f - Browse repository at this point
Copy the full SHA 40bad2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d68795 - Browse repository at this point
Copy the full SHA 6d68795View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d593b - Browse repository at this point
Copy the full SHA e7d593bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a9dca - Browse repository at this point
Copy the full SHA 24a9dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bade22 - Browse repository at this point
Copy the full SHA 8bade22View commit details -
Merge pull request #7 from ceos-tig/feat/eunsu
Modal feat made by eunsu, merged by seungwan
Configuration menu - View commit details
-
Copy full SHA for d2dffea - Browse repository at this point
Copy the full SHA d2dffeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1588ab7 - Browse repository at this point
Copy the full SHA 1588ab7View commit details -
[Build] : http와 https 간의 mixed content 문제 해결 시도 1
1. next.config.mjs 파일에 rewrites로 source와 destination 설정 2. 기존의 api 콜을 source에 해당하는 것으로 수정
Configuration menu - View commit details
-
Copy full SHA for 175be1d - Browse repository at this point
Copy the full SHA 175be1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3557070 - Browse repository at this point
Copy the full SHA 3557070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1dbbe - Browse repository at this point
Copy the full SHA 2b1dbbeView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 870fb12 - Browse repository at this point
Copy the full SHA 870fb12View commit details -
[Fix] : unexpected modal showing 해결 시도 1
1. 로그인된 사용자에게도 로그인 안된 사용자는 투표 못한다고 뜨는 문제 2. router.push에 {scroll: false} 속성 부여 3. 아예 replace() 메서드를 쓰는 게 나을 수도 있음
Configuration menu - View commit details
-
Copy full SHA for 17a553f - Browse repository at this point
Copy the full SHA 17a553fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7f03b - Browse repository at this point
Copy the full SHA 0f7f03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b70cb90 - Browse repository at this point
Copy the full SHA b70cb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc191d8 - Browse repository at this point
Copy the full SHA bc191d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for deab8c7 - Browse repository at this point
Copy the full SHA deab8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01acd2 - Browse repository at this point
Copy the full SHA f01acd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e025f8 - Browse repository at this point
Copy the full SHA 4e025f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f86cc - Browse repository at this point
Copy the full SHA 81f86ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 385536c - Browse repository at this point
Copy the full SHA 385536cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f4492 - Browse repository at this point
Copy the full SHA 03f4492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 909eef8 - Browse repository at this point
Copy the full SHA 909eef8View commit details -
Merge pull request #9 from ceos-tig/feat/eunsu
Feat/eunsu
Configuration menu - View commit details
-
Copy full SHA for d217012 - Browse repository at this point
Copy the full SHA d217012View commit details -
[Fix] : 로그인된 사용자가 투표 페이지에 접근할 때 spinning bar만 나타나는 현상 해결
1. useEffect 내의 else 문에서도 상태를 변경시킴
Configuration menu - View commit details
-
Copy full SHA for d9b9009 - Browse repository at this point
Copy the full SHA d9b9009View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1b2b0 - Browse repository at this point
Copy the full SHA dd1b2b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb11260 - Browse repository at this point
Copy the full SHA cb11260View commit details