StevenTagner / Outdated-Calendar

2 stars 0 forks source link

Account Management #1

Open StevenTagner opened 2 years ago

StevenTagner commented 2 years ago

This thread is to track the progress of creating and managing accounts for the web app. The current status is researching how to create accounts and implementing them on a barebones webpage

StevenTagner commented 2 years ago

I have looked into ways to set up accounts and the first way I will try is using a MySQL Database and PHP. I plan to have a demo up on Git by Thursday at the latest. I think this method is going to be the best as SQL will allow us to store all the other relevant data we need in their own databases.

StevenTagner commented 2 years ago

I made some progress with the web app and passing data to databases, Today I pushed a simple web app with minimal functionality but I expect that by the end of our next meeting it will be much more refined

StevenTagner commented 2 years ago

The current state of account management: There is a database where you can add accounts, edit them, view their details, and delete them. It works much like an admin view of all accounts. By the end of our Friday meeting, I am planning on having a login page where you can see, edit, and delete only your account.