Skip to content

Comments

feat(calibrations): migrate class variants to lazy endpoints and update class-view handling#623

Open
bencap wants to merge 1 commit intomainfrom
feature/bencap/calibration-performance-improvements
Open

feat(calibrations): migrate class variants to lazy endpoints and update class-view handling#623
bencap wants to merge 1 commit intomainfrom
feature/bencap/calibration-performance-improvements

Conversation

@bencap
Copy link
Collaborator

@bencap bencap commented Feb 19, 2026

  • consume new calibration variant endpoints via API helpers
  • switch functional classification usage to id/variantCount model
  • replace embedded variant counts in calibration table with variantCount
  • lazily load class-based calibration variants in histogram view with loading state and cache
  • fix class-view empty state by gating series on loaded class map and triggering refresh on load
  • add TODO#622 note for future large-dataset performance optimizations

…te class-view handling

- consume new calibration variant endpoints via API helpers
- switch functional classification usage to id/variantCount model
- replace embedded variant counts in calibration table with variantCount
- lazily load class-based calibration variants in histogram view with loading state and cache
- fix class-view empty state by gating series on loaded class map and triggering refresh on load
- add TODO#622 note for future large-dataset performance optimizations
@bencap bencap requested review from jstone-dev and sallybg February 19, 2026 21:55
@bencap
Copy link
Collaborator Author

bencap commented Feb 19, 2026

UI support for VariantEffect/mavedb-api#663

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

Successfully merging this pull request may close these issues.

Performance: Move Calibration Variants to Separate Endpoints

1 participant