Paginate through list of projects from search by keyword #24

Closed
opened 2026-02-13 21:16:21 +00:00 by aniram · 2 comments
Owner
No description provided.
aniram added this to the 2026.1 milestone 2026-02-13 21:16:21 +00:00
aniram self-assigned this 2026-02-13 21:16:21 +00:00
aniram added reference feature/projects-pagination 2026-02-14 14:28:30 +00:00
Author
Owner

The API does not return the total amount of results through the response body instead they send it through the HTTP header:
x-total-count.
This good since headers can be inspected without deserializing the body. This information could be used on the cache service #34, if our total count on an entity is 100 for e.g. and theirs is 101 then we know our data is stale and should be updated.
This could be autom. regularly verified just by checking the header instead of deserializing the body.

The API does not return the total amount of results through the response body instead they send it through the HTTP header: **x-total-count**. This good since headers can be inspected without deserializing the body. This information could be used on the cache service #34, if our total count on an entity is 100 for e.g. and theirs is 101 then we know our data is stale and should be updated. This could be autom. regularly verified just by checking the header instead of deserializing the body.
Author
Owner

The search bar positioned too close to the pagination controls and info. I repositioned it so it's slightly above but this is not ideal.

The search bar positioned too close to the pagination controls and info. I repositioned it so it's slightly above but this is not ideal.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aniram/cidadon#24
No description provided.