Skip to content

Releases: akornmann123/capstone_QuickTask

v.0.4.0

Choose a tag to compare

@akornmann123 akornmann123 released this 12 Dec 01:33
0450769

We fixed the bug that wasn't adding notes to tasks. We also fixed the bug "unable to view my completed tasks". There is now a View My Tasks page that will show a list and information about all tasks that are assigned to the currently logged in user. We made the create task functional by adding in the correct tags and fixing slight syntax errors. We added general CSS to all web pages which includes adding colored backgrounds, changing text color, hover over text color, centered forms and text, etc. We added div tags to pages to allow me to make individual changes to each page which included: White box border around information, widened the blue border, updated the nav margins so it wasn't so close to the content and adjusted spacing for better readability.

v.0.3.0

Choose a tag to compare

@akornmann123 akornmann123 released this 05 Dec 02:25
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.

v.0.2.0

Choose a tag to compare

@akornmann123 akornmann123 released this 28 Nov 02:19
c34859e

We allowed the user to add a note in a task while viewing the task list. This will update the notes section of the tasks table. This will produce better communication and a clearer view on what is needed to complete the task. The view task page now has a button to edit the task. The edit task page will pull all of the data into editable textboxes / drop-down menus. Pressing the update will save the changes and redirect to the task list page. The Assigned To drop-down is using a query to get a list of all user accounts to pick from. We made a create task page and form and are currently in the process of trying to get form data to submit to the data base. This will allow users, specifically managers, to add tasks for their employees.

v.0.1.0

Choose a tag to compare

@akornmann123 akornmann123 released this 21 Nov 01:36
f4f5375

In this iteration release we accomplished many things. By adding the create-task.js page we are allowing users to seamlessly create new tasks by providing the essential details. The task-list.js page displays a comprehensive list of tasks. This centralized view offers a quick overview of ongoing tasks and their current statuses. When we created the view-task.js we had in mind creating a page that provides a detailed view of a specific task. The user can access this view by clicking on the "View" action from the task list. The stylesheet that was added has very basic styles that we will update as we get further along in our project, it was created as a base style for now. We also added "create account" page. If an employee or manager wants to manage their tasks, they would need to create an account. We made a form with values that a normal account would have for them to enter. We also made it so the user is able to view their completed tasks. When they bring up this page, they will be able to see what tasks they have already accomplished.

v0.0.0

Choose a tag to compare

@Jrudesill Jrudesill released this 14 Nov 02:38
4a123a5

Our skeleton project that we successfully were able to add our dependencies for our technology stack and host a live web service utilizing Render.