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

[Week4] 4주차 필수과제 #8

Open
8 tasks done
1971123-seongmin opened this issue Nov 6, 2024 · 0 comments · May be fixed by #9
Open
8 tasks done

[Week4] 4주차 필수과제 #8

1971123-seongmin opened this issue Nov 6, 2024 · 0 comments · May be fixed by #9

Comments

@1971123-seongmin
Copy link
Contributor

1971123-seongmin commented Nov 6, 2024

What is this issue? 🛠

Progress 🏃‍♀️

기능 명세
𝟏. 하단 명세를 보고 3개의 API를 연동해주세요.
(유저 등록, 로그인, 내 취미 조회)

𝟐. 각 API에 대한 안드로이드 기능 명세는 다음과 같습니다.

2-1. [유저 등록]

  • 회원가입 페이지에 진행해주세요.
  • 기존에 이메일, 비밀번호를 받는 구조에서 username, password, hobby를 입력하는 구조로 변경해주세요.
  • username, password, hobby가 조건을 만족하지 않는 경우 (8자 이상인 경우) 조건을 만족하지 않았다는 것을 화면에 표시해주세요. (방식은 자율입니다.)

2-2. [로그인]

  • 로그인 페이지에 진행해주세요.
  • 기존 이메일, 비밀번호를 받는 구조에서 username, password를 받는 구조로 변경해주세요.
  • 로그인 실패, 성공 시에 알맞은 안내 문구를 유저에게 제시해주세요. (방식은 자율입니다.)
  • 📌 POINT : 로그인 성공 시 response로 들어오는 token 값을 잘 저장해주어야 합니다.

2-3. [내 취미 조회]

  • MY 페이지에 진행해주세요.
  • 기존에 이메일을 표시했던 부분에 내 취미가 표시되도록 해주세요.
  • 📌 POINT : 저장했던 token값을 잘 활용해 요청을 보내주셔야 합니다.
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 6, 2024
1971123-seongmin added a commit that referenced this issue Nov 12, 2024
1971123-seongmin added a commit that referenced this issue Nov 12, 2024
1971123-seongmin added a commit that referenced this issue Nov 13, 2024
1971123-seongmin added a commit that referenced this issue Nov 13, 2024
1971123-seongmin added a commit that referenced this issue Nov 13, 2024
@1971123-seongmin 1971123-seongmin linked a pull request Nov 13, 2024 that will close this issue
1 task
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 a pull request may close this issue.

1 participant