optimus icon indicating copy to clipboard operation
optimus copied to clipboard

Feat : Support a mechanism to add plugins in Optimus by just configuring Yaml files.

Open sravankorumilli opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently to add a new plugin it requires us to create a go file, demands plugin developer to understand some complex models defined in Optimus, which is too much to onboard on.

Describe the solution you'd like A simple Yaml based specification with all the details should be supported which optimus can understand.

Additional context The same feature can be leveraged to avoid out of sync issues between clients and servers.

  • [ ] Let us also analyse why we need Compile Assets in CLI mod
  • [ ] Let us check do we really need a dependency mod can't we move this to Optimus by supporting standard SQL dependency resolution.

sravankorumilli avatar Jul 25 '22 05:07 sravankorumilli