Skip to content

Added comments to setup flow controllers - #368

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

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

Conversation

@Kharchevskyi

@KharchevskyiKharchevskyi commented Jun 22, 2021

Copy link
Copy Markdown
Contributor

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

@tomholubtomholub left a comment

Copy link
Copy Markdown
Collaborator

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
@KharchevskyiKharchevskyi linked an issue Jun 24, 2021 that may be closed by this pull request

@tomholubtomholub left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good!

Comment threadFlowCrypt/Controllers/Inbox/Container/InboxViewControllerContainer.swift Outdated
* - User redirects here from SignInViewController
* - After successful connection user will be redirected to *main flow*
*/
final class EmailProviderViewController: TableNodeViewController {

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

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
Copy Markdown
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
Copy Markdown
ContributorAuthor

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
@tomholubtomholub mentioned this pull request Jun 24, 2021
tomholub
tomholub previously approved these changes Jun 24, 2021
@tomholub
tomholub merged commit 18a39f3 into masterJun 24, 2021
@tomholub
tomholub deleted the feature/issue-460-add-comments branch June 24, 2021 20:34
Sign up for freeto 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

@Kharchevskyi@tomholub