US-02: Consultar todas las tareas

Open Beginner friendly
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
javascript
Domain
api, backend

Research direction

Locate the task endpoint entry point and check the existing test structure before making changes. Implement the endpoint so it returns all tasks, including an empty collection when none exist, and add an automated test covering the acceptance criteria.

Written by the indexing model from the issue text.

Description

Historia de usuario

Como usuario,
quiero consultar todas las tareas existentes,
para conocer las actividades registradas en el sistema.

Criterios de aceptación

  • El endpoint debe responder correctamente.
  • Debe devolver una colección de tareas.
  • Si no existen tareas, debe devolver una colección vacía.
  • Debe existir una prueba automatizada.

Estimación

Story Points: 2

Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fredylopez01/task-devops-test

All issues in fredylopez01/task-devops-test

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.