简体   繁体   English

应该采取什么方法在Web应用程序中实现onboading?

[英]What approach should one take to implement onboading in a web application?

I want to build onboarding in to my web app. 我想在我的网络应用程序中构建入门。 See the attached image for an example. 有关示例,请参见附图。 I would like to be more specific, but I am not sure what approach to take. 我想更具体一点,但我不确定采取什么方法。

大帐篷入职

If there are resources that you can point me to, it will be great. 如果有资源可以指向我,那就太棒了。

Also, how does one ensure that these onboarding steps are only shown once? 此外,如何确保这些入职步骤仅显示一次? Do we persist it in database or use any other approach? 我们是将它保存在数据库中还是使用其他方法?

You may want to take a look at chardin.js . 你可能想看看chardin.js

As for persistence, I would go for database storing. 至于持久性,我会去数据库存储。 If you use cookies, localStorage, etc. your users will see instructions if they use another browser or a different computer. 如果您使用cookies,localStorage等,您的用户将看到使用其他浏览器或其他计算机的说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM