Giter Club home page Giter Club logo

adapt-authoring-api's People

Contributors

taylortom avatar

Watchers

 avatar

adapt-authoring-api's Issues

Document pagination

Applies to all AbstractApiModules.

  • Query string for options:
    • page
    • limit
    • skip
  • Body data for query
  • Return headers
    • X-Adapt-Page: current page of results
    • X-Adapt-PageTotal: total number of pages for current query
    • Link: standard link header for requesting further pages (see MDN docs)

Document req.apiData

AbstractApiModule adds a load of extra data to the request for use in handlers. This needs to be fully documented. Not sure of the best way to do this, possibly an API ref + a doc page, possibly just a doc page with examples.

  • config
    • route
    • modifying/modifiers
    • handlers
    • permissions
  • collectionName
  • data (body)
  • query (params + query)
  • schemaName
  • modifying

Notes

  • For /query route, options should be passed as querystring, with the query as the body

Only the first 100 models are returned by the server

What happened?

If a course has more than 100 models the server will only return the first 100 and not indicate that there is more data. The X-Adapt-PageTotal header only indicates 1 page.

Expected behaviour

X-Adapt-PageTotal should indicate to the client how many pages of data there are.

Steps to reproduce

Create a course with more than 100 models and inspect the /api/content/query headers. I can provide an example course with more than 100 models if required.

Authoring tool version

master

Framework version

No response

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.