-
Notifications
You must be signed in to change notification settings - Fork 1
[Feature/#139] 제보하기 기능을 구현합니다. #150
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
55057dc
add: 아이콘 에셋 추가
wjdrjs00 6508a7a
Feat: ReportField 컴포넌트 구현
wjdrjs00 904114b
Feat: BitnagilTextField 디자인 컴포넌트 구현
wjdrjs00 d7b354d
Chore: TextButton 디자인 컴포넌트 개선
wjdrjs00 7f4fb3a
Feat: ReportCategory 이넘 클래스 정의
wjdrjs00 f314346
Feat: ReportCategorySelector 컴포넌트 구현
wjdrjs00 8740439
Feat: CurrentLocationInput 컴포넌트 구현
wjdrjs00 8211163
Feat: ReportCategoryBottomSheet 컴포넌트 구현
wjdrjs00 b5cbf11
Feat: ImageSourceBottomSheet 컴포넌트 구현
wjdrjs00 79033e3
Feat: AddPhotoButton 컴포넌트 구현
wjdrjs00 fe41ed2
Feat: PhotoItem 컴포넌트 구현
wjdrjs00 be45cbc
Refactor: LogoutConfirmDialog -> BitnagilAlertDialog 디자인 컴포넌트로 변경
wjdrjs00 3852d66
Feat: 권한 요청 로직 추가
wjdrjs00 355908b
Feat: 제보하기 화면 구현
wjdrjs00 6c98851
Feat: 제보하기 화면 라우팅 연결
wjdrjs00 e192f81
Feat: 현재 주소 및 위치 도메인 모델 추가
wjdrjs00 3c10321
Feat: 현재 주소 조회 기능 추가
wjdrjs00 345cb1e
feat: 카카오 주소 응답 DTO 추가
wjdrjs00 0ae1011
Feat: 현재 위치를 가져오는 기능 추가
wjdrjs00 cccd2ec
Feat: 카카오 로컬 API 연동 및 현재 주소 조회 기능 추가
wjdrjs00 b2bcb7c
Chore: 위도 경도 순서 변경
wjdrjs00 381eff0
Chore: 미사용 라이브러리 제거
wjdrjs00 eae927c
Feat: ImageFile 도메인 모델 정의
wjdrjs00 be4d1af
Feat: 파일 업로드 Repository 인터페이스 추가
wjdrjs00 17cd7fb
Feat: FileInfoRequestDto 정의
wjdrjs00 8465c9a
Feat: FileService 구현
wjdrjs00 2d2371f
Feat: FileDataSource 구현
wjdrjs00 abe9329
Feat: ImageUploader 구현
wjdrjs00 9460eda
Merge pull request #142 from YAPP-Github/feature/#141-report-ui
wjdrjs00 a80621f
Merge pull request #144 from YAPP-Github/feature/#143-report-location
wjdrjs00 ee3bffa
Feat: S3 이미지 업로드 로직 구현
wjdrjs00 2394367
Feat: 제보 이미지 업로드 UseCase 추가
wjdrjs00 29592f5
Feat: Report 도메인 모델 정의
wjdrjs00 9bcf5e2
Feat: 제보하기 API 및 data 레이어 추가
wjdrjs00 c8beeb1
Chore: ui에서 사용중인 ReportCategory 네이밍 변경
wjdrjs00 e9cbb52
Refactor: 이미지 파일 관련 유틸리티 함수 분리
wjdrjs00 9fa568b
Feat: 제보 제출하기 기능 구현
wjdrjs00 77d93c5
Chore: import 수정
wjdrjs00 ba0e1a4
Merge pull request #147 from YAPP-Github/feature/#145-report-submit-api
wjdrjs00 7590df5
Add: 이미지, 아이콘 에셋 추가
wjdrjs00 03c0bef
Feat: SubmittingReportContent 컴포넌트 구현
wjdrjs00 cee3677
Feat: CompleteReportContent 컴포넌트 구현
wjdrjs00 10ee8fe
Refactor: ReportCategory 확장함수 정의 및 기존 ui 모델 제거
wjdrjs00 4859c24
Feat: 제보 화면 상태에 따른 UI 분리 및 제출 로직 개선
wjdrjs00 d7b0c90
Feat: 제보 화면 키보드 ux 개선
wjdrjs00 cf810ca
Fix: 토끼 리뷰사항 반영
wjdrjs00 b602bee
Merge pull request #149 from YAPP-Github/ui/#148-report-complete-ui
wjdrjs00 da1655a
Add: KAKAO_REST_API_KEY to develop workflow
wjdrjs00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,4 +48,7 @@ sealed interface Route { | |
|
|
||
| @Serializable | ||
| data object Guide : Route | ||
|
|
||
| @Serializable | ||
| data object Report : Route | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.