aqueductcore
aqueductcore copied to clipboard
Aqueduct Core is responsible for the core functionality of Aqueduct, an experiment management system.
- Add markdown Library in the frontend to preview `.md` files - Also make `text/plain` content type readable in the file Viewer.
[x] Support default values in variable definition [x] Support bool type (checkbox) [x] multiline -> textarea [x] Dropdown strings (select -> option?) [x] Save log into an experiment; return a...
Delivering plugins should come with a proper demo to show off the plugin SDK features. The suggestion is to make a plugin to expose the Qiskit simulator, to replicate at...
Aqueduct branding such as logo and style is not yet reflected on the documentation and readme file. Also, some important CI statuses such as tests and coverage should be added...
**Is your feature request related to a problem? Please describe.** I wanted to be able to preview Markdown files in the GUI **Describe the solution you'd like** To add a...
Currently I've added an example of populating venv by hand. But we may natively support this in PluginExecutor class as a preliminary step.
1. [x] Support default values in variable definition 2. [x] Support bool type (checkbox) 3. [x] multiline -> textarea 4. [x] Dropdown strings (select -> option?) 5. [x] Save log...
Define and implement how a separate plugin can/should be delivered to a installation of the aqueduct. Take into account: 1. Probably, installation is a docker container. 2. Uploading via UI...
To provide new `text/x-markdown` as `content-type` in response of .md, .mdown, ... files. Ref: https://mimetype.io/text/x-markdown