Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Task #4

Closed
4 tasks
chariondm opened this issue Apr 3, 2024 · 0 comments · Fixed by #12
Closed
4 tasks

Create Task #4

chariondm opened this issue Apr 3, 2024 · 0 comments · Fixed by #12
Assignees
Labels
enhancement New feature or request

Comments

@chariondm
Copy link
Owner

Description

As a logged-in user

I want to be able to create a task with a title, description, status, and creation date

So that I can keep track of new tasks that need to be done.

Acceptance Criteria

  • The user must provide a title, description, status, and creation date.
  • The system must validate the task's data.
  • The system must return the task's ID after creation.
  • The system must associate the task with the logged-in user.

*The status field must be one of the following values: pending, completed, canceled, or in_progress.

@chariondm chariondm self-assigned this Apr 3, 2024
@chariondm chariondm added the enhancement New feature or request label Apr 9, 2024
chariondm added a commit that referenced this issue Apr 9, 2024
Implement the ability for logged-in users to create tasks with a title, description, status, and creation date. This change includes new endpoint creation for task registration, validation for task data, and linking tasks to the user's ID. Ensures the system validates the task's data and returns the task's ID upon successful creation. Supports task statuses of 'pending', 'completed', 'canceled', or 'in_progress'.

US: As a logged-in user, I want to be able to create a task so that I can keep track of new tasks that need to be done.

#4
@chariondm chariondm linked a pull request Apr 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant