ourcodeinc / ActiveDocumentation-webapp

The main component of ActiveDocumentation implemented as a web app
MIT License
2 stars 7 forks source link

[RulePad] Break rulePad.js components into smaller ones. #29

Open SaharMehrpour opened 3 weeks ago

SaharMehrpour commented 3 weeks ago

The rulePad.js file is too big to understand and debug.

sanjeev30 commented 3 weeks ago

We can separate the static data in the current component file to another file. Also, to further reduce the component size we can break components into smaller components.

SaharMehrpour commented 3 weeks ago

One step would be to move tour guide data into a separate file.