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

83 로그인 및 회원가입 로직 작성하기 #85

Closed

Conversation

brownglasses
Copy link
Contributor

@brownglasses brownglasses commented Apr 4, 2024

요약

  • [delete] 기존 데이터소스, 레파지토리, 모델을 모두 지우고 다시 작성하였습니다.
  • [feat] UserModel
  • [feat] UserRepositories
  • [feat] UserDataSource

이슈 번호

작업 내용

  • dataSource
    • localDataSource
      • saveToken
      • getToken
      • delteToken
      • tokenCheck
      • autoSignInCheck
      • setAutoSignInTrue
      • setAutoSignInFalse
    • remoteDataSource
      • getUserInfo
      • signIn
      • signUp
      • changePassword
  • repositories
    • getUserInfo
    • changePassword
    • signIn
    • signOut
    • autoSignInCheck : setAutoSignInCheck == true && tokenCheck == true 인지 아닌지 확인하는 함수
    • setAutoSignInTrue
    • setAutoSignInFalse
    • getToken
  • usecase
    • getUserInfo
    • changePassword
    • signIn
    • signOut
    • autoSignInCheck
    • setAutoSignInTrue
    • setAutoSignInFalse
    • getToken

@brownglasses brownglasses linked an issue Apr 4, 2024 that may be closed by this pull request
@brownglasses brownglasses marked this pull request as ready for review April 6, 2024 05:51
Copy link

github-actions bot commented Apr 6, 2024

Visit the preview URL for this PR (updated for commit ea59594):

https://taskweaver-front--pr85-83-0fmih4sf.web.app

(expires Sat, 13 Apr 2024 07:31:00 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 37daec54a48dbfe281302dc48a4e028c965a31c2

@brownglasses brownglasses deleted the 83-로그인-및-회원가입-로직-작성하기 branch May 4, 2024 09: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.

회원가입 로직 작성하기
1 participant