-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
EngineeringUsed to filter issues when synching with AsanaUsed to filter issues when synching with Asanahelp wanted
Milestone
Description
problem: all the db queries resulting from an api request include a LIMIT that effectively truncates the results returned when over a fixed limit.
impact: as the data and queries for that data grow, this may mean that customers won't always get all the data they expect, and have no way to get what they missed. this is exacerbated by the lack of guarantees around the order of data they get, meaning they might have holes in the data without realizing it that might impact the validity of how they use the data.
proposal: add support for pagination to the api. example reference: https://www.allphptricks.com/create-simple-pagination-using-php-and-mysqli/
jofraley
Metadata
Metadata
Assignees
Labels
EngineeringUsed to filter issues when synching with AsanaUsed to filter issues when synching with Asanahelp wanted