rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
2 stars 13 forks source link

create mock nextjs endpoints for missing connections with frontend #373

Closed maany closed 7 months ago

maany commented 9 months ago

Description

Currently, the frontend app generates fake data to show its components. The process of connecting the frontend app with NextJS endpoints involves connecting the API Layer with the Rucio Gateway, which takes time. In order to make the frontend independent of using mocks, this functionality can already be ported to the NextJS endpoints. Later, we will replace the fake data with real data at the NextJS endpoint level instead of replacing it at the frontend app level.

Motivation

No response

Change

No response

Additional Information