meriones.vercel.app
Created new public.users table in database, hooked it up to automatically pull data from auth.users table, implemented RLS policies for security
meriones.vercel.app
#webdev #gamedev #fintech
Created new public.users table in database, hooked it up to automatically pull data from auth.users table, implemented RLS policies for security
meriones.vercel.app
#webdev #gamedev #fintech
Working on making intro dialogue only visible on first sign in. Need to create a new database users table for this.
meriones.vercel.app
#webdev #gamedev #fintech
Working on making intro dialogue only visible on first sign in. Need to create a new database users table for this.
meriones.vercel.app
#webdev #gamedev #fintech
Added close button at the end of introduction dialogue sequence to exit at the end.
meriones.vercel.app
#webdev #gamedev #fintech
Added close button at the end of introduction dialogue sequence to exit at the end.
meriones.vercel.app
#webdev #gamedev #fintech
Finished Gary's intro dialogue. Need to make hidden after it finishes. Also need to make sure it only appears on a user's first sign in.
meriones.vercel.app
#webdev #gamedev #fintech
Finished Gary's intro dialogue. Need to make hidden after it finishes. Also need to make sure it only appears on a user's first sign in.
meriones.vercel.app
#webdev #gamedev #fintech
Completed dialogue box design. Need to add function to make them actually show at the right times and change dialogue so that it's dynamic
meriones.vercel.app
#webdev #gamedev #fintech
Completed dialogue box design. Need to add function to make them actually show at the right times and change dialogue so that it's dynamic
meriones.vercel.app
#webdev #gamedev #fintech
Working on dialogue boxes. Created screen dimming feature to add when they open
meriones.vercel.app
#webdev #gamedev #fintech
Working on dialogue boxes. Created screen dimming feature to add when they open
meriones.vercel.app
#webdev #gamedev #fintech
Created logout.js and added log out button to dashboard. Deployed all currect updates to production. Sign up/Log in features are complete!
meriones.vercel.app
#webdev #gamedev #fintech
Created logout.js and added log out button to dashboard. Deployed all currect updates to production. Sign up/Log in features are complete!
meriones.vercel.app
#webdev #gamedev #fintech
Created login.js and added fetch logic to signin.html so that existing users can now log back in. Fixed CORS headers in validate-session.js. Need to add log out button on dashboard page.
meriones.vercel.app
#webdev #gamedev #fintech
Created login.js and added fetch logic to signin.html so that existing users can now log back in. Fixed CORS headers in validate-session.js. Need to add log out button on dashboard page.
meriones.vercel.app
#webdev #gamedev #fintech
Working on log in for existing users
meriones.vercel.app
#webdev #gamedev #accounting #finance
Working on log in for existing users
meriones.vercel.app
#webdev #gamedev #accounting #finance
Created validate-session.js to check for valid sb_access_token and redirect from dashboard.html back to signin.html if invalid. Looked into IRS tax return preparer qualifications for possible future plans to allow Meriones to file user tax returns
meriones.vercel.app
#gamedev
Created validate-session.js to check for valid sb_access_token and redirect from dashboard.html back to signin.html if invalid. Looked into IRS tax return preparer qualifications for possible future plans to allow Meriones to file user tax returns
meriones.vercel.app
#gamedev
Working on making the dashboard accessible only to logged in users
meriones.vercel.app
#webdev #gamedev
Working on making the dashboard accessible only to logged in users
meriones.vercel.app
#webdev #gamedev
Made it so users will be directed to the dashboard page after signing in
meriones.vercel.app
#webdev #gamedev
Made it so users will be directed to the dashboard page after signing in
meriones.vercel.app
#webdev #gamedev
Figured out how to run the site locally for testing using npx serve
meriones.vercel.app
#webdev #gamedev
Figured out how to run the site locally for testing using npx serve
meriones.vercel.app
#webdev #gamedev
Mobile formatting seemed to have broken itself again or something, not sure but should be actually fixed now
Also this is Gary he is very professional
#WebDev #GameDev
meriones.vercel.app
Mobile formatting seemed to have broken itself again or something, not sure but should be actually fixed now
Also this is Gary he is very professional
#WebDev #GameDev
meriones.vercel.app
Worked on some artwork for gamification parts of the site. Fixed formatting for mobile. Working on figuring out npx serve and how to run the site locally so I can test features before they're actually public
meriones.vercel.app
#WebDev #GameDev
Worked on some artwork for gamification parts of the site. Fixed formatting for mobile. Working on figuring out npx serve and how to run the site locally so I can test features before they're actually public
meriones.vercel.app
#WebDev #GameDev
Rewrote signin.php locally as signin.html. Fixed signup.js. Users can now log in with information securely stored in the database!
#WebDev
Rewrote signin.php locally as signin.html. Fixed signup.js. Users can now log in with information securely stored in the database!
#WebDev
Rewrote about.php locally as about.html. Deployed to production using vercel CLI. Connected site images
meriones.great-site.net
Rewrote about.php locally as about.html. Deployed to production using vercel CLI. Connected site images
meriones.great-site.net
Rewrote index.php locally as index.html and style.css within pages folder. Deployed pages folder in vercel as project meriones using the vercel CLI. Will be gradually moving meriones.great-site.net to meriones.vercel.app/
Rewrote index.php locally as index.html and style.css within pages folder. Deployed pages folder in vercel as project meriones using the vercel CLI. Will be gradually moving meriones.great-site.net to meriones.vercel.app/
Was very sick so skipped a few days. Realized InfinityFree blocks external APIs like vercel and supabase. Will look into fully migrating this site to vercel.
meriones.great-site.net
Was very sick so skipped a few days. Realized InfinityFree blocks external APIs like vercel and supabase. Will look into fully migrating this site to vercel.
meriones.great-site.net
Think I found some tutorials on how to actually connect supabase and vercel the way I want so will look into those tomorrow. Installed password-based authentication block off Superbase UI library, need to figure out how to integrate that.
meriones.great-site.net
Think I found some tutorials on how to actually connect supabase and vercel the way I want so will look into those tomorrow. Installed password-based authentication block off Superbase UI library, need to figure out how to integrate that.
meriones.great-site.net
Created connection to supabase project through .env.local
also day 33 was mostly just looking for tutorials because I didn't know what I was doing
meriones.great-site.net
Created connection to supabase project through .env.local
also day 33 was mostly just looking for tutorials because I didn't know what I was doing
meriones.great-site.net
Used nodejs to install vercel CLI. Created project with Supabase support for user authentication. Edited default code for user sign in. Created Supabase edge function. Created table to store profile information. Deployed project to production in Vercel.
meriones.great-site.net
Used nodejs to install vercel CLI. Created project with Supabase support for user authentication. Edited default code for user sign in. Created Supabase edge function. Created table to store profile information. Deployed project to production in Vercel.
meriones.great-site.net
Got signin.php at least back online. Looked into Vercel for Node.js backend maybe for Supabase user authentication system and also for Teller access tokens
meriones.great-site.net
Got signin.php at least back online. Looked into Vercel for Node.js backend maybe for Supabase user authentication system and also for Teller access tokens
meriones.great-site.net
Trying to integrate Supabase for usernames/passwords. Got really frustrated so mostly just gutted signin.php and will rebuild and figure it out later
meriones.great-site.net
Trying to integrate Supabase for usernames/passwords. Got really frustrated so mostly just gutted signin.php and will rebuild and figure it out later
meriones.great-site.net
Signed up for Supabase. Recreated Users table with encrypted passwords on Supabase for additional security, need to connect to website. Need to create RLS policy to restrict access to data.
meriones.great-site.net
Signed up for Supabase. Recreated Users table with encrypted passwords on Supabase for additional security, need to connect to website. Need to create RLS policy to restrict access to data.
meriones.great-site.net