ContactEngineering / ce-ui

User interface of contact.engineering
https://contact.engineering
MIT License
0 stars 0 forks source link

REST API frontend abstraction #69

Open pastewka opened 1 month ago

pastewka commented 1 month ago

The code currently directly interacts with the REST API, in the sense that individual components issue GET, PUT etc. requests and consume the output.

This issue suggests refactoring part of this code to mirror backend ORM classes in the frontend.

Suggested steps:

A key advantage of this is:

pastewka commented 2 weeks ago

See also: https://github.com/ContactEngineering/topobank/issues/1094