Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mevdschee/covid19reg
Coronavirus (COVID-19) registration tool written in PHP
https://github.com/mevdschee/covid19reg
coronavirus covid19 php
Last synced: 3 months ago
JSON representation
Coronavirus (COVID-19) registration tool written in PHP
- Host: GitHub
- URL: https://github.com/mevdschee/covid19reg
- Owner: mevdschee
- Created: 2020-09-02T09:23:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T07:46:19.000Z (about 3 years ago)
- Last Synced: 2024-10-03T18:44:00.666Z (4 months ago)
- Topics: coronavirus, covid19, php
- Language: PHP
- Homepage:
- Size: 1 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19 attendance registration
![recording](images/recording.gif)
This is a simple COVID-19 attendance registration tool that can be used at any venue (sports club, churche, restaurant, bar, etc.). The tool has multiple themes (color sets) and contains multiple languages.
## Why should I use this tool?
This tool registers attendees at your venue and is the mobile-friendly QR-code based digital equivalent of paper registration ballots that you can hand-out and collect in a closed box. If somebody happens to get COVID-19 and this person was at your venue, this tool will help you contact the people that might have been exposed.
## How about privacy?
In short: the tool stores the answers (email address or phone number) in daily files on your web server. These files are automatically overwritten after a month. It is designed in a way that only the system administrator has access to this data.
## Dependencies
The tool requires PHP 7. The QR-code is generated by: https://github.com/kazuhikoarase/qrcode-generator.
## Great! How do I start?
1. Download the ZIP: https://github.com/mevdschee/covid19reg/archive/master.zip
1. Unpack the ZIP to a local folder.
1. Upload the folder to your web server, using (S)FTP.
1. Edit the config.json file.## Configuration
In the config.json you can set the name of your venue and one of the following themes:
- tikkie-style
- gray-blue
- gray-yellow
- orange-blue
- two-blues
- ... (see themes directory)You can also choose on of the following languages:
- en (English)
- nl (Nederlands)
- fr (French)
- ... (please translate and send a pull request)