-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
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
unitandintegrationtest
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.