JO2K-Development / CLOCKEDIN-Backend

2 stars 0 forks source link

Create Endpoint for Retrieving and Filtering User's Working Cycles Data #22

Open JanSzyndlarewicz opened 1 week ago

JanSzyndlarewicz commented 1 week ago

Task Description

Create an endpoint for retrieving data about working cycles saved in the WorkingCycles table. This endpoint should allow users to retrieve their own data. It should be a GET endpoint with filtering capabilities by various parameters (e.g., date range, etc.).

Definition of Done (DoD)

Preferred Implementation

Use Django REST Framework's ModelViewSet to handle the endpoint, with custom filters for the working cycle data. Make sure to implement appropriate permission checks to ensure users only access their own data.

Resources

Apalakimmortal commented 6 days ago

I would like to work on this issue. @JanSzyndlarewicz

JanSzyndlarewicz commented 5 days ago

Sure @Apalakimmortal If you have any questions feel free to contact us :)