-
Notifications
You must be signed in to change notification settings - Fork 7
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
[FE] 프로필 페이지 구현 #70
Comments
sirloinbh
pushed a commit
that referenced
this issue
Sep 11, 2023
로그인 시 회원 Id를 이용하여 회원정보를 hook에 저장 회원정보 조회 시 hook에 저장된 회원 정보를 불러옴 회원정보 페이지 구현 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 11, 2023
sirloinbh
pushed a commit
that referenced
this issue
Sep 12, 2023
백엔드 통신 과정에서 post를 create 및 patch로 변경 태그 사이에 있는 문자열을 변수로 지정 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 12, 2023
로그인, 회원탈퇴 시 authToken 저장 및 불러오기 Issues #70
Merged
sirloinbh
pushed a commit
that referenced
this issue
Sep 13, 2023
Auth토큰이 로컬 스토리지에 있으면 페이지가 렌더링될 때마다 로그인 상태 유지 프로필 컨테이너 삭 프로필 컨테이너 삭제 프로필 모달에서 탭 위치 조정 Cash Hook, Cash Reducer에 담기는 변수이름 조정 cahAmount ->moneyAmount, cashId ->moneyId Issues #70
Merged
sirloinbh
pushed a commit
that referenced
this issue
Sep 13, 2023
로그인 시 Auth토큰 유무 판별 시 else부분 삭제 API url 변수에 할당 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 13, 2023
money의 타입을 number->string으로 변동 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 16, 2023
활성화 된 탭버튼 밑에 굵은 줄로 표시 모든 탭 요소 창들의 크기 통일 버튼 디자인 통일 현금 새로고침 버튼 생성 회원탈퇴 시 비밀번호가 아닌 문자열 입력요구 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 16, 2023
moneyId ->cashId, moneyAmount ->money 로 변수명 변경 useCash훅에서 전역변수를 도입하여 불러낸 데이터를 저장하도록 변경 cashModal 기능을 변경 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 16, 2023
배포 환경에서 현금 프로필 창 기능 정상작동하도록 해결 에러메시지를 콘솔에 출력 Isseus #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 16, 2023
회원 탈퇴 훅에서 아무 입력도 안받도록 변동 프로필 창 회원 탈퇴 탭에서 Codestates 문자열을 입력하고 버튼을 누르면 회원탈퇴 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 16, 2023
회원탈퇴 훅에서 로그아웃 전역변수 변동, 엑세스토큰을 로컬 스토리지에서 삭제 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 17, 2023
CashId를 요청하는 훅 생성 CashId를 전역변수로 관리 현금 생성 버튼이나 현금 리셋 버튼을 누를 시 화면 새로고침 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 17, 2023
버튼 호버 시 색상 변경 닫기 버튼 5px만큼 둥글게 활성화된 탭 버튼 밑에 다크슬레이트그레이 색으로 밑줄 문자열 크기를 키우고 회색으로 변동 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 18, 2023
useGetCashId를 요청해서 cashId를 받음 cashId가 있거나 에러가 뜨지 않으면 현금 리셋 기능을 출력 cashId가 없거나 에러가 뜨면 현금 생성 기능을 출력 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 18, 2023
회원정보에서 가입일시를 연월일,00:00양식으로 수정 현금에서 cashId가 있거나 에러가 없으면 리셋 기능만 활성화, cashId가 없거나 에러가 있으면 생성 기능만 활성화 회원탈퇴 정장작동 탭과 탭 콘텐츠의 배치 수정 Issues #70
sirloinbh
pushed a commit
that referenced
this issue
Sep 19, 2023
로그인 창, 캐쉬 모달창에 라우터 지정 입력창에 엔터 키 입력하면 다음 입력창/버튼으로 이동시키도록 구현 문자열 수정 Issues #70
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
예상 시간 : 10h
The text was updated successfully, but these errors were encountered: