Skip to content

Allow CRUD Operations on Tasks #7

Description

@Precipicee

Parent Task: #2

Story

As a USER I want to be able to add my own items to my task list.
As a USER I want to be able to obtain all the items I have previously entered on my task list.
As a USER I want to be able to alter my current task records permanently.

Requirements

  • MUST allow for creation of new tasks.
  • MUST allow for deletion of currently existing tasks.
  • MUST allow for viewing of existing tasks (via frontend created in Create User Tasks Display Component #6).
  • MUST allow for updating of existing tasks.

Features

  • Interacts with Task List component built in Create User Tasks Display Component #6
  • Sends requests to the backend to perform CRUD operations.
  • Accurately and correctly makes database alterations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendTask must have a back end issuefrontendTask must have a front end issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions