Seyed Amir Alavi

Results 18 issues of Seyed Amir Alavi

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...

enhancement
good first issue

Now we have the requirements captured for experiments data import/export feature, the functional specification needs to be documented as a guideline for the development of this feature.

`addTagToExperiment` mutation only accepts a single tag as an argument. If the API users want to add multiple tags in an atomic way, it is not possible. (`updateExperiment` mutation can...

As a user, I want to be able to delete my archived experiments from the list which also asks for confirmation. and the button only appears when the experiment is...

As a user, I want to have access to the documentation of the Aqueduct and it’s a new item in the left-side bar which should have an external link icon...

As a user, I want to get back to the previous state when I opened any experiment. but if I change filters in the experiments list the pagination should be...

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/....