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

feat: Complete deposition page migration to V2 #1566

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

bchu1
Copy link
Contributor

@bchu1 bchu1 commented Jan 30, 2025

closes #1230

  • Migrates more hardcoded types to V2 enums.
  • The V2 query for methodLinks is much more complicated than in V1, which used distinct to query annotations and then assumed that all methodLinks were the same for the same annotationMethod (turned out to not actually be the case, but whatever). V2 doesn't have distinct, only groupBy, which will return a separate object for each array element of methodLinks, so we have to compress them in the FE.

Copy link
Contributor

github-actions bot commented Feb 1, 2025

Frontend Preview URL

https://bchu-deposition.cryoet.dev.si.czi.technology

Updated: 01/31/25 @ 04:18:11 PM PST

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate API for Single Deposition Page
1 participant