Activity

ElectricSteve

Changelog

  • Database
  • Persistent todo
  • Persistent component enabled/disabled
  • Refactored structure
Attachment
Attachment
0
ElectricSteve

The basic component system is in place! Now it’s time to refine it, add a database, and then add a lot of components.

Attachment
0
ElectricSteve

Shipped this project!

Hours: 2.31
Cookies: 🍪 12
Multiplier: 5.18 cookies/hr

I updated my mods because someone actually used it and created an issue! (#1 in the repo)
This is the changelog in the new version:
BREAKING: config txt now needs a random_offset value (int) on the second line.

ElectricSteve

Now featuring: Slash commands.
I did this by implementing the poise framework.

Attachment
0
ElectricSteve

!ping pong!
Simple example from serenity docs. Mainly trying to wrap my brain around the api.

Attachment
0
ElectricSteve

Started work on the query page. Until I realized it would be hard without any (test) data.

Attachment
0
ElectricSteve

Some general cleanup and organization. Just added github issues for the various pages.

Attachment
0
ElectricSteve

I spent like 2 hours figuring out why the tailwindcss plugin wasn’t working in RustRover. Turns out it seems to not work when you don’t have a package.json with tailwindcss as dependency.

Attachment
0
ElectricSteve

Added a form to submit data for zermelo api requests, non-functional yet. Mainly playing around with dioxus.

Attachment
1

Comments

ElectricSteve
ElectricSteve 3 months ago

Sadly time was lost because of a devlog outage yesterday.

ElectricSteve

Found this cool trick for the api module. Tried a bit more testing. Also found that not all time from yesterday was tracked because I switched IDEs

Attachment
Attachment
0
ElectricSteve

Set up the initial dioxus project, Organized into rust modules and tried setting up a database and auth, which currently doesn’t work.

Attachment
1

Comments

GoldMonke
GoldMonke 3 months ago

W