Skip to content

Implement Task Endpoints #114

Description

@Fkhrayef

Tasks:

1. Accept the query params

the middleware will hand you an object(probably I didn't implement it yet) so you must accept it.

2. Implement all main endpoints to return JSON responses instead of rendering. (refer to the docs)

the delete endpoint (we haven't discussed it yet but in my pov delete should set archive to true and return 204 no content as if it deleted it)


Note: keep in mind, filter out all archived tasks, you shouldn't return them to the frontend.

make sure to test it and cover the error states.
refer to the API Docs

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status
    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions