-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add a dialog for skipping the analysis stage #3528
Conversation
Code coverage for javascript is
|
Code coverage for javascript is
|
Code coverage for javascript is
|
@knanao Great! I want to confirm one thing, was the "SKIP" popup shown after clicking the "ANALYSIS" stage? |
1 similar comment
@knanao Great! I want to confirm one thing, was the "SKIP" popup shown after clicking the "ANALYSIS" stage? |
@knanao Thanks for your explanation. I see. Now it shows both log viewer and confirmation popup once we clicked that stage, right? WDYT? |
@nghialv |
@knanao Yes, I see. I am thinking of any way to add a stage action button (such as "SKIP", "APPROVE") in the stage area. |
Or adding the SKIP, APPROVE button in the log viewer bar? @khanhtc1202 Do you have any idea? |
Another idea is changing the ANALYSIS stage to a button that holds a triangle on the right side to select an action. (Like the CANCEL button) |
The |
Or maybe we can add an icon skip to the head of the log header line or text/button skip after stage description at that line. IMO, that skip feature should rarely be used or only be used in intention, which means not everyone wants to know about that at the first look. Making docs or letting users find out about that after time of use is a better choice. Besides, if we want to add the skip feature for other stages than ANALYSIS, changing the stage button is not a good idea, because every button would look so heavy with that kind of dropdown icon or text skip in it. The first click to stage button should remain log view open action, we only add the skippable ability to the stage via an entry point which is added somewhere else, is my point. |
@nghialv @khanhtc1202
I would think this is a good idea and I would like to adapt this one like this. What do you guys think about this? |
Nice work! |
web/src/components/deployments-detail-page/log-viewer/index.tsx
Outdated
Show resolved
Hide resolved
Nice ✨ ✨ |
@knanao web test is failed 👀 |
Code coverage for javascript is
|
/approve |
What this PR does / why we need it:
This enables it to skip just the analysis stage from web UI.
This means that this doesn't support the other stages.
skip-demo.mov
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: