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

전남대_12조_픽업셔틀_7-8주차 #69

Closed
wants to merge 52 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
467caac
[fix]: 요청사항은 필수항목에서 제외
baegyeong Oct 16, 2023
077044c
[fix]: 음료 갯수 배열 로직 변경
baegyeong Oct 16, 2023
cfb51fe
[conf]: react-query 원래대로 버전 변경
baegyeong Oct 16, 2023
26a5423
[fix]: staticServerUri 추가
baegyeong Oct 16, 2023
7654529
[conf]: 배포 준비
baegyeong Oct 16, 2023
439f5a2
Merge branch 'master' of https://github.com/baegyeong/Team12_FE into …
baegyeong Oct 16, 2023
e36c9ab
[conf] : react/jsx-wrap-multilines: off eslint 규칙 추가
rktdnjs Oct 20, 2023
c2edc01
[feat] : 접근 권한 없음 경고 메시지 alert.js 추가
rktdnjs Oct 20, 2023
d0327d8
[feat] : 로그인 & 접근권한 체크 컴포넌트 ProtectedRoute.jsx 구현
rktdnjs Oct 20, 2023
942be0b
[feat] : MyPage에 ProtectedRoute 적용
rktdnjs Oct 20, 2023
ba9f36d
[feat] : 로그인 이후 localStorage 데이터 처리 로직 구현
rktdnjs Oct 20, 2023
c6d9ef7
[refactor] : userAuth & grade 명칭 통일 -> userAuth
rktdnjs Oct 20, 2023
2c9e37f
[refactor] : ProtectedRoute 컴포넌트 코드 리팩토링
rktdnjs Oct 20, 2023
ba57434
[feat] : 공고상세페이지 기능 추가
kimdanbin Oct 22, 2023
ca13667
Merge pull request #54 from baegyeong/feature/post-write-page
rktdnjs Oct 22, 2023
a4c04b5
Merge pull request #56 from rktdnjs/feature/login-page
rktdnjs Oct 22, 2023
93bb422
Merge pull request #59 from Step3-kakao-tech-campus/weekly-7
rktdnjs Oct 22, 2023
af052d1
Merge branch 'develop' of https://github.com/Step3-kakao-tech-campus/…
baegyeong Oct 27, 2023
e590164
[fix]: switch문을 IIFE로 변경
baegyeong Oct 27, 2023
095408f
[fix]: alert 관련 함수 utils로 이동
baegyeong Oct 27, 2023
fb79718
[style]: margin-left 변경
baegyeong Oct 27, 2023
c12c3c1
[feat]: admin 라우터 및 페이지 설정
baegyeong Oct 28, 2023
0abcc4e
[conf]: eslint 조건 수정
baegyeong Oct 28, 2023
c342c9c
[feat]: msw 라이브러리 설치 및 세팅
baegyeong Oct 28, 2023
60195f2
[conf]: 서버 환경에 따라 동적 import 지정
baegyeong Oct 28, 2023
5bc5573
[conf]: mock data 파일 생성
baegyeong Oct 28, 2023
b420b0d
[feat]: handlers 역할에 따라 분리
baegyeong Oct 28, 2023
c59c074
[feat]: 학생증 인증 상세 페이지 라우터 지정
baegyeong Oct 28, 2023
174ba59
[feat]: 관리자 페이지 구현
baegyeong Oct 28, 2023
db8412b
[feat]: 관리자 학생증 인증 상세 페이지 구현
baegyeong Oct 28, 2023
7da8dbe
[conf]: 배포 관련 파일 제외
baegyeong Oct 28, 2023
c35c993
[conf] : 계좌 정보 입력에 사용될 값인 bank.js 업데이트 & 계좌 정보 페이지 routes.js 업데이트
rktdnjs Oct 28, 2023
783a376
[feat] : 계좌 정보 미입력시 출력할 alert 메시지 추가
rktdnjs Oct 28, 2023
fa1358b
[feat] : 계좌 정보 입력 페이지 구현(80%)
rktdnjs Oct 28, 2023
e8d76ed
[feat]: 공고상세페이지 분기
kimdanbin Oct 29, 2023
2c89042
[feat]: 공고상세페이지 분기 처리
kimdanbin Oct 29, 2023
8c5c45a
[feat] : mutation onError state에 사용할 에러 메세지 추가
rktdnjs Oct 29, 2023
423a8e4
[feat] : BankForm에서 mutationFn으로 사용할 registerBank 함수 구현
rktdnjs Oct 29, 2023
95efaa4
[feat] : useMutation - registerbank를 mutationFn으로 하여 POST 요청보내도록 구현
rktdnjs Oct 29, 2023
e7da009
[feat]: 상세페이지 분기, 마이페이지
kimdanbin Oct 29, 2023
af3af95
[feat]: 공고상세페이지 분기, 마이페이지
kimdanbin Oct 29, 2023
1fee676
Merge pull request #60 from Step3-kakao-tech-campus/develop
rktdnjs Oct 29, 2023
f9c6821
Merge branch 'weekly-8' into feature/detail-post-page
rktdnjs Oct 29, 2023
cf4b5ae
Merge pull request #57 from kimdanbin/feature/detail-post-page
rktdnjs Oct 29, 2023
cb80f4a
Merge branch 'weekly-8' into feature/login-page
rktdnjs Oct 29, 2023
eee5a3b
Merge pull request #64 from rktdnjs/feature/login-page
rktdnjs Oct 29, 2023
fdacf5d
Merge branch 'weekly-8' into feature/admin-page
rktdnjs Oct 29, 2023
e745336
Merge pull request #63 from baegyeong/feature/admin-page
rktdnjs Oct 29, 2023
10bc0d3
[refactor] : 8주차 개발 사항 Merge
rktdnjs Oct 29, 2023
eb9f424
Merge pull request #66 from rktdnjs/develop
rktdnjs Oct 29, 2023
9a22ed9
Merge pull request #67 from Step3-kakao-tech-campus/weekly-8
rktdnjs Oct 29, 2023
16a413b
Merge pull request #68 from Step3-kakao-tech-campus/develop
rktdnjs Oct 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,21 @@
"react/prop-types": "off",
"react/jsx-props-no-spreading": "off",
"react/button-has-type": "off",
"react/jsx-wrap-multilines": "off",
"no-console": "off",
"jsx-a11y/label-has-associated-control": [
2,
{
"labelAttributes": ["htmlFor"]
}
],
"max-len": ["error", { "code": 300, "ignoreRegExpLiterals": true }]
"max-len": ["error", { "code": 300, "ignoreRegExpLiterals": true }],
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true
}
]
},
"settings": {
"import/resolver": {
Expand Down
Loading