Natixar / natixar-frontend

The static front end of the Natixar SaaS platform
0 stars 5 forks source link

Front-end to back-end API inventory #31

Closed lepeuvedic-natixar closed 1 month ago

lepeuvedic-natixar commented 2 months ago

The API supporting the front-end operation exists in at last three related but distinct version.

As a first step, the required task is to write in /core/co2track-openapi.json the real API based on an analysis of the actual front-end code, following the OpenAPI 3.0.0 standard. I know that date range picker changes and time scale changes do not currently generate the required back-end data/ranges endpoint requests (because I can observe them decoded). The scope includes the data/ranges endpoint, the mappings endpoint and

The second step is to write an assessment of the front-end code that would be needed to properly use the /data/ranges endpoint (as a new issue).

astowny commented 1 month ago

I don't understand, did you not make the APIs ? If the APi is backend, why should we base on front-end to understand the API ?