Implement pagination for all requests with possibly large data in the Optimize rest-API

XMLWordPrintable

    • 68
    • Not defined

      Context:

      For instance, Raw data tables or doing any operation on it takes a long time and the browser hangs while the data is being loaded. Therefore, we need to implement pagination and load only a small amount of entries and lazy load the rest when the user needs it. There are possibly also other requests that might have a lot of data and could benefit from pagination.

      AT:

      • all back-end endpoints that can possibly return a lot of data are identified
      • all those endpoints have a pagination mechanism implemented that is used in the front-end

      Hint:
      we need to identify which resources are candidates and then scope this

            Assignee:
            Unassigned
            Reporter:
            Omran Abazeed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: