Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a basic non-tangled openRAP repo #362

Open
8 tasks
rishabh1403 opened this issue Jan 23, 2019 · 1 comment
Open
8 tasks

Create a basic non-tangled openRAP repo #362

rishabh1403 opened this issue Jan 23, 2019 · 1 comment

Comments

@rishabh1403
Copy link
Member

rishabh1403 commented Jan 23, 2019

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.

@chetansk
Copy link
Collaborator

Good suggestions, we will spend some time on this in a couple of months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants