AllenNeuralDynamics / AllenNeuralDynamics/aind-dataverse-service

Add Water restriction endpoint

Ouverte
#12 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
0
Forks
0
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

# User story
We are deprecating SLIMS as a data provider. Water log data has been backfilled into Dataverse.

# Acceptance criteria
- [ ] Given a mouse ID, add an endpoint that fetches water restriction data from Dataverse. (Minimum requirement is to get the same data we were collecting from SLIMS from Dataverse).

# Sprint Ready Checklist
- [ ] 1. Acceptance criteria defined
- [ ] 2. Team understands acceptance criteria
- [ ] 3. Team has defined solution / steps to satisfy acceptance criteria
- [ ] 4. Acceptance criteria is verifiable / testable
- [ ] 5. External / 3rd Party dependencies identified
- [ ] 6. Ticket is prioritized and sized

# Notes
Use [http://aind-metadata-service/api/v2/slims/water_restriction/{example}](http://aind-metadata-service/api/v2/slims/water_restriction/%7Bexample%7D) as an example of the data from SLIMS.

Sample:
```
[
{
"content_event_created_on": "2024-12-13T19:43:34.103000Z",
"subject_id": "762287",
"start_date": "2024-12-13T19:43:32.354000Z",
"end_date": null,
"assigned_by": "margaret.lee",
"target_weight_fraction": "0.85",
"baseline_weight": "28.23",
"weight_unit": "g"
}
]
```

Ways to group info from different tables:
- Using the Dataverse SDK / Web API to fetch a "View" (the table exists in Dataverse)
- Build a PowerPlatform Flow to fetch the info from various tables

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.