Skip to content

Create a basic non-tangled openRAP repo  #362

@rishabh1403

Description

@rishabh1403

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions