Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Feature: Use camera of iPhone to take pictures from inside app #64

Merged
merged 12 commits into from
Aug 8, 2022

Conversation

MergeConfllict
Copy link
Contributor

Additionally: Fix some typos

@@ -131,7 +143,40 @@ public let imagesReducer = Reducer<ImagesViewState, ImagesViewAction, ImagesView
default:
return .none
}


case .takePhotosButtonTapped:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be nice to have small test for the feature. If you need any assist let me know

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope to find some time soon to add tests.

Copy link
Member

@mltbnz mltbnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in general looks very good 👍 some minor things and it would be nice to have a small test

Co-authored-by: Malte Bünz <maltebuenz@posteo.de>
Copy link
Member

@mltbnz mltbnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The tests currently fail since the cameraAccessClient is not set in the ImagesViewEnvironment constructor in ImagesStoreTests.swift
  • Unit test the new feature
  • add GeoLocation to the photo

Copy link
Member

@mltbnz mltbnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
Thanks for the work

@mltbnz mltbnz merged commit c206b6b into weg-li:develop Aug 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants