Skip to content

Bonus #8

@SimonaPiz

Description

@SimonaPiz

Bonus

As a bonus, you may implement routes to allow bosses to add and remove work from their minions' backlogs.

Schema:

  • Work:

    • id: string
    • title: string
    • description: string
    • hours: number
    • minionId: string
  • Routes required:

    • GET /api/minions/:minionId/work to get an array of all work for the specified minon.
    • POST /api/minions/:minionId/work to create a new work object and save it to the database.
    • PUT /api/minions/:minionId/work/:workId to update a single work by id.
    • DELETE /api/minions/:minionId/work/:workId to delete a single work by id.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions