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

[iOS] Spot Scene 비즈니스 로직 구현 + 카메라 화면 UI #143

Merged
merged 45 commits into from
Nov 30, 2023

Conversation

PushedGun
Copy link
Member

@PushedGun PushedGun commented Nov 30, 2023

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.
#107

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

  • 카메라 화면 UI
  • 카메라 관련 세부 비즈니스 로직
  • 이미지 가져오기
  • 완료 버튼 클릭 시, 이미지 보내기(네트워킹)
  • 취소 버튼 클릭 시, 전 화면으로 돌아가기

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

📸 스크린샷

작업한 내용에 대한 스크린샷, 영상 등을 첨부합니다.
RPReplay_Final1701324366RPReplay_Final1701323632

  • 이전 화면으로 돌아가기
  • 앨범에서 가져오기
  • 카메라로 촬영하기

SwiftyJunnos and others added 30 commits November 28, 2023 14:32
[iOS] Dependency를 통한 패키지 관리
@PushedGun PushedGun self-assigned this Nov 30, 2023
@PushedGun PushedGun added the ✨ 신규 기능 신규 기능 개발 label Nov 30, 2023
@PushedGun PushedGun added this to the 🏃‍♂️ 여정 기록 milestone Nov 30, 2023
@PushedGun PushedGun linked an issue Nov 30, 2023 that may be closed by this pull request
4 tasks
@PushedGun PushedGun changed the base branch from iOS/release to iOS/epic/SpotScene November 30, 2023 06:28
@PushedGun PushedGun added the 🛠️ 환경 세팅 프로젝트/환경 설정 label Nov 30, 2023
@PushedGun PushedGun marked this pull request as ready for review November 30, 2023 11:51
@SwiftyJunnos SwiftyJunnos merged commit 4b1bde4 into iOS/epic/SpotScene Nov 30, 2023
27 checks passed
@SwiftyJunnos SwiftyJunnos deleted the iOS/task/SpotBusinessLogic branch November 30, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ 신규 기능 신규 기능 개발 🛠️ 환경 세팅 프로젝트/환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spot Scene 비즈니스 로직 구현
3 participants