• Started working on support for checkins (posted via backend micropub only) and adding locations to any post kind. I'm not sure how I'll expose adding a location to a post. One way would be get your current location. The other would be to let you just pick a point on a map. Or maybe default to your current location and let you adjust it?

    Since my coordinates are all stored as a geo-django PointField, my hope is that it will allow me to create fun little apps on top of Tanzawa. "Make me a rollup of my checkins in Yokohama", "Show me my photos from Texas", and so forth.
  • As you may be able to tell from the previous post I just launched Bookmark support in Tanzawa. I'm contemplating if I shouldn't add a dedicated "bookmarks" page that just makes a long list of bookmarks, but for now it's good enough.

    I realized one of the hardest parts about microformatting your html is making sure you haven't broken it in some subtle way. Mine were broken. I added some tests that verify a) I fixed them and b) they won't get broken again.
  • I've got bookmarks working - it's been mostly a copy/paste of the reply templates and generalizing the views to share as much as possible.

    One thing I noticed was that while myΒ  extract method works with sites with proper microformat or schema data - it doesn't work for sites without either. So tomorrow I'll modify it to default to the page title and then update that value based on parsed meta-data.

    Adding a bookmark in Tanzawa
  • Added support for replies to my micropub endpoint today. Super simple. Adding support for bookmarks shouldn't take but a day or two as it's mostly the same as replies. Switching to Tanzawa is getting closer and closer.
  • Breaking the admin into TurboFrames and it feels like I'm rewriting the entire app. It's a good opportunity to refactor templates and views, but man do I feel like a hamster running on a wheel while I figure out the implementation patterns.
  • Reworked my template a bit and it seems that comments are now coming through!

    Reply from Tanzawa in moderation
  • I can now extract the reply data for microformat and schema.org schemas when I reply. Editing and RSS is also working nicely as well. I'm sending webmentions, but I think my template needs some tweaking as the comment is coming through.

    Mixing Turbo (for replies) and regular page loads (for status/articles) is starting to show it's limits. I think after I get replies shipped, I need to step back and refactor my admin template to go full-in with Turbo.
  • Checkin to Enoshima Station (EN06) (ζ±ŸγƒŽε³Άι§…)

    in Fujisawa, Kanagawa, Japan
    Everyone’s favorite, the enoden.
    2021-04-21T00:05:52.jpg 572.57 KB
  • Checkin to KUA`AINA

    in Fujisawa, Kanagawa, Japan
    Talked about this place during the week with co-workers. The body craves an avocado burger near the beach.
    2021-04-21T00:05:56.jpg 449.48 KB
  • Working on the display of replies. It's still a big work in progress - but progress none the less. The publish date / by-line work well for articles, but adding in the reply to URL makes it feel like there's too much information.

    My initial design matching the admin interface.


    Perhaps it would be better to make the response title itself a link and hide the url?

    A bit cleaner look?
Previous 46 of 59 Next