I have students module every student has qrcode my snario in app is
In order to track the movement of the student on the bus to and from the school, the QR code is scanned by the supervisor, and it is difficult for the supervisor to scan one student after another. What is the best way to scan all the students at once?
If so you need to create some sort of array where you store each scan.
Preferably in local storage in case something goes wrong.
Then when every one is scanned you submit all of the values scanned to your backend.
@ibtdi Who said anything about students updating? The person scanning the cards sends the request when all scans are done. What you do with it after is up to you.