Tribler / decentralized-mortgage-market

GNU General Public License v3.0
2 stars 1 forks source link

Separate the GUI from the core logic by providing a (RESTful) API #1

Open devos50 opened 7 years ago

devos50 commented 7 years ago

The core logic of the mortgage market should be separated from the GUI. In order to do so, we should build a RESTful API that the GUI can use to fetch data.

The same architecture is currently present in Tribler and some of the code can probably be reused for this purpose (i.e. https://github.com/Tribler/tribler/blob/devel/TriblerGUI/tribler_request_manager.py and https://github.com/Tribler/tribler/tree/devel/Tribler/Core/Modules/restapi).