Skip to content

Initial Working Prototype

Pre-release
Pre-release

Choose a tag to compare

@dantypas3 dantypas3 released this 01 Jul 13:35
· 162 commits to main since this release
75431c2

This is the first tagged release of elAPI_Plugins, marking the initial working prototype of the plugin system. While still under active development, this version includes the basic structure and core functionality to begin testing and experimenting with the API plugin framework.
Features Implemented

  1. Basic plugin discovery and loading
  2. Plugin registration via decorators or config (depending on your design)
  3. Working examples of plugin usage
  4. Foundation for extensible architecture

Known Limitations

  1. Error handling and validation is minimal
    
  2. Plugin isolation and security are not fully implemented
    
  3. Documentation is still in progress
    
  4. Some components are experimental and may change in future versions
    

What's Next

  1. GUI for resource importing
  2. GUI for experiment importing
  3. GUI for resources patching
  4. GUI for experiments patching
  5. Migration pipeline from Labfolder to Elab