GEWIS / sudosos-frontend

This monorepo contains all frontend projects and shared code for the SudoSOS platform, built with Vue 3 and TypeScript. Contributions are welcome!
https://sudosos.gewis.nl
5 stars 4 forks source link

Feature/nfc login #439

Closed noelvandevrie closed 3 weeks ago

noelvandevrie commented 3 weeks ago

Description

Ability to log in to the POS by using NFC tag id's, solves not being able to do this. No changes made to the UI, it runs in the background.

Related issues/external references

351

Types of changes

SuperVK commented 2 weeks ago

Is it correct that this PR removed the EAN login? Was this intended?

noelvandevrie commented 2 weeks ago

Is it correct that this PR removed the EAN login? Was this intended?

The EAN login function still exists in the LoginView, the component for it was just renamed to ScannersLoginComponent as we now have 2 scanners, it made more sense imo to put both in one file. If you look at how we implemented which scanner should be called I think it should clarify.