Create get started page for OpenShift in VSCode Open walkthrough#2441
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2441 +/- ##
==========================================
- Coverage 66.62% 66.58% -0.04%
==========================================
Files 55 55
Lines 3583 3585 +2
Branches 647 648 +1
==========================================
Hits 2387 2387
- Misses 1196 1198 +2
Continue to review full report at Codecov.
|
…ode-open-walkthrough
…ode-open-walkthrough
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
…lkthrough' of https://github.com/msivasubramaniaan/vscode-openshift-tools into 2414-create-get-started-for-openshift-in-vscode-open-walkthrough
mohitsuman
left a comment
There was a problem hiding this comment.
@msivasubramaniaan Please update the descriptions accordingly as per the suggestions. We also need to update with the zoom in gifs for every step.
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
|
@msivasubramaniaan the gifs looks good to me. Just commit the suggested changes. |
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
Co-authored-by: Mohit Suman <mohit.skn@gmail.com>
…lkthrough' of https://github.com/msivasubramaniaan/vscode-openshift-tools into 2414-create-get-started-for-openshift-in-vscode-open-walkthrough
| "description": "Start your application development on OpenShift or Kubernetes", | ||
| "steps": [ | ||
| { | ||
| "id": "login", |
There was a problem hiding this comment.
This step does not look right to me. Login is just a way to get access to cluster resources and it does not matter how cluster is provisioned or where it is located.
What I see is attempt to mix cluster login, provisioning and location in one step.
I suggest to bubble up one more step. 'Get access to OpenShift cluster' or 'Provision or use existing OpenShift cluster'
Where we can have button to open 'Add Cluster Editor'. Then reduce Login step to just a description and login button.
There was a problem hiding this comment.
I think this covers the use case of differentiating the Login and provision workflow. The description also works for me. LGTM.
There was a problem hiding this comment.
Well, it is still two questions answered in one step.
'Connect using OpenShift Local' sounds awkward to me, I would say 'Connect using ssh' or 'Connect to OpenShift using SSH'. Both sounds good to me. Lets try 'Connect to OpenShift Using OpenShift Local' does that sound good? It is not for me.
IMHO first someone who is interested would ask where/how one can get OpenShift instance? Then ask how to work with it or see what is in it through the UI elements provided by extension they've just installed and that would require to log into the cluster.
There was a problem hiding this comment.
Here OpenShift local refers to renamed CodeReadyContainers. So connect using OpenShift local should open the CRC view we currently have.
dgolovin
left a comment
There was a problem hiding this comment.
Please, see my comment above.
Signed-off-by: Denis Golovin dgolovin@redhat.com
This reverts commit 5e88ae8.
0af18f3 to
ae62748
Compare
Signed-off-by: Denis Golovin dgolovin@redhat.com
ae62748 to
be5d77c
Compare
…hat-developer#2441) * added walthrough in package.json * added steps on the walkthrough * changed title and description of the steps * added additional login option and post corresponding message * Update login description in package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * Update debug description in package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * Update login title in package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * added show registry step and updated the gifs * used the exisiting message passing * Update open browser desc package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * Update create component desc package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * Update push component desc package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * updated desc and gifs * updated desc of show registries * added openInView into onCommand for makes the step get completes * Update the main desc package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * Update the login desc package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * Update the show registry desc package.json Co-authored-by: Mohit Suman <mohit.skn@gmail.com> * updated the vscode-openshift-tools.gif * updated the vscode-openshift-tools.gif * reverted the gif * change login title and desc * Add activation event and Provision OpenShift cluster button Signed-off-by: Denis Golovin dgolovin@redhat.com * Revert "Add activation event and Provision OpenShift cluster button" This reverts commit 5e88ae8. * Rename 'Connect using ...' to 'Provision ...' Signed-off-by: Denis Golovin dgolovin@redhat.com Co-authored-by: Mohit Suman <mohit.skn@gmail.com> Co-authored-by: Denis Golovin <dgolovin@redhat.com> Signed-off-by: msivasubramaniaan <msivasub@redhat.com>


Added Walkthrough steps for the extension
Ref: #2414