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

Halt the create service page until user has interacted #262

Merged
merged 3 commits into from
Dec 22, 2023

Conversation

feedmypixel
Copy link
Contributor

@feedmypixel feedmypixel commented Dec 22, 2023

Description

Add a button at the end of the create microservice flow so a user can read the status page and click through to the actual service page.

  • When a service is in-progress (pending or failed) - Display the Service creation status page
  • Once a service creation is marked as success - Display the Service creation completed page with a button View microservice page until the user clicks this button
  • Once the user has clicked the View microservice page button. Show the Completed service page for ever more

A detailed explanation of how this works can be read here

Associated PRs

Demos

Service creation in-progress status page

Shown when a service is in-progress (pending or failed)

in-progress-create-status-service-page

Finished create service page

The create service job has succeeded. The page will remain until the user clicks the View microservice page button
screencapture-localhost-3000-services-test-repo-demo-1-2023-12-22-17_50_41

Complete create service page

This is the completed service page. This means the service has been successfully created and the user has clicked the View microservice page button. This page will show in this format from now on.

complete-service-page

Services page with create flow services

Services that are:

  • in-progress
  • successful
  • failed

Will show like this in the Services list. Once a service has been created and the user has clicked the View microservice page button then the services will show as "Created services" here and in the service page.

services-page-with-create-status

Add a button at the end of the create service flow so a user can read
the status page and click through to the actual servie page
@feedmypixel feedmypixel force-pushed the 285165-creating-service-page-to-remain branch from b4b3a7a to 69273ec Compare December 22, 2023 18:06
@feedmypixel feedmypixel merged commit 99674e3 into main Dec 22, 2023
1 check passed
@feedmypixel feedmypixel deleted the 285165-creating-service-page-to-remain branch December 22, 2023 18:42
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.

1 participant