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

[FEATURE] USER 기능 구현 #3

Open
17 of 18 tasks
Suanna01 opened this issue Feb 2, 2023 · 0 comments
Open
17 of 18 tasks

[FEATURE] USER 기능 구현 #3

Suanna01 opened this issue Feb 2, 2023 · 0 comments

Comments

@Suanna01
Copy link
Member

Suanna01 commented Feb 2, 2023

📢 이슈 내용

user 기능 구현하기

📃 상세 내용

  • 회원가입 : repository/JdbcUserRepository.java
  • 닉네임 변경 : repository/JdbcUserRepository.java, repository/UserRepository.java, service/UserServiceImpl.java, controller/UserController.java
  • 프로필 보기 : controller/UserController.java, dto/GetProfileResDTO.java, repository/JdbcUserRepository.java, repository/UserRepository.java, service/UserService.java, service/UserServiceImpl.java
  • 우리동네 등록하기 : controller/UserController.java, domain/User.java, dto/PostUserTownReqDto.java, repository/JdbcUserRepository.java, repository/UserRepository.java, /service/UserService.java, service/UserServiceImpl.java
  • 마이페이지 속성 : 프로필 사진, 닉네임, 나의재치현황(나의재치 수, 관심목록 수, 교환완료 수)
  • 내 프로필 속성 : 프로필 사진, 닉네임, 별점, 한 줄 후기(최신), 나의 재치 현황

✔️ 체크리스트

  • 회원가입 post
  • 닉네임변경 patch
  • 프로필 보기 -> 닉네임get
  • 우리동네 post
  • 회원가입 수정 #8
  • 카카오 로그인
  • 로그아웃
  • 회원가입, 로그인 통합 #10
  • [FEATURE/USER] 토큰 발급 #30
  • 응답 모델
  • 프로필 사진 등록 post
  • 프로필 사진 변경 patch
  • 마이페이지 -> 프로필사진 get
  • 마이페이지 -> 닉네임, 나의재치현황(나의재치 수, 관심목록 수) get
  • (설정한 약속시간 이후 1시간이 소요된 이후) 마이페이지 -> 나의재치현황(교환완료 수) get
  • 프로필 보기 -> 나의 재치 현황 리스트(최신순) get
  • 프로필 보기 -> 한 줄 후기 리스트(최신순), 별점 get
  • 동네 설정 -> 카카오맵 위도 경도 저장

📍 참고 내용

Suanna01 added a commit that referenced this issue Mar 5, 2023
Suanna01 added a commit that referenced this issue Mar 8, 2023
Suanna01 added a commit that referenced this issue Mar 16, 2023
Suanna01 added a commit that referenced this issue Mar 16, 2023
Suanna01 added a commit that referenced this issue Mar 16, 2023
#3 fix : 응답 추가, Jwt 주석
Suanna01 added a commit that referenced this issue Mar 22, 2023
Suanna01 added a commit that referenced this issue Apr 17, 2023
#3 fix : 회원가입/로그인 POST RES 모델 수정
Suanna01 added a commit that referenced this issue Apr 17, 2023
Suanna01 added a commit that referenced this issue Apr 17, 2023
Suanna01 added a commit that referenced this issue Apr 17, 2023
Suanna01 added a commit that referenced this issue Apr 18, 2023
#3 fix : 회원 닉네임 수정 & 마이페이지 & 동네 설정 RES 응답 수정
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

No branches or pull requests

1 participant