-
Notifications
You must be signed in to change notification settings - Fork 4
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
[5주차] : 개발 사항 Merge(develop → master) #39
Merged
Conversation
This file contains 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
- 로그인 페이지 상단에 사용하는 Nav 구현 - 화살표 & 홈 아이콘 클릭시 홈 페이지로 이동
- 중앙 매칭완료 문구 추가 필요 - 매칭 여부에 따라 배경색, 마감기한 색상, 화살표 색상, 마우스 커서 모양 동적으로 변경
- 버튼 컴포넌트 추가 - Link로 navigate 지정
…Team12_FE into feature/post-write-page
- src/arpis/index.js : axios 인스턴스 활용 코드 및 request & response interceptor 추가 - request 시에는 토큰을 헤더에 담아 백엔드로 요청 - response 시에 에러가 존재할 경우 특정 번대 에러에 대해 에러 처리하도록 함 - ErrorPage.jsx : 404 등의 에러에 대해 해당 페이지를 띄우는데 사용
- OrderDeadLine - OrderInfo - OrderRequest
- PostListPage = Nav + FilterForm(필터링 기능)(미구현) + Cards(공고글 렌더링) - Cards 컴포넌트에서는 PostListPage로부터 data를 articles prop으로 내려받음 - Card 컴포넌트에서는 Cards로부터 렌더링에 필요한 다양한 정보들을 prop으로 내려받음 - 현재 Card 컴포넌트에서 공고 상세페이지로 /articles/before/${article.boardId}의 형태를 가지나, 좀 생각해보아야함 - 사용자가 지정한 매장 이름에 따라 필터링해서 보여주는 기능은 구현 필요(현재 미구현 상태)
- CSS 중 whitespace-nowrap 속성을 이용하여 좌우 스크롤 적용 - global.css에서 scrollbar CSS를 수정하여 스크롤바 자체의 UI 수정
[feat] : LoginNav 컴포넌트 구현
[feat] : Card 컴포넌트 기능 보완
[fix]: 버튼 컴포넌트로 변경
[feat] : 메인페이지 구현
[feat] : 로그인 로직 추가 & 에러 페이지 추가
[feat]: 공고 작성 페이지 navigate 기능 구현
[feat] : 공고 현황 페이지 레이아웃 & 공고글 렌더링 구현
[feat] : 공고 상세 페이지 디자인 구현
[feat]: 공고작성 페이지 일부 구현
- App.js 에서 사용되는 페이지 및 일부 컴포넌트 내 페이지 라우팅 경로 수정 ㄴ공고글과 관련된 페이지는 Post... 네이밍으로 통일 - 로그인을 위해 임시로 MyPage를 두어 로그아웃 상태에 MyPage 접속시 로그인 페이지로 유도 - KakaoOuathPage에서 로그인 진행중에 로더화면을 확인할 수 있게 2초의 Delay 지정(차후 삭제 예정) - 공고페이지 & 마이페이지에서 사용되는 전용 Nav는 OtherNav 컴포넌트로 통합 - PostWriteIntroPage & PostDetailPage 상단에 OtherNav 컴포넌트 적용
[5주차] : 5주차 개발 코드 Merge 및 일부 리팩토링
[5주차] : 개발 사항 Merge(weekly-5 → develop)
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.
PR 타입(하나 이상의 PR 타입을 선택해주세요)
작업 사항
App.js
에서 사용되는 페이지 및 일부 컴포넌트 내 페이지 라우팅 경로 수정MyPage
를 두어 로그아웃 상태에MyPage
접속시 로그인 페이지로 유도KakaoOuathPage
에서 로그인 진행중에 로더화면을 확인할 수 있게 2초의 Delay 지정(차후 삭제 예정)Nav
는OtherNav
컴포넌트로 통합PostWriteIntroPage & PostDetailPage
상단에OtherNav
컴포넌트 적용관련 이슈
#10
#12
#24
#27
#29
#30
#34