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 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