Please sign in to access this page
This is a database to manage members of an exchange organisation.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Changed a lot of the structure of the database and added database wrappers for the backend to finally fix problems with server-side rendering. Now the necessary resources can be fetched using preload and the frontend doesnt have to rely on the API routes. This should make development much nicer in the future as I won't have to rely on the api fetching not getting messed up by preloading on the server.
I am working on the new member onboarding process and keeping everything safe. Unfortunately the auth keeps breaking :(. This is due to solid-start ssr being funky and this being my first time using it.
Spend most times erradicating errors (most of them due to solid-start being funky and not so well documented); seperated table up into both pending and verified members of the club
Ok after trying to figure out why my auth wasn't working and switching auth frameworks 2 times yesterday (the api endpoints where in the wrong folder)
I made REST API Endpoints for managing Members and their Banking Information today.
Currently I am trying to make fetches to the backend more robust so that my front-end will load even if it encounters errors