rcos/Venue2

Random QR Code Generation

Closed this issue · 2 comments

Instructor should be able to generate random QR Codes for every event.

May need to figure out how to add a QR code as a variable to the Event model

QR Codes are 4000 char. So what I'm thinking, instead of generating a random QR Code,

  • Randomly generate a 4000 character attendance code
  • The instructor toggles the show QR button (encrypting the code into sharable data)
  • Students read the QR code (IN the webapp, we dont want students sharing links)
  • Check the decoded qr-code string against all active events (or however we want to orchestrate that)

Implemented in #17