compute total num studies on prisma export #156
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
changes
add "num_studies" field to prisma export data
context
https://app.asana.com/1/6325821815997/project/1206730431337718/task/1210827614255717?focus=true
this number is showing up as null in the app. afaict the logic was unchanged from v1.0, so i'd guess that the new front-end is doing something different from before. adding this field to the back-end is better, and should make things easier in the front-end.
questions