-
Notifications
You must be signed in to change notification settings - Fork 1
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
로그인 기능 #16
Comments
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
1. AccountApi.login() 추가 2. MockApi를 ApiImpl 상속을 통해 중복 코드 제거
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
1. 로그인 UI 추가 2. id, pw 입력 후 로그인 성공시 홈 화면 이동
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
1. SharedPreference 라이브러리 추가 2. 로그인 성공 시 SharedPreference에 저장 3. dio request시 헤더에 sessionId추가
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
1. sessionId 저장 값 판단해서 로그인 또는 공고목록으로 분기
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
1. UserType->AccountType으로 변경 2. LoginRequestDto, LoginResponseDto에 AccountType 추가
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
1. UserType->AccountType으로 변경 2. LoginRequestDto, LoginResponseDto에 AccountType 추가
Younggun-Kim
added a commit
that referenced
this issue
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
로그인 기능
UserStory
As a : 앱의 유저(사업자 또는 구직자)
I want to : 이메일 계정으로 로그인 하고 싶다.
So that : 앱의 기능을 이용하고 싶다.
AC
긱워커찾기
버튼이 선택 상태로 변경된다.올바른 이메일 형식이 아닙니다
오류 메시지가 표시된다.비밀번호는 8자리 이상이어야 합니다
오류 메시지가 표시된다.And 버튼의 색상이 활성화 상태로 변경된다
And 버튼의 색상이 비활성화 상태로 변경된다
이슈 사항
UI
The text was updated successfully, but these errors were encountered: