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.