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

Create individual Scanner and Review image controller #213

Merged
merged 44 commits into from
Jul 22, 2020

Conversation

chawatvish
Copy link
Contributor

I make the new one from your code to the individual scanner and review the image controller. People can use it easier and they can custom control UI.

Thanks for the review and feel free for any questions or comments on my code.

Copy link
Contributor

@AvdLee AvdLee left a comment

Choose a reason for hiding this comment

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

First of all, thanks for your contribution! This starts to look good. @Boris-Em I would love to have your perspective as well as this is quite a big code change.

Copy link
Contributor

@Boris-Em Boris-Em left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution @chawatvish!
I like the idea of this PR. I have a few high level comments we should address.

@ghost
Copy link

ghost commented Mar 3, 2020

Warnings
⚠️ Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the WeScanSampleProject editor. (in target 'WeScanSampleProject' from project 'WeScan')
Messages
📖

View more details on Bitrise

📖 WeScan: Executed 56 tests, with 0 failures (0 unexpected) in 20.018 (20.153) seconds

WeScanSampleProject.app: Coverage: 32.2

File Coverage
EditImageViewController.swift 0.0% ⚠️
ReviewImageViewController.swift 0.0% ⚠️
NewCameraViewController.swift 0.0% ⚠️
HomeViewController.swift 43.15%

WeScan.framework: Coverage: 36.48

File Coverage
EditScanViewController.swift 0.0% ⚠️
EditScanCornerView.swift 84.09%
FocusRectangleView.swift 90.32%
QuadrilateralView.swift 68.28%
CameraScannerViewController.swift 0.0% ⚠️
EditImageViewController.swift 0.0% ⚠️

Generated by 🚫 Danger Swift against 74a3471

@AvdLee
Copy link
Contributor

AvdLee commented Mar 4, 2020

On our controllers, can I add open of these classes for creating unit tests of a project that would like to use our library?

@chawatvish you can use @testable import WeScan to make internal viewcontrollers available. We like to keep them public if possible.

@chawatvish
Copy link
Contributor Author

On our controllers, can I add open of these classes for creating unit tests of a project that would like to use our library?

@chawatvish you can use @testable import WeScan to make internal viewcontrollers available. We like to keep them public if possible.

I will try. Thank you 🙏🏻

@chawatvish chawatvish requested a review from a user March 6, 2020 00:48
@chawatvish
Copy link
Contributor Author

Can you review and approve my merge request? @Boris-Em

@alokc83
Copy link

alokc83 commented Apr 14, 2020

Hey Guy, I just discovered your library today. It's so amazing and easy to work with.
@chawatvish work is amazing. Is there a chance that this PR get a merge quicker. I would love to try out the Custom UI that Chawatvish added.

@chawatvish
Copy link
Contributor Author

Hey Guy, I just discovered your library today. It's so amazing and easy to work with.
@chawatvish work is amazing. Is there a chance that this PR get a merge quicker. I would love to try out the Custom UI that Chawatvish added.

Thank a lot. I waiting for @Boris-Em approve my PR.

@chawatvish chawatvish requested a review from a user April 15, 2020 17:06
Copy link
Contributor

@Boris-Em Boris-Em left a comment

Choose a reason for hiding this comment

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

Apologies for the late reply.
The code looks good @chawatvish, but I struggle a bit to really understand what's happening on this PR.
Could you elaborate a bit more about how the new classes you're introducing are supposed to be used for example? What is the end goal of this PR from a user perspective?

import UIKit
import AVFoundation

/// A method that your delegate object must implement to get cropped image.
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the documentation for the function, but it is on the protocol.
We need to have documentation for both.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @Boris-Em
Apologies for the late reply.

This PR I would like to split the camera and edit image view out of other components.
I think we should have an individual view of a capture object and edit images after capture.
About other components like flash button, auto/manual detect, or shutter button people can customize it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the documentation for the function, but it is on the protocol.
We need to have documentation for both.

Means I have to document on code right?

Copy link
Contributor

@Boris-Em Boris-Em May 25, 2020

Choose a reason for hiding this comment

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

Yes, on the function (line 14).

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 changed it las 2 days. Thank you 🙏🏻

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Did you review it?

@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label May 21, 2020
Merge wescan master to master
@chawatvish chawatvish requested a review from Boris-Em May 25, 2020 04:25
Chawatvish Worrapoj and others added 2 commits May 29, 2020 21:46
Update cancel button title. wescan.edit.button.cancel is not found in…
@chawatvish
Copy link
Contributor Author

@Boris-Em Any comment else?

@github-actions github-actions bot closed this Jul 1, 2020
@AvdLee AvdLee reopened this Jul 6, 2020
@AvdLee
Copy link
Contributor

AvdLee commented Jul 6, 2020

@Boris-Em please revisit this once you're back from your holiday! 💪

Merge origin master to master
Copy link
Contributor

@Boris-Em Boris-Em left a comment

Choose a reason for hiding this comment

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

I'm back!
Thanks for the hard work @chawatvish.

@AvdLee AvdLee merged commit a265d33 into WeTransfer:master Jul 22, 2020
@ghost
Copy link

ghost commented Jul 22, 2020

Congratulations! 🎉 This was released as part of Release 1.7.0 🚀

Generated by GitBuddy

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.

None yet

4 participants