This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
Design the settings screen #48
Labels
bench-routes-electron-init
Initial features for bench-routes electron
The settings screen contains parts of config file which comes under the props required for running BR effectively. These must be shown interactively in the UI, along with the ability to change or update the values.
At present, the local-config.yml contains the following fields:
Since, we aim to use the config file as a local-db as well, obviously, some part of this would be editable and the rest uneditable.
Editables
Un-editables
Hence, the settings screen would contain the following which can be editable:
The dashboard would contain:
We will have a routes screen, named as configure routes (or any relateable name) which would be responsible for CRUD operations involving routes. This should be done dynamically just like that in postman.
The text was updated successfully, but these errors were encountered: