Home

Update for the week ending on Friday, Jan 24, 2020

WanderJest

This was mostly an infrastructure week, so there aren’t many user-visible changes, but the work I’m doing this week sets me up to move faster in the weeks ahead.

I WAY underestimated how long this stuff would take, though. I knew I wanted to add support for user-supplied show reviews, and I knew that to get there I’d have to:

  1. Move all my baked-into-source-code data to a proper Cloud Firestore database ✅
  2. Add server-side logic for validating + accepting user-supplied show reviews ✅
  3. Add show review functionality into the web UI
  4. Add CSRF protection
  5. Add tighter CSP policy
  6. Add user accounts (via UserKit integration)

I foolishly thought it would be a day or two of work, but step (1) alone took most of the week. I’m done with #2 and partially done with #3. Steps #4-6 should be easy because I’m mostly just copy/pasting what I already implemented on What Got Done, but it’s going to be a lot of copy/pasting.

Other than that, I:

What Got Done

mtlynch.io

Is It Keto

Misc