October website updates

matt

As promised in one of my earlier posts I have continued to hack on this website. The early days of this project were pretty rudimentary at best as my git history will happily attest to. As time has gone on I've made my house a little better though. Here's what I've released so far:

File manager

Posts can now have files! I have a neat little button that lets me upload files directly into posts, a file manager app, and general file viewer.

Screenshot from 2024-10-07 23-15-18.png

File manager

Screenshot from 2024-10-07 23-17-30.png

File info page

Screenshot from 2024-10-07 23-18-31.png

The post editor; the far right of the toolbar shows my file attachment icon

User manager

Since I opened up sign ups I needed a way to manage users. I ended up creating a view on my main admin dashboard that shows me user signups, a view for editing users, and a view for modifying users.

Screenshot from 2024-10-07 23-21-18.png

User viewer

Screenshot from 2024-10-07 23-21-48.png

User editor

As you can see, the permissions model on my website is pretty simple at the moment. You're either totally in charge or not at all. For the most part this will remain the same.

What's next?

Most of this has led up to comments and comments moderation. After that, I'm probably going to take a break and just refine the features I have for a while. That said, I'm pretty happy with the way everything has come out. As I maintained in my forever projects post, this code base continues to be a joy to build on.

Back to top