You are browsing as a guest. Sign up (or log in) to start making projects!

vividsystem

@vividsystem

Joined June 15th, 2026

  • 11Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
I hate frontend-development and yet I do a ton of it.
visit vividsystem.dev
Open comments for this post

8h 50m 36s logged

Regional Pricing in Shop Pt.2

I finished up the regional pricing thing. It was mostly just refactoring the frontend and getting yelled at by error messages.

0
0
13
Open comments for this post

10h 0m 50s logged

Regional Pricing in Shop

I am not finished yet but well as I forgot to log before 10h I guess I will have to post an update. I am currently finishing up regional pricing as a new feature for the shop. This way we will be able to change pricing depending on the regions products get shipped to.

0
0
17
Open comments for this post

7h 19m 21s logged

Time tracking rework - Part 2

this was basically changing all the old code out to work with the new time entries. I will have to figure out a cleaner way to get time per ship. but for now it works.

0
0
17
Open comments for this post

9h 5m 39s logged

Time tracking rework and Hackatime OAuth Integration

I am currently reworking the entire way time is tracked for jus’study. Beforehand the time was tracked in the devlog database table. This now introduces a bunch of problems if you want to for example alter that data. Because of that the idea is to move to a design that I call “time ledger”. Basically any “event” like adding a devlog adds a duration (can be negative to subtract). This way it is way more extensible. Oh yeah and I made an integration for hackatime oauth. Right now I am trying to write sql-migrations so that I can migrate to the new database schema without deleting everything.

0
0
17
Open comments for this post

4h 33m 46s logged

Today I finished up the review redesign and added a project-lock feature. I have never been so frustrated with React like today. The dialog you can see in the screenshot was a pain to get working using the <dialog> tag. React for some reason doesn’t implement the button attributes necessary for opening and closing dialogs without javascript. And the way state is controlled for dialogs in React sucks and I had to use refs.

0
0
6
Open comments for this post

8h 16m 18s logged

I started redesigning and refactoring the review panel. The previous UI was AI generated and looked bad. To be quite honest I don’t really like the Jus’Study theme so far so I tried making the best of it with the review panel and actual put some thought into the design. In the next couple of days I will try to add some more features as well to make the update not only cosmetic. I might look into AI for this in the future, but I find my human-written code to be more aesthetic (when I am trying atleast)

0
0
9
Open comments for this post

3h 23m 46s logged

I finished the new shop item variant system. Admins can now create new options on already existing items or create new items with multiple options. I also updated the item buying page to let the user select (see below)

0
0
5
Open comments for this post

11h 17m 21s logged

I added a shop managment panel and am currently working on adding shop item variants so users can e.g. select different colors for an item

As always the backend is way nicer to work with than the frontend. I hate react

0
0
10

Followers

Loading…