aqueductcore
aqueductcore copied to clipboard
Aqueduct Core is responsible for the core functionality of Aqueduct, an experiment management system.
- Add extension list and modal in Experiment details page - Make the Experiment detail component more modular
In this PR we follow the discussion on naming. We rename plugins into extension, and plugin functions into extension actions.
This PR implements the CLI application for import-export functionality. The library used to implement the CLI is Typer which is mature and fits our technology stack based on Pydantic: https://typer.tiangolo.com/....
## Changes: * add mocks for getAllPlugins query
This pull request addresses documentation of plugin creation and installation and finalises necessary changes for plugin installation.
Once the development is finished, the feature is merged into main, and its documentation is complete, a new release should be created for the users to be able to access...
Implement the Modal component which is responsible for the extension's input, including - Run button - Left-side function list (Card) - This ticket task also relies on #108 to have...