action #101385
closedcoordination #101382: [openqa][epic] update of assets in openQA
[ux][ui][openqa] remove Bootstrap-tour or use another solution
0%
Description
Motivation¶
When we tried update bootstrap in openQA we found Bootsraptour component newer supported bootstrap4+ so this now blocks move to new version
Acceptance criteria¶
- AC1: bootstrap is updated in openQA and we still have a solution for a feature tour
Suggestions¶
- select better solution an implement it
- for example https://shepherdjs.dev
or if we can't, remove the feature tour (not desired by okurz so far)
Files
Updated by okurz about 3 years ago
- Subject changed from [openqa] remove Bootsrap-tour or iuse another solution to [openqa] remove Bootstrap-tour or use another solution
- Description updated (diff)
- Category set to Organisational
- Target version set to future
Updated by livdywan almost 3 years ago
Updated by livdywan almost 3 years ago
- Status changed from New to In Progress
- Assignee set to osukup
@osukup How about we set it to In Progress 😉️
Updated by osukup almost 3 years ago
- Status changed from In Progress to Feedback
deployed ... if not complains in few days --> resolved
Updated by livdywan almost 3 years ago
osukup wrote:
deployed ... if not complains in few days --> resolved
Is there an easy way to trigger the tour? I don't see it, but probably because I went through it before?
Updated by osukup over 2 years ago
cdywan wrote:
osukup wrote:
deployed ... if not complains in few days --> resolved
Is there an easy way to trigger the tour? I don't see it, but probably because I went through it before?
in web devel tools -> console -> newFeature(3)
and yes if You got through tour before is last version stored in openQA database with your user account ( and if You chodce disable permanently -> is in database marked as 0 -> never start again)
Updated by livdywan over 2 years ago
- File tour-activity-view.png tour-activity-view.png added
osukup wrote:
Is there an easy way to trigger the tour? I don't see it, but probably because I went through it before?
in web devel tools -> console ->
newFeature(3)
and yes if You got through tour before is last version stored in openQA database with your user account ( and if You chodce disable permanently -> is in database marked as 0 -> never start again)
Thanks, that worked! Unfortunately it looks like it doesn't work for the Activity View. The dialog is in the middle of the page, and it's not pointing at anything useful here. See the attached screenshot.
Updated by okurz over 2 years ago
- Subject changed from [openqa] remove Bootstrap-tour or use another solution to [ux][ui][openqa] remove Bootstrap-tour or use another solution
Updated by osukup over 2 years ago
cdywan wrote:
Thanks, that worked! Unfortunately it looks like it doesn't work for the Activity View. The dialog is in the middle of the page, and it's not pointing at anything useful here. See the attached screenshot.
I think this is the same as old tour
it hints unseat about operator>activity which is folded and usually shown +- empty page for new user
Updated by livdywan over 2 years ago
- Status changed from Feedback to Resolved
osukup wrote:
I think this is the same as old tour
it hints unseat about operator>activity which is folded and usually shown +- empty page for new user
The old as well as the new code points at #activity_view
, which is the menu item. However we also don't seem to have test coverage for this, so let's assume your port is fine.
Updated by osukup over 2 years ago
cdywan wrote:
osukup wrote:
I think this is the same as old tour
it hints unseat about operator>activity which is folded and usually shown +- empty page for new user
The old as well as the new code points at
#activity_view
, which is the menu item. However we also don't seem to have test coverage for this, so let's assume your port is fine.
yes , and old code has { 'orphan': true }
to show dialog without active #activity_view
Updated by livdywan 5 months ago
- Related to action #163004: Replace shepherd.js tour with a simple bootstrap hint pointing to first steps size:M added