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

PIA-1177: Integrate VPN profile installing in App flow #61

Merged

Conversation

kp-said-rehouni
Copy link
Collaborator

Summary

This PR integrates the installing of VPN profile in the App flow.
The approach is based on this ADR.

@kp-said-rehouni kp-said-rehouni marked this pull request as ready for review January 16, 2024 12:32
Copy link
Collaborator

@kp-laura-sempere kp-laura-sempere left a comment

Choose a reason for hiding this comment

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

Looks great to me @kp-said-rehouni

Since we will have some conflicts here after merging #60, I have left a couple of comments where you would have to make small tweaks after the merge

VPNConfigurationInstallingFactory.makeVPNConfigurationInstallingView()
.withOnboardingRoutes()
case .activated:
DashboardFactory.makeDashboardView()
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we merge first #60, then here you would have to replace this line with:
UserActivatedContainerFactory.makeUSerActivatedContainerView()

case .installVPNProfile:
VPNConfigurationInstallingFactory.makeVPNConfigurationInstallingView()
case .dashboard:
DashboardFactory.makeDashboardView()
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we merge first #60, then you would probably have to replace this line with:
UserActivatedContainerFactory.makeUSerActivatedContainerView()

@kp-said-rehouni kp-said-rehouni force-pushed the PIA-1177_integrate_vpn_profile_installing_flow branch from 6b15fff to d0017f2 Compare January 16, 2024 13:53
@kp-said-rehouni kp-said-rehouni force-pushed the PIA-1177_integrate_vpn_profile_installing_flow branch from d0017f2 to 95835fc Compare January 16, 2024 14:00
Copy link
Collaborator

@kp-laura-sempere kp-laura-sempere left a comment

Choose a reason for hiding this comment

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

Great job @kp-said-rehouni 🚀

@kp-said-rehouni kp-said-rehouni merged commit 63525f2 into master Jan 16, 2024
1 check failed
@kp-said-rehouni kp-said-rehouni deleted the PIA-1177_integrate_vpn_profile_installing_flow branch January 16, 2024 15:19
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.

2 participants