Commit Graph

1028 Commits (d00ab2926b744c29a0efead8a705a8f45d6bda9e)
 

Author SHA1 Message Date
rebuilt d00ab2926b chore: address security vulnerabilities
2 years ago
rebuilt 5bdffec8f9 Add disaggregation by ELL
2 years ago
rebuilt 245cde85cd Add disaggregation by ELL
2 years ago
rebuilt 8b7d9b7fc6 chore: upgrade cypress to address security vulnerability
2 years ago
rebuilt 7a42d0cee7 chore: address security vulnerabilities
2 years ago
rebuilt bcfb52c97a fix: I broke the feature where the site would automatically navigate the user to the latest year that had sufficient data when I made response rates calculate on each page load instead of being precalculated and stored in the database. Instead of a database lookup for response rates that meet the sufficiency threshold, I caculate the latest year when a user chooses a school from the welcome page.
2 years ago
rebuilt 5ea01ac916 Reorder gender columns
2 years ago
rebuilt 2a8148b8cd fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
2 years ago
rebuilt aafaeeaf41 fix: Overall response rate was incorrectly using the updated_at date instead of the recorded date. Also, it was just using the last date for all academic years instead of the last date the survey was taken per academic year.
2 years ago
rebuilt bf5b9e88f3 chore: upgrade cypress/request package
2 years ago
rebuilt 212ab7ddb1 chore: upgrade javascript dependencies
2 years ago
Gabe Farrell f9571b14f2 Change subcategory hovers to say 67 instead of 66 questions
2 years ago
Gabe Farrell 433e7c50de Add hovers to browse page response rates
2 years ago
rebuilt 6db93cb116 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt be1dd7cdff chore: make sure cypress analyze spec doesn't fail
2 years ago
rebuilt 071e7b5208 chore: continue cleaning up unneeded tasks
2 years ago
rebuilt 2903b455ce chore: remove unused tasks from data.rake and one_off.rake
2 years ago
rebuilt fc3f979a58 feat: disable income from dropdown
2 years ago
rebuilt a1b580048b chore: remove precalculated race scores. Calculate race scores on every reload
2 years ago
rebuilt 76ebcc6ef3 feat: Add income table to the database. Add seeder for income. Add a reference to income from survey item response. Update the loader to import income data from the survey response csv. Refactor analyze controller to extract presenter. Add corresponding specs. Add income graph to analyze page
2 years ago
rebuilt 7373e2e52f fix: Filter out responses that don't correspond to the grades the school serves
2 years ago
Nelson Jovel 4711e16c03 fix: fix teacher n_size so instead of counting all the indivual teacher responses for a measure, it only counts the unique respondents
2 years ago
rebuilt 1265a164b9 feat: add popover to analyze graphs that displays the n-size of the different columns. Make sure to only calculate a score for a race if there are more than 10 respondents to a question.
2 years ago
rebuilt d00288fd71 Move color definitions out of response rate presenter and into _colors.scss
2 years ago
Gabe Farrell e6c8101d0b Add Overall Response Rate Popover
2 years ago
rebuilt f6f56367fc The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
2 years ago
rebuilt 0a5500ecc9 feat: Add overall response rate
2 years ago
rebuilt 0ceaad3a2b chore: add viewport and context meta tags
2 years ago
rebuilt 39cdb57474 chore: add meta tag to application layout for better SEO
2 years ago
rebuilt db5206b40a chore: add meta tag for better SEO
2 years ago
rebuilt f6ede8a230 Fix sizing of partial data indicators
2 years ago
rebuilt e5af5db755 chore: set doctype to html5
2 years ago
rebuilt e42aa05324 chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data
2 years ago
rebuilt 8f276a5f1a feat: if admin data value is above 5, round down to 5
2 years ago
rebuilt 0c18aa2083 chore: Add cypress to codebase
2 years ago
rebuilt 010324960d chore: upgrade javascript dependencies
2 years ago
rebuilt c7b2177c43 chore: upgrade gem dependencies
2 years ago
rebuilt b684526bb4 fix: added missing bootstrap files
2 years ago
rebuilt 1615edf080 chore: upgrade javascript dependencies to address security vulnerability
2 years ago
vineeshathallapaneni@gmail.com 429e13aac5 adding Gemfile.lock
2 years ago
Nelson Jovel f180275b67 fix: merge conflicts in package.json were causing build to fail. Fixed merge conflicts
2 years ago
Nelson Jovel 4c2e3511f0 fix: merge conflicts in yarn.lock file broke deployments. Corrected merge conflicts
2 years ago
Nelson Jovel 11948f23ac fix: merge conflicts in Gemfile.lock broke deployments. Corrected merge conflicts
2 years ago
vineeshathallapaneni@gmail.com 1fc1c8348f Revert "added a rake task to output stray responses"
2 years ago
vineeshathallapaneni@gmail.com 6463c883be updated Nokogiri as part of security vulnerability and adding updated file Gemfile.lock
2 years ago
vineeshathallapaneni@gmail.com 330aa07afb upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock
2 years ago
vineeshathallapaneni@gmail.com ac0374533e added a rake task to output stray responses
2 years ago
rebuilt d09e61e1e3 chore: disable flaky legacy test
2 years ago
rebuilt 4e85d756e6 fix: Flaky test might be related to not waiting for go button to appear. Add line to wait for go button
2 years ago
rebuilt ce742974aa fix: remove debug from dependencies since its causing unresoved dependencies in CI
2 years ago