Ymir Report #72 — Activity feed phase 1


Heya friend!

Carl here. You signed up to receive updates about Ymir, the WordPress serverless DevOps platform that I’m building.


INTRO

Heya!

Quiet cycle. Now that I'm done with the maintenance work, I'm back to working on the product. I'm slowly working towards the project creation feature, but I wanted to work on something smaller first.

I ended up deciding to work on an activity feed. It's not such a small feature that I could ship it in two weeks. But I was able to wrap up and ship the part that logs all the team's activity.

Everything else is pretty quiet right now.


PRODUCT

You can always view the history of Ymir's product development at https://ymirapp.com/changelog.

As I mentioned, I'm working on an activity feed. It'll track all your team's activity such as deployments, resource creation, modification, etc. The goal of the feature was to surface a lot of the application events so that you know what's going on with your Ymir-managed infrastructure.

Spatie which makes a lot of Laravel packages had an activity log package. Unfortunately, it was too limited for what I had in mind. There were some things I needed that it didn't do such as:

  • Save model details even if Ymir had deleted the model in the database
  • Keep track of event context so we can filter by project, resource, etc.

Right now, the logging of activity shipped. So Ymir is recording your team's activity. I'll fix things if I see any issues with the recording.

Otherwise, I started working on the frontend. Here's a small test feed I'm playing with to see how I can display the information.

This is still a work in progress. Design always bogs me down because I want it to look ok 😅


MARKETING

Still no progress on the case study. I mentioned I wanted to start doing higher education events this year. So I applied to speak at WP Campus.


BUSINESS

You can always view Ymir's up-to-date business metrics at ymirapp.com/open. They're updated every 10 minutes.

Business is still flat. Losing a customer this month. I have some discovery calls this week so that's good. Also working to launch my enterprise customer soon.

Still thinking about the agency pricing. I'm thinking of maybe going in a similar direction to the personal plan. Lower the cost, remove the unlimited projects and make it a fixed number of projects.

Carl

Ymir

Read more from Ymir

Heya friend! Carl here. You signed up to receive updates about Ymir, the WordPress serverless DevOps platform that I’m building. INTRO Fall is almost here! August has been super busy with a lot of work going on behind the scenes. I'm happy to say that Ymir now supports SQS queues. 🥳 The feature is live and documented in the configuration reference and change log. There isn't much else to do with it for now. I'm not adding SQS support for WordPress yet, so this is really for Laravel support....

Heya friend! Carl here. You signed up to receive updates about Ymir, the WordPress serverless DevOps platform that I’m building. INTRO If you're in the summer hemisphere, I hope you're enjoying your summer (or your winter down there! 😅) I've had an amazing summer with lots of friends visiting. It's also been very busy with consulting work and Ymir! Laravel support continues to progress. I think I'm finally done with most of the refactoring of the Laravel app. I've begun working on supporting...

Heya friend! Carl here. You signed up to receive updates about Ymir, the WordPress serverless DevOps platform that I’m building. INTRO It's been a busy month for me with Ymir and consulting! The most exciting thing is that Ymir sponsored its first WordCamp! 🥳 It was a cool milestone for me and I need to put it on the open dashboard when I have a moment. Laravel support is progressing at a good pace. I've wrapped up the refactoring of the deployment code. It was a huge undertaking and involved...