Adding new features to the visualization engine - seanmccoyOSU/Interactive-Survey-Tools-For-Data-Visualizations GitHub Wiki

A decorator pattern is used to make it easier to add new features to the visualization engine.

The file visualization/ui/public/src/features/00_NEW_FEATURE_TEMPLATE.js is a template for a decorator to add new features. A guide for how to build new features off of this template is provided at the top of the file.