-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
Problem scope
Lots of capabilities that used in the codebase are hardcoded strings in respective components. In several instances same capability is hardcoded in several different components. It creates unnecessary problem with reusability. This story is to address the issue and make every capability as a reusable piece coming from a single source of truth
Acceptance criteria
All capabilities should reside in one place and be imported in areas of the code where they are used.