Relevant issue: Closes #221, required by GrafeasGroup/buttercup#106.
Description:
This adds create_time__gt/create_time__gte/create_time__lte/create_time__lt query parameters to the transcription endpoints to filter the transcriptions by time.
In the future, I plan to also replace the submission time filter by this system. This would allow the client to filter by create_time, claim_time and complete_time separately. However, that would be a breaking change so I'll do it in another PR.
Relevant issue: Closes #221, required by GrafeasGroup/buttercup#106.
Description:
This adds
create_time__gt
/create_time__gte
/create_time__lte
/create_time__lt
query parameters to the transcription endpoints to filter the transcriptions by time.In the future, I plan to also replace the submission time filter by this system. This would allow the client to filter by
create_time
,claim_time
andcomplete_time
separately. However, that would be a breaking change so I'll do it in another PR.Checklist: