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

GET /study #50

Closed
kamilsi opened this issue Feb 6, 2024 · 3 comments
Closed

GET /study #50

kamilsi opened this issue Feb 6, 2024 · 3 comments
Assignees
Milestone

Comments

@kamilsi
Copy link
Contributor

kamilsi commented Feb 6, 2024

We need an endpoint that will return all existing studies within the DB with their IDs and definitions. The goal of this issue is to create

  1. GET /study that returns a simplified list (IDs, names, codes)
  2. GET /study/{study_id} that will return full information about the study
@kamilsi kamilsi added this to the Relese 1 milestone Feb 6, 2024
@salatak salatak self-assigned this Feb 8, 2024
@salatak
Copy link
Contributor

salatak commented Feb 12, 2024

According to the previous arrangements, at this moment the study_id, study name and timestamp are listed for the GET /study endpoint. Additionally, I added the randomization method used because it seems important to me - researchers may not remember it.

@salatak
Copy link
Contributor

salatak commented Feb 19, 2024

Created pull request #62 with GET \study and GET \study{study_id} endpoints and tests

@salatak
Copy link
Contributor

salatak commented Feb 19, 2024

Pull request #62 was accepted

@salatak salatak closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants