Small webapp to track who was in which room at which time to backtrace potential viral infections
Go to file
Oskar Winkels 59f71ba4e2 Translate requirements to english 2020-11-24 21:23:06 +01:00
README.md Translate requirements to english 2020-11-24 21:23:06 +01:00

README.md

FT Corona Tracker

  • Per Room:
    • 1 QR-Code for arrival
      • First + last name + "OK"
      • Tick "I will adhere to the [corona guidelines]"
      • Check if person is on preapproved list
    • 1 QR-Code for leaving
      • First + last name + "I cleaned my workspace" + "OK"
      • If not signed in on arrival: When did you arrive?
  • LocalStorage to save name
  • robots.txt: no google indexing
  • Data visualization
    • Table-like
  • Data protection
    • Password protected data access
    • Minimal data: Only entered data

Bonus: Send reminder if forgot to sign out?