Skip to content

Commit cd7bacf

Browse files
authored
🐛 Redirect user to analysis page at the end of the konveyor walkthrough (#433)
- Addresses the comment from [@pranav](https://redhat-internal.slack.com/team/UJVF3G38W) on #425 - the walkthrough button isn’t stateful so we were able to start the server but there were no notifications or button state on the walkthrough that let us know that the server was starting/initializing. You could click it a bunch of times and kick off several instances of the server. The fix in PR 433 just ushers the user to the analysis page and encourages the user to start the server from there. <img width="1447" alt="Screenshot 2025-03-07 at 2 31 35 PM" src="https://github.com/user-attachments/assets/ca975d14-6e10-4911-b2fb-f0cb2e40fade" /> --------- Signed-off-by: Ian Bolton <[email protected]>
1 parent 398836a commit cd7bacf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

vscode/media/walkthroughs/start-server.md renamed to vscode/media/walkthroughs/open-analysis-panel.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Start Server
1+
# Open Analysis Panel
22

3-
Start kai server. Under the hood it is using the rules-based analysis engine.
3+
Open the analysis panel to view and manage your analysis tasks. Under the hood, it utilizes the rules-based analysis engine.
44

55
Remember to configure your analysis settings beforehand for the best results:
66

vscode/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -661,12 +661,12 @@
661661
}
662662
},
663663
{
664-
"id": "start-server",
665-
"title": "Start Server",
666-
"description": "Start the analyzer\n[Start Analyzer](command:konveyor.startServer)",
664+
"id": "open-analysis-panel",
665+
"title": "Open Analysis Panel",
666+
"description": "Open the Konveyor Analysis Panel to manage and monitor your analysis tasks. The Kai server processes analysis requests, so ensure it is started before running any analysis tasks.\n[Open Analysis Panel](command:konveyor.showAnalysisPanel)",
667667
"completionEvents": [],
668668
"media": {
669-
"markdown": "media/walkthroughs/start-server.md"
669+
"markdown": "media/walkthroughs/open-analysis-panel.md"
670670
}
671671
}
672672
]

0 commit comments

Comments
 (0)