scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

centralized route URL management mechanism for frontend

aselarbd opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently, backend URLs are hardcoded in frontend code. This is not a good approach, and to change the backend URL, it needs to change every hardcoded place.

Describe the solution you'd like
Define URLs as constants and refer as variables in relevant places.

Describe alternatives you've considered
This is the simple and obvious solution to this problem

Additional context
No