Skip to content

Find last time-entry in project #174

@enriquezrene

Description

@enriquezrene

When a user selects a project in the time-clock screen we want to pre-fill all the data with the information of their last entry.

So we need an endpoint to find the last time-entry by project id as follows:

GET /time-entries?project_id={{project-id}}

The response will be the found entry.

If an entry with this project id and the user id is not found a 404 is returned

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions