Open comments for this post
Finally started on the “Folder View” to actually list out folders so you can view contents of said folders and added icons for sort ascending, descending, folder icons open and close, expand icons + and -, skip next previous buttons in blue (for active) and checkboxes, as well as fixing minor styling issues (background and border on the number input for pagination and for # of items to show, and the background when a column is sorted by)
Open comments for this post
Soldered the sensor module, battery charging module, and boost converter together, and cut the hole for the fan and hot glued it in. I might have to rethink about the temperature sensor since shoving it inside the box means it’ll measure the air pressure wrong, since the box is held at positive pressure relative to the pressure outside due to the fan
Open comments for this post
So I painstakingly cut out some holes with a cutter (that isnt in the timelapse because it took genuinely way too long for two holes) and just connected the screen and switch. Idea is that switching it to the left will turn the screen on with just the default displays, temp, humidity, pressure, switching it to the middle will turn off the display, and switching it to the right will show diagnostics like ip address and uptime. I’m still waiting on the battery IC and temperature sensors to arrive though.
Open comments for this post
Started and finished the software for the access computers. You can actually request items and have it be shoved into the barrel associated with the computer. And that’s also the last thing to do on this LOOONNGGGG list of stuff.
Open comments for this post
Finished the ACTUAL server to get stuff from dropoff stations and move it into storage automatically, and when requested from an access station, move items from storage to that access station
This is basically all warehouse management has to do anyways
Open comments for this post
finished setup program for the warehouse server
Open comments for this post
Finished the warehouse editor
you can now
- pick inventories to add to the warehouse
- assign an inventory a type out of dropoff station, storage, and access station
- assign a computer to an access station inventory
- save warehouse assignments to a .ware file (it’s just json)
Open comments for this post
Added splash screen UI and the path and inventory pages for New Warehouse
the path even has data validation!!!1!11!
Open comments for this post
Rewrote the entire library page and it’s now called the (Web-Based) Document Search System
only table sorting and pagination works right now since I used a react table library
Open comments for this post
FINALLY Added the index page with the news tiles and power statistics
Site is now visible on https://interatom.site except for the library page which i’ll work on tomorrow
i am too tired
Open comments for this post
Added the static about, sustainability, and safety pages (was pretty simple, they all share the same CSS) and news now loads off Contentful, gets displayed, and you can now read each article with the magic of some cursed routing
Open comments for this post
Got the navbar footer and cookies moved over
I keep forgetting it’s className={styles.class} rather than class=“class” and it’s really messing with me
Open comments for this post
Cursed moving over a discord bot over to slack as my first bot 😭
Followed the guide thingy to set up the slack bot and it’s somehow easier than discord sooo that was good.
Bot itself pulls data from supabase which gets its data from the game (which exists btw) and there’s just commands to list credits from a player, and to list the total power generated on the game.