linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link

Design decisions revision #293

Open skodapetr opened 1 year ago

skodapetr commented 1 year ago

As of 2023 the Redux could be in many instances replaced by using React reducer and context to share state. As we do not have a lot of shared state and most pages follow simple load-show we may simplify the design.

At the same time, there is clear need to provide profile specific features. This call for consideration of smaller data sources outside the data-api and nkod-api interface.

We may need to define use-cases, NKOD, running client only with SPARQL endpoint, etc ...