Releases: dataofmen/nps-analysis-desktop
Releases · dataofmen/nps-analysis-desktop
Release list
v1.1.24 - Open-Ended Analysis Weighting Features
New Features
Open-Ended Analysis Enhancements
-
✨ Added weighting configuration UI
- Select 'Weighting Variables for Grouping' when NPS column is chosen
- Auto-populates with configured weighting variables
-
📊 Subset weighting within NPS segments
- Applies demographic weighting separately to Promoters, Passives, and Detractors
- Ensures each NPS group is demographically representative
-
📈 Weighting report generation
- Export detailed weighting assessment for each NPS segment
- Includes sample/population proportions and risk levels
- Helps identify problematic weights
Technical Changes
- Updated backend to support subset weighting in
analyze_response_rates - Added weighting report export functionality to frontend
- Enhanced Dashboard component with new UI controls
Files Changed
backend/main.py: Added subset weighting logic and report generationfrontend/src/components/Dashboard.jsx: Added weighting UI and export functionalityfrontend/package.json: Bumped version to 1.1.24