You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want to set up an NPM server with a baseline NiiVue and Boostlet integration so that we have a working environment to build our segmentation app.
Acceptance Criteria
Initialize a Node.js/NPM project with a basic development server (e.g., Vite or Webpack).
Import and render a standard NiiVue instance in the browser.
Load a sample medical volume into the NiiVue viewer.
Decision Path: Implement using the NiiVue nv.loadVolumes (subvolume API) prototype outside of Boostlet first (per Ayden's viewer approach), OR patch the mpsych/boostlet wrapper directly.
Implementation Notes & Resources
Working outside of Boostlet first using the NiiVue subvol API is recommended for speed to meet the Wednesday presentation deadline.
Description
As a developer, I want to set up an NPM server with a baseline NiiVue and Boostlet integration so that we have a working environment to build our segmentation app.
Acceptance Criteria
nv.loadVolumes(subvolume API) prototype outside of Boostlet first (per Ayden's viewer approach), OR patch thempsych/boostletwrapper directly.Implementation Notes & Resources