OntimizeWeb / ontimize-web-ngx

Web application framework based on Angular technology and standards for building web apps.
https://ontimizeweb.github.io/docs/
Apache License 2.0
39 stars 16 forks source link

JSON API Standard #1525

Open patricia-martinez-imatia opened 5 months ago

patricia-martinez-imatia commented 5 months ago

Description

implements JSON:API in Ontimize Web (https://jsonapi.org/)

Describe the solution you'd like

It is necessary to adapt

Fetching data

  1. [x] Filtering
  2. [ ] Pagination (fail the second time)
  3. [x] Sorting
  4. [ ] Inclusion related resources
  5. [x] warning about max length in request
  6. [x] Cell Render Service
  7. [x] QueryParameters

[ ] Documentation

Adapt addons

Describe alternatives you've considered

  1. How to implement multiple keys?
  2. How to implement different filtering standards?
  3. How to implement images in base64?
patricia-martinez-imatia commented 1 month ago

Pending tasks today

APILogicServer - Pending task