Need to Implement the product tour for every enhancement in product #1106
-
Need to Implement the product tour for each enhancement that has been implemented newely in product or application after every release it need to update .suggest me how to implement it. And also it should come in which are the pages enhancenment done and also to revisit the tour. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This is a big request. Have you checked the docs and the examples? |
Beta Was this translation helpful? Give feedback.
-
Thank you @gilbarbara I am able to store my values in local storage , can you suggest me how can i show if any value in tha local storage changes that should be shown as a tour , can you suggest how can i implement that tour ,i.e it should show that particular thing i have been changed. |
Beta Was this translation helpful? Give feedback.
-
You can compare the actual steps with your saved data and filter the steps to include only the unseen steps. Good luck! |
Beta Was this translation helpful? Give feedback.
Hey @Mounikach-heeddata
This is a big request. Have you checked the docs and the examples?
Keeping the saved state is a very subjective problem. It depends on your setup and choice of persisting it. It could be locally or in your database, preferably.