Covisitor

Fast, privacy-focused visitor registration.

Add some sort of affiliate invite system

We might be adding the possibility to invite other businesses to #covisitor by entering an email address or sending an invite link.

In case of invite email, we might add the basic details to get a registration page up and running as quick as possible to remove as much hurdles as possible.

Translated some small parts of to Swedish. Soon available in NL, EN, DE & SV 😎

Added site-wide login popups for venues and visitors

The individual login pages also still exist. Using the same backend Laravel Livewire controller! Pretty fancy if I may say so

Added a little batch command that removes all unnecessary DB rows on a schedule (each day)

We have been removing registered visits from the start, and added unused stats a few days ago. Now all other things considered temporary are automatically removed every day instead of after 14 days (like visits).

Enabling our customers visitors to check-in by sending a WhatsApp message caused us to integrate some sort of logging; otherwise we couldn't possible know in which stage of the check-in people were. We don't like logging and we don't like useless data; everything gets removed within 24 hours now.

Made some cool stuff for Added markdown support for pages like /terms and /privacy using custom Laravel directives

Added this little easter egg as well.

No messing around with my URLs!

Changed Laravel's ValidateSignature Middleware so I could make this. Expired registrations used to throw the standard 403 error page

uses Fathom Analytics - Today I made it even more privacy friendly by removing 'identifying' parameters from URL's.

Pushed the first few translations to Swedish 😱

Covisitor is already available in three languages, we're working on adding Swedish as the fourth.

Updated all forms to include @csrf - Should've done this sooner, I know

Automated what I should've done a while ago. 'Older' visitor statistics that are not shown in the customer's dashboard anymore, get removed automatically (if count equals zero)

Removed 29156 DB rows of outdated analytics

Should automate this some day. 🤔