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

fix: 이미지 업로드 로직 수정 #174

Merged
merged 120 commits into from
Apr 9, 2024
Merged

Conversation

nueijeel
Copy link
Member

@nueijeel nueijeel commented Apr 9, 2024

안드로이드에서 aws에 직접 이미지 업로드한 뒤, 서버에 이미지 경로 전달하는 방식으로 수정

  • 진료기록 기능 구현 이전이라 진료기록 쪽 이미지 처리는 빼고 나머지 부분만 작업함

nueijeel added 30 commits March 24, 2024 22:13
- ViewModel을 사용해 Access Token 관리
- 각종 View 초기화하는 코드 함수화
- AccessToken 재발급 로직 추가
- AccessToken과 Provider 값 수정하는 로직 추가
- RefreshToken, Provider, Email flow 객체를 LiveData로 변환
- ViewModel을 이용해 LoginRepository의 함수 호출, UserPreferences의 값 접근
- 패키지도 info.util에서 aws.util로 변경
- fragmentLoginBinding -> binding
- context 인자는 requireContext(), activity 인자는 requireActivity()로 대체
- UserViewModel을 통해 DataStore 객체에 접근
- provider 값 받아오는 함수 정의
- addListeners() 함수에 버튼 클릭 리스너 정의
- 뷰 초기화 및 LiveData Observe를 수행하는 콜백함수 onCreateView -> onViewCreated 변경
- context 인자는 requireContext(), activity 인자는 requireActivity()로 대체
- fragmentDogAddOnBoardingBinding -> binding
@nueijeel nueijeel added feat 새로운 기능 추가 chore 빌드 테스크 업데이터, 패키지 매니저 설정할 경우(프로덕션 코드 변경 없음) labels Apr 9, 2024
@nueijeel nueijeel self-assigned this Apr 9, 2024
@iiolo iiolo merged commit c2d9e25 into develop Apr 9, 2024
1 check passed
@nueijeel nueijeel deleted the feature/fix_image_upload_logic branch June 16, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 빌드 테스크 업데이터, 패키지 매니저 설정할 경우(프로덕션 코드 변경 없음) feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants