Wouter Dijkstra

A life about the internet.

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

Ordered some awesome new stickers for a new project!

Mike

Honestly the best part of any project

0 Likes
Wouter Dijkstra Author

Project isn't real when there is (1) no domain name and (2) no stickers. Prove me wrong

0 Likes

I hate wordpress.

Who don't?

0 Likes
Wouter Dijkstra Author

I know right πŸ˜… I hope everyone does 😦

0 Likes

Little update on my Spatie package PR: Denied, however, find https://github.com/wouterdijkstra/laravel-prefixed-idsmine here:

Sadly, my PR's were not accepted. Reasoning being that the package needed to stay simple. If you do want some more features, feel free to use my fork!

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.

Fiddled around with a Spatie Laravel package and managed to get my own fork working with additional features. That's a first!

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

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.