Mark Keller
Mark Keller
### What happens? Arrow tables returned by `conn.query` are much larger than expected due to lack of usage of Dictionary encoding. In the web browser, large (>1 million row) tables...
## Description Fixes https://github.com/ropensci/vcr/issues/246 ## Related Issue ## Example
Fixes # Demo: http://localhost:3002/?dataset=lake-2023&theme=light2&pageMode=true TODO: - [x] Register default async function plugins that support the biomarker-select view - [x] Integrate `ensureComponent` into `usePageModeView` logic - [x] Make `biomarker-select` view stratification...
**User story** User wants to render more rich content inside of the `description` view. Currently, the `description` only supports a string value. https://github.com/vitessce/vitessce/blob/3f36cc9a3d010cf2f96fafeeeb153d4e0849a87d/packages/view-types/description/src/DescriptionSubscriber.js#L77 **Preferred solution** Implement a `richDescription` view that...
## User story Developer is interested to capture user interactions that occur within the Vitessce component, for the purposes of analytics. ## Preferred solution Implement a helper function `detectEventFromConfigDiff` that...
Depends on https://github.com/vitessce/vitessce/issues/732 **User story** User has Vitessce embedded in their data portal and wants to override our default help contents via defining plugins. **Preferred solution** Add `PluginHelpView` plugin API...
**User story** We currently have some `react-hooks/exhaustive-deps` linting warnings that should be addressed **Preferred solution** Many of the variable dependency omissions are deliberate so we would need to check each...
**User story** Individual views may encounter errors that should not crash the entire Vitessce component. **Preferred solution** VitessceGrid or TitleInfo should handle wrapping views in an error boundary. Either -...
Sidebar
**User story** Users want to access features such as adding components to the view config or changing the theme. **Preferred solution** Sidebar mockup: https://www.figma.com/file/dIFVIoAoZUlB7u4SV0LVTS/Vitessce-sidebar-mockup?node-id=0%3A1 ![Screen Shot 2021-02-16 at 12 43...
**User story** It is currently tricky to add CSS to the container element of a `` component. **Preferred solution** We should add a `sizeMode` prop to the component, with options...