Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an endpoint for retrieving the data for an experiment's experiment design #135

Open
3 tasks
ke4 opened this issue Mar 25, 2024 · 0 comments
Open
3 tasks
Assignees
Labels
enhancement New feature or request

Comments

@ke4
Copy link
Contributor

ke4 commented Mar 25, 2024

We need a new endpoint that can retrieve experiment design data for a given experiment.
This endpoint should be able to reusable for bulk and single cell applications.

We need to implement the following resources:

  • Repositories for representing the exp_design and exp_design_column tables in the back-end code
  • A service that uses the above implemented repository's methods to query the DB and retrieve data from there
  • A controller that uses the above mentioned service the response with experiment design data for the request for a specific experiment (parameter is the experiment's accession ID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant