Skip to content
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

Implement Tours in Extension #539

Open
erenfn opened this issue Feb 17, 2025 · 0 comments · May be fixed by #550
Open

Implement Tours in Extension #539

erenfn opened this issue Feb 17, 2025 · 0 comments · May be fixed by #550
Assignees
Labels
extension extension task
Milestone

Comments

@erenfn
Copy link
Collaborator

erenfn commented Feb 17, 2025

Like hints we should implement tours in our extension. Currently, for hints we just click on the element to see the target element name. For tours we should click on elements and as we click on them they should be added to a list. The list can look similar to this design:
Image

  • It should enable drag and drop to change order
  • Delete button should work
  • When clicked on the list item, and then clicked on another element in the page, that list item should be edited -in that case we shouldn't add a new element to the list
  • You can fork from onboard-extention branch

We will then send this list to our create tours page and parse it there. But we can do this in another task.

You can ask @swoopertr how to run the extension

@erenfn erenfn added the enhancement New feature or request label Feb 17, 2025
@erenfn erenfn added this to the 1.1 milestone Feb 17, 2025
@erenfn erenfn added extension extension task and removed enhancement New feature or request labels Feb 17, 2025
@DeboraSerra DeboraSerra linked a pull request Feb 20, 2025 that will close this issue
9 tasks
@DeboraSerra DeboraSerra linked a pull request Feb 20, 2025 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension extension task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants