Skip to content

v.0.3.0

Choose a tag to compare

@akornmann123 akornmann123 released this 05 Dec 02:25
· 129 commits to main since this release
443cb56

We added a feature that hashes users passwords, allowing them to securely store their password. We also configured the /create-account in the index.js to allow users account creation to be added to the database. We also created /accounts to allow users to see a list of accounts. We updated the styles.css sheet, added error handling to create account route, updated path to style sheet. We also added more employees to the database so the manager can select who they want to complete the task and they are also allowed to change that in edit task. We added due dates to the task list and completed tasks that can be changed if needed in edit task. We made it so when you create an account it logs in our database and can be used to log in. Passwords will be hashed.