Origami
Origami copied to clipboard
[Frontend]: Move all constants to Origami/src/constants
Currently, the codebase for origami is not very pretty when it comes to code reusability and flexibility. There is a lot that can be done in this context.
Global constants still exist hard coded in the frontend component modules, that can rather be shifted to a more general Origami/src/constants which will make the code more readable and usable.
I have added some of these while working on another issue. This should be a guideline which should be strictly followed throughout the codebase.
This is a parent for all the issues dealing with the same.