dqualizer / dqanalyzer2

Component: dqanalyzer is an editor enabling domain experts to specify and perform RQA definitions without profound knowledge of the underlying technical infrastructure and analysis tools
Apache License 2.0
0 stars 1 forks source link

[Task] - Use mockapi to get the DAMs #34

Closed levinkerschberger closed 1 year ago

levinkerschberger commented 1 year ago

Goal

Instead of using the Localforage, we will now use a mocked backend from mockapi.io

Description

The DAMs will be saved inside a Database and CRUD will be made with some kind of a backend. We will mock this backend with mockapi.io to get a better understanding how we have to load data.

Related Task