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

Issue16 캠퍼스 선택 페이지 레이아웃 및 버튼 구현 #79

Merged
merged 5 commits into from
Jun 17, 2022

Conversation

uk960214
Copy link
Member

캠퍼스 선택 페이지 구현

  1. 캠퍼스 전역 상태를 context api로 구현
  2. provider 컴포넌트를 만들어서 data, setdata를 구분해서 context로 제공
  3. campusnull인 경우 자동으로 선택 페이지로 이동
  4. 잠실/선릉 캠퍼스 선택하면 홈 페이지로 리다이렉션
  5. 선택 정보는 localStorage에 저장 => 왠만하면 한 번 선택한 캠퍼스를 변경할 일이 없을 것이라고 판단
  6. 캠퍼스가 선택되면 상단 메뉴 바 로고 옆에 선택한 캠퍼스 표시
  7. 전역에서 context에 접근해서 campus 정보 사용 가능

TODO
캠퍼스 변경할 수 있는 버튼을 제공할 자리 찾아서 클릭 시 campusnull로 설정하기

@uk960214 uk960214 requested a review from liswktjs June 17, 2022 07:18
@@ -15,6 +16,8 @@ function Header() {
);
const [isLogin] = useLogin();

const campus = useContext(campusContext);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍

Comment on lines +36 to +38
<S.PageName>
MAT.ZIP{campus && <S.Campus> :{campus}</S.Campus>}
</S.PageName>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

햄버거 추가하면 이쪽에 들어가는건가...

@liswktjs liswktjs merged commit c6c5a1c into The-Fellowship-of-the-matzip:develop Jun 17, 2022
@uk960214 uk960214 deleted the issue16 branch June 17, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants