Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration page #25

Open
ruddi10 opened this issue Aug 6, 2021 · 0 comments
Open

Add configuration page #25

ruddi10 opened this issue Aug 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ruddi10
Copy link
Contributor

ruddi10 commented Aug 6, 2021

Add a page for the configuration of routes to the project. This page will be used to edit the details of existing routes in the config.yml file of the backend. We thought of two ways for implementing this in the frontend-

  1. Having a single page with something like a text editor where the user can directly edit the config file.
  • Pros: It will be less burdensome for the user if he wants to change multiple routes at once.
  • Cons: The user might feel absurd on suddenly seeing an entirely new page without the sidebar.
  1. Having an option to switch between the graph and the config page of an individual route.
  • Pros: This will have a better UI, and the user can seamlessly use the same sidebar that he was using for getting the graphs of routes, even to edit the routes.
  • Cons: This might lead to unnecessary complications in the frontend code.

Note: The proposed design for the second approach could be found here

@aquibbaig aquibbaig added the enhancement New feature or request label Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants