botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
39 stars 38 forks source link

feat(studio): adds guided tour button to top #227

Closed ptrckbp closed 2 years ago

ptrckbp commented 2 years ago

Running a little experiment to see if people want to use the tutorial / help buttons in app. On pages with no help icon (like the flow editor), a tutorial button appears (see images), where the help button would normally be and triggers the Guided Tour.

This also standardizes the buttons to have the same spacing, and icon + title.

On a page with no existing help button : Before image

After image

On a page with an existing help button : Before image

After image

This also adds analytics to the tutorial steps and simplifies the tracking implementation by removing error handling.

ptrckbp commented 2 years ago

Also adds this step to the guided tour so people know to click to re-read : image

laurentlp commented 2 years ago

@ptrckbp Any update?