compito icon indicating copy to clipboard operation
compito copied to clipboard

Refactor the links to a common config file

Open adisreyaj opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Since the routes are hardcoded, when there is a change in the parent route, all the routes need to be changed. Currently, we have to search and replace all manually. Ref: https://github.com/adisreyaj/compito/commit/f04ccd250e2c2f2d83a89cb65aafd6ac6c3e8092

Describe the solution you'd like The route links provided with HTML or in the component TS file should be coming from a config where the route can be easily configured. One changed in the config file should reflect in all the other places.

adisreyaj avatar Aug 29 '21 17:08 adisreyaj