Skip to content

Added comments to setup flow controllers#368

Merged
tomholub merged 38 commits intomasterfrom
feature/issue-460-add-comments
Jun 24, 2021
Merged

Added comments to setup flow controllers#368
tomholub merged 38 commits intomasterfrom
feature/issue-460-add-comments

Conversation

@Kharchevskyi
Copy link
Contributor

@Kharchevskyi Kharchevskyi commented Jun 22, 2021

This PR adds comments blocks to Setup Flow ViewControllers

issue #360


Tests:

  • Does not need tests (refactor only, docs or internal changes)

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

tomholub
tomholub previously approved these changes Jun 22, 2021
Copy link
Collaborator

@tomholub tomholub left a comment

Choose a reason for hiding this comment

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

Excellent - thank you.

This does not close the issue yet - please add similar comments to all view controllers. This will make reviews a lot easier. Thanks!

@tomholub tomholub enabled auto-merge (squash) June 22, 2021 20:05
@Kharchevskyi Kharchevskyi marked this pull request as draft June 22, 2021 20:08
auto-merge was automatically disabled June 22, 2021 20:08

Pull request was converted to draft

@Kharchevskyi Kharchevskyi marked this pull request as ready for review June 24, 2021 20:03
@Kharchevskyi Kharchevskyi linked an issue Jun 24, 2021 that may be closed by this pull request
Copy link
Collaborator

@tomholub tomholub left a comment

Choose a reason for hiding this comment

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

Looks good!

* - User redirects here from SignInViewController
* - After successful connection user will be redirected to *main flow*
*/
final class EmailProviderViewController: TableNodeViewController {
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should call this SetupImapViewController ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe better to call it SetupEmailProviderViewController? or if you think SetupImapViewController is better. naming - I'm ok with that as well

Copy link
Collaborator

Choose a reason for hiding this comment

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

This one is specifically for imap and smtp. I think email provider is too generic here. SetupImapViewController is preferred

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will change then in scope of #371

@tomholub tomholub enabled auto-merge (squash) June 24, 2021 20:17
tomholub
tomholub previously approved these changes Jun 24, 2021
@tomholub tomholub merged commit 18a39f3 into master Jun 24, 2021
@tomholub tomholub deleted the feature/issue-460-add-comments branch June 24, 2021 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add block comment about user context for each VC

2 participants