ftracker/README.md

19 lines
589 B
Markdown
Raw Normal View History

2020-11-24 21:17:54 +01:00
# FT Corona Tracker
2020-11-24 20:46:30 +01:00
2020-11-24 21:23:06 +01:00
- 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
2020-11-24 21:17:54 +01:00
2020-11-24 21:23:06 +01:00
Bonus: Send reminder if forgot to sign out?