boom, worked on a user page, the table component got polished af and now the project is shippable enought
i feel like i write very short devlogs for some reason
added some context menu :p and also fixed a few issues when updating the cell and now im close to finishing this 
yippee finally made the table component, now you can add fields and add records, and edit stuff, well there is still dropdowns to do extra stuff with fields but its already gud trust!
ah yes, sorry for not posting devlogs, got a bit too busy, so here it is, the base page, and also fixed the deployement which prob took most of the time, i also worked on the dashboard, still too simple rn but it looks pretty good so far, i will make a simple table page now , not using websocket as supposed to do in my plan but for the sake of shipping now lol
finally finished most of the backend, now i started making the ui and overall design, im going to deploy this somewhere so ppl can see the updates and try it out :3
finally added convertion code between all those types, that was hell, but now we can totally rely on the core to handle the type convertion for us ;3
so i was coding the convertion strategy for SingleLine and LongText, but i was going to accidentally invoke a demon
was redesigning the Record/field system since it was poorly made, i made a trait for ValueTypes and a macro to easly write convertion code for each type (also hackatime wouldnt track all da time i spent writing on my note book 3:<)
was working on the cache, but it wasnt fast enough so instead we store the sessions in memory in the server directly for a short amount of time, and we refresh from redis, just gonna make sure it actually saves the data :p
oh and the speed seems to be very unstable for some reason XD
working on the caching part using redis, its mostly working for the session logic, and will soon use it for other tasks