Halt the create service page until user has interacted #262
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
in-progress
(pending
orfailed
) - Display the Service creation status pagesuccess
- Display the Service creation completed page with a buttonView microservice page
until the user clicks this buttonView microservice page
button. Show the Completed service page for ever moreA 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
orfailed
)Finished create service page
The create service job has succeeded. The page will remain until the user clicks the
![screencapture-localhost-3000-services-test-repo-demo-1-2023-12-22-17_50_41](https://private-user-images.githubusercontent.com/2305016/292563352-81f25391-1466-46e9-bad8-0ffd64f1fb9d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDgxNTIsIm5iZiI6MTczOTMwNzg1MiwicGF0aCI6Ii8yMzA1MDE2LzI5MjU2MzM1Mi04MWYyNTM5MS0xNDY2LTQ2ZTktYmFkOC0wZmZkNjRmMWZiOWQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjEwNDEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTZmOTQ2NDkwYTJiNTM4MGI4Yjg0ZDZlYTcyOWU5YmY1ZDNkZmQzMDA5ZmJjMTVjYzY0MjBjZTMyMWEzNzAwYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.7he_Tv6KN1Dn4wFnQcDlH8JUy52942pkD0CU2Uft2Jc)
View microservice page
buttonComplete 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.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.