Commit Graph

14 Commits (885135e265d2be466b7024f5ec94d990d3d3f4e9)

Author SHA1 Message Date
Nelson Jovel ec53cc9ae4 fix: correct a problem where survey items with insufficient responses were contributing to the response rate calculation
2 years ago
rebuilt 6edc0db868 feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
2 years ago
rebuilt bec80b405a fix: revert rounding up the response rate so we can make sure to patch a bug first. Only show gender/race/grade/income graphs if the the school meets the minimum response rate of 25%
2 years ago
rebuilt 234eae6d3d feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
2 years ago
rebuilt 1c6a6a7a7a Add tests to codify behavior of weighted average logic
3 years ago
rebuilt 5e9cc02024 Revert "Add tests to codify behavior of weighted average logic"
3 years ago
rebuilt 0ab8e88072 Add tests to codify behavior of weighted average logic
3 years ago
rebuilt 3c30808a5e Fix response rates for small schools by accounting for expected minimum counts of responses less than 10
3 years ago
rebuilt 596ce25737 Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations
3 years ago
rebuilt 128748addd Update logic for calculating student response rate. Remove references
3 years ago
rebuilt eb043f2b2d Add placeholder for testing response rate calculation
3 years ago
rebuilt da2e27e863 Add test for case where student response rate does not meet threshold
3 years ago
rebuilt c03615cb43 Rename ResponseRate to ResponseRateCalculator. Create a new response
4 years ago
rebuilt a769996054 Refactor response rate into response rate calculator
4 years ago