smt
i did used copilot/gemini for research and stuff, and vibe coded the src/test/mod.rs and src/core/service/error/mod.rs, the rest of the code is entirly writed by hand (or copied from stack overflow /silly)
smt
i did used copilot/gemini for research and stuff, and vibe coded the src/test/mod.rs and src/core/service/error/mod.rs, the rest of the code is entirly writed by hand (or copied from stack overflow /silly)
reworked the db architecture, now there is no need for a workspace and a workspace user! i started working on the functions to interact with the base and the tables, and soon ill start a ui! (that was late ;-;)
Log in to leave a comment
was working on the service layer, i did some functions and enhanced error handling, and also did some benchmarks and its pretty gud for now
Log in to leave a comment
added user register and user update functions
Log in to leave a comment
worked on the service part and also migrated to surrealdb 3.0.0 (that was a hard work) but yeah now we have login, im gonna work on register and those other function :pf:, for now it only auth the user using a hc id or a session token , in this example we had to use ip, user_agent and token to authentify the user
Log in to leave a comment
well, gonna work again on this, for now i worked on the models part, a bit of planing for the service part (the part that interacts with the db and has the security measures) and yeah, also wrote some surql but i dont think it got hackatimed since i logged off hc ¯_(ツ)_/¯
Log in to leave a comment
alr, so i worked on the models, there is all the models needed, im rn working on the service part, wich is a set of functions to create/delete/update/read tables but using strong types so everything should be secure, i might also make some idiomatic permissions if my brain let me do it but now, the step one is done
Log in to leave a comment
forgot to make a devlog lol, so i defined the tables, started learning surrealdb, and uh, im using axum this time, now im working on the auth part, using hca ofc, but there is still a bug related to cookies that im trying to fix sob
Log in to leave a comment