This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Paul Grimes
ok200paul.bsky.social
did:plc:23foluixpyh34jq3l4bqxws3
Something I learned yesterday: in Laravel (any framework really), if your users are going to be in different time zones, use timestamp() instead of dateTime() in your migrations.
dateTime doesn't hold timezone info, and if you use a BI system (eg Metabase), the date-centric fields will misbehave.
2025-02-11T22:21:27.150Z