需要用户快速切换想法

发布于 2024-09-10 20:11:00 字数 250 浏览 0 评论 0原文

我正在寻找有关如何为应用程序实现某种类型的快速登录场景的想法,该应用程序将允许员工快速登录。

我所在的组织的员工每 30 分钟轮流到不同的地点。如果有 3 名员工,那么第一位员工将在一个小时内不会回到收银台。收银台是人流量较大的区域,顾客借阅不同的物品。现在他们有一个通用登录名,但组织希望跟踪哪个员工签出了/签入了借用的物品。问题是,当他们轮换时,会有很多客户在那里,让他们通过工作站登录或应用程序登录注销和登录对于客户服务来说太慢了。

有什么建议吗?

I'm looking for ideas on how to implement some type of fast login scenario for an application that will allow employees to quickly login.

I work with an organization that has employees rotate every 30 minutes to a different location. If there are 3 employees, then the first employee won't come back to the checkout station for an hour. The checkout station is a higher traffic area where different things are borrowed by customers. Right now they have a generic login, but the organization wants to track which employee checked out/in a borrowed item. The problem is when they rotate there are customers there many times and having them logoff and login either via a workstation login or an application login is too slow for customer service.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

ぃ弥猫深巷。 2024-09-17 20:11:00

我认为指纹识别器非常适合用户登录。然后,他们无需输入任何内容即可登录。

有很多 在线生物识别 SDK 应该能够帮助您解决此问题。而且,我认为一些商业读者已经会做类似的事情,所以您甚至不需要编写任何代码。

这是一篇关于 Microsoft 升级版指纹读取器

文章您可以让他们扫描一次以登录,一旦他们登录,他们可以再次扫描以完全从系统中注销(而不是仅仅锁定屏幕或忘记注销并走开。)

I think a fingerprint reader would work well for logging in users. Then, they wouldn't have to type anything to log in.

There are plenty of biometric SDKs online that should be able to help you with this. And, I think some commercial readers will do something similar already, so you wouldn't even need to write any code.

Here's an article on Microsoft's Upgraded Fingerprint Reader

Also, you can have them scan once to log in, and once they are logged in, they can scan again to get logged completely out of the system (instead of just locking the screen or forgetting to log out and walk away.)

青芜 2024-09-17 20:11:00

使用应用程序级登录,但仅基于输入员工 ID 进行登录。这将简单地识别他们是谁,以安全换取速度,同时又不放弃身份。为此使用员工 ID 是保证唯一性的好方法。我在零售业见过这样的系统,而且速度非常快。员工习惯于在控制台中输入这个数字。

Use an application-level login, but make it only based on typing in their employee ID. This will simply identify who they are, exchanging security for speed while not giving up identity. Using employee ID's for this is a good way of guaranteeing uniqueness. I've seen systems like this work in retail, and it's really fast. Employees get used to typing this number into the console.

夢归不見 2024-09-17 20:11:00

我不确定它是否在您的预算之内,但这听起来对于那些小按钮 1 线设备来说是一个很好的用途。基本上,它是一个电子“钥匙”,大小与按钮相当,可以快速读取。

因此,员工 A 前往车站,将按钮放在键盘上(大约需要 2 秒),然后他就登录了。当他需要离开时,他按一个按钮注销,然后员工 B 可以过来登录,等等。

按钮的图片:

I'm not sure if it's in your budget but this sounds like a good use for those little button 1-wire devices. Basically it's an electronic "key" that is about the size of a button and can be read very quickly.

So Employee A goes to the station, puts his button on the pad(takes like 2 seconds) and he's logged in. When he needs to leave he pushes one button to log out, then employee B can come and log in, etc etc.

a picture of the button:

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文