Skip to content

Releases: dataofmen/nps-analysis-desktop

v1.1.24 - Open-Ended Analysis Weighting Features

Choose a tag to compare

@dataofmen dataofmen released this 10 Dec 03:43

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 generation
  • frontend/src/components/Dashboard.jsx: Added weighting UI and export functionality
  • frontend/package.json: Bumped version to 1.1.24

v1.1.23

Choose a tag to compare

@dataofmen dataofmen released this 03 Dec 04:37

fix: resolve NameError for assess_weight_risk in main.py

v1.1.22

Choose a tag to compare

@dataofmen dataofmen released this 03 Dec 04:14

fix: correct calculate_weights signature and add missing import

v1.1.21

Choose a tag to compare

@dataofmen dataofmen released this 03 Dec 03:43

fix: resolve backend startup error by moving WeightingConfig

v1.1.20

Choose a tag to compare

@dataofmen dataofmen released this 03 Dec 02:54

feat: add risk level assessment to weighting report

v1.1.19

Choose a tag to compare

@dataofmen dataofmen released this 02 Dec 11:55

fix: consolidate UI and add weighting report export

v1.1.18

Choose a tag to compare

@dataofmen dataofmen released this 02 Dec 11:34

fix: add Food NPS tab to navigation

v1.1.17

Choose a tag to compare

@dataofmen dataofmen released this 02 Dec 08:45

feat: add weighting report export functionality

v1.1.16

Choose a tag to compare

@dataofmen dataofmen released this 02 Dec 07:18

feat: enhance weight stats display with min weight and design effect

v1.1.15

Choose a tag to compare

@dataofmen dataofmen released this 02 Dec 06:53

feat: implement weight validation, warnings, and demographic filtering