Skip to content

v.0.1.0

Choose a tag to compare

@akornmann123 akornmann123 released this 21 Nov 01:36
· 239 commits to main since this release
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.