The Current OpenRAP repo has lots of code which - [ ] is not required for someone who intends to fork and develop upon it - [ ] coupled code ( code segments depending on other segments which can be removed/ refactored ) - [ ] makes it difficult to test using `unit` and `integration` test Please decouple it using ( some suggestions ) - [ ] git submodules - [ ] each plugin can be git submodule - [ ] each features ( ex. telemetry, db ) can be git submodule - [ ] npm packaging of utilities - [ ] decoupling the modules altogether This will help us explore the project and build upon it in much more flexible manner.
The Current OpenRAP repo has lots of code which
unitandintegrationtestPlease decouple it using ( some suggestions )
This will help us explore the project and build upon it in much more flexible manner.