fix: accidentally erased school name column-header from master list of schools and districts

main-eol
rebuilt 5 months ago
parent aa6bcb10f3
commit d3cbdbdaea

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 20 KiB

@ -21,22 +21,22 @@
<%= turbo_frame_tag "schools" do %>
<div class="d-flex">
<% if District.count > 1 %>
<div class="row">
<%= f.select :district, @districts,
{include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %>
<div class="row">
<%= f.select :district, @districts,
{include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %>
</div>
<% end %>
<div>
<%= f.select :school, @schools,
{include_blank: "Select a School", selected: params[:school]}, { id: "school-dropdown", class: "form-select mx-3"} if @schools %>
</div>
<div>
<%= f.select :school, @schools,
{include_blank: "Select a School", selected: params[:school]}, { id: "school-dropdown", class: "form-select mx-3"} if @schools %>
</div>
<% if @school.present? %>
<%= link_to "Go", district_school_overview_index_path(@district, @school, {year: @year} ), class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"} %>
<% else %>
<%= button_to "Go", "/", class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"}, disabled: true %>
<% end %>
<% if @school.present? %>
<%= link_to "Go", district_school_overview_index_path(@district, @school, {year: @year} ), class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"} %>
<% else %>
<%= button_to "Go", "/", class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"}, disabled: true %>
<% end %>
</div>
<% end %>
@ -52,7 +52,7 @@
<div class="row">
<div class="col-lg-5 framework-wheel-container">
<div>
<%= image_tag('framework_wheel.png', alt: 'School Quality Framework Wheel') %>
<%= image_tag('framework_wheel.png', alt: 'MCIEA School Quality Framework Wheel') %>
</div>
<p class="mt-5">The School Quality Measures Framework aims to describe the full measure of what makes a good
@ -61,16 +61,23 @@
</div>
<div class="col-lg-7">
<h2 class="mb-4">School Quality Measures Framework</h2>
<p> Through a strand of work led by professor Jack Schneider at the University of Massachusetts Amherst and a team of researchers, ECP is reimagining how we measure the quality of our schools and the learning experiences of our students. </p>
<p> Specifically, ECP is the dissemination arm of the School Quality Measures framework developed by the eight original districts of the Massachusetts Consortium for Innovative Education Assessment (MCIEA). MCIEA sought input from stakeholders in each consortium district to build a school quality framework that reflects what the public wants to know about their schools. </p>
<p> The framework has been built around multiple measures, which include academic, social-emotional, and school culture indicators, in order to piece together a fairer and more comprehensive picture of school performance. It consists of five major categories. </p>
<p>Through a strand of work led by professor Jack Schneider at the University of Massachusetts Amherst and a team
of researchers, MCIEA is reimagining how we measure the quality of our schools and the learning experiences of
our students.</p>
<p>To achieve this goal, MCIEA sought input from stakeholders in each consortium district to build a school
quality framework that reflects what the public wants to know about their schools.</p>
<p>The framework has been built around multiple measures, which include academic, social-emotional, and school
culture indicators, in order to piece together a fairer and more comprehensive picture of school performance.
It
consists of five major categories.</p>
<div id="landing-accordion" class="accordion mt-6">
<% @categories.each do |category| %>
<div class="accordion-item">
<h3 class="accordion-header" id="<%= category.slug %>-header">
<button class="accordion-button sub-header-4 collapsed" data-bs-toggle="collapse" data-bs-target="#<%= category.slug %>-item" aria-expanded="false" aria-controls="<%= category.slug %>-item">
<i class="<%= category.icon_class %> fa-lg fa-fw me-3 <%= category.icon_color_class %>"></i> <%= category.name %>
</button>
</button>
</h3>
<div id="<%= category.slug %>-item" class="accordion-collapse collapse" aria-labelledby="<%= category.slug %>-header" data-bs-parent="#landing-accordion">
<div class="accordion-body">
@ -87,8 +94,8 @@
<div class="bg-color-blue text-center py-11">
<div class="about-mciea">
<h2 class="mb-4">About ECP</h2>
<p>The Education Commonwealth Project works to challenge and expand the way student learning and school quality are assessed, advancing an approach to measurement and accountability that is valid, democratic, and equitable. ECP supports schools and communities with free and open-source tools, and broadly seeks to foster state- and national-level change.</p>
<a href="https://www.edcommonwealth.org/" target="_blank" class="btn btn-secondary mt-4">Learn More</a>
<h2 class="mb-4">About MCIEA</h2>
<p>The Massachusetts Consortium for Innovative Education Assessment (MCIEA) is a partnership of eight MA public school districts and their local teacher unions, joined together to create a fair and effective accountability system that offers a more dynamic picture of student learning and school quality than a single standardized test. MCIEA seeks to increase achievement for all students, close prevailing opportunity gaps among subgroups, and prepare a diversity of students for college, career, and life.</p>
<a href="https://www.mciea.org/about.html" target="_blank" class="btn btn-secondary mt-4">Learn More</a>
</div>
</div>

@ -11,8 +11,8 @@
<li>Limited availability of school data</li>
<li> Teacher and student survey response rates below 25% </li>
</ul>
<p> You may continue to explore the structure of the ECP School Quality Measures Framework, but we recommend selecting a different school and/or a different school year for the best experience.</p>
<p> Youre also welcome to contact <a target="_blank" href="https://www.edcommonwealth.org/contacts">ECP staff</a> to help ensure this school has data for you to review next year.</p>
<p> You may continue to explore the structure of the MCIEA School Quality Measures Framework, but we recommend selecting a different school and/or a different school year for the best experience. </p>
<p> Youre also welcome to <a target="_blank" href="https://www.mciea.org/contact.html">contact MCIEA</a> to help ensure this school has data for you to review next year. </p>
</div>
</div>
</div>

@ -1,5 +1,5 @@
<footer class="d-flex justify-content-center">
<p class="footer-item">Copyright © 2025</p>
<%= link_to "ECP" , "https://www.edcommonwealth.org/" , class: "footer-item footer-link", target: "_blank" %>
<%= link_to "Contact Us" , "https://www.edcommonwealth.org/contacts" , class: "footer-item footer-link", target: "_blank" %>
<p class="footer-item">Copyright © 2025</p>
<%= link_to "MCIEA.org" , "https://www.mciea.org/" , class: "footer-item footer-link", target: "_blank" %>
<%= link_to "Contact Us" , "https://www.mciea.org/contact.html", class: "footer-item footer-link", target: "_blank"%>
</footer>

@ -2,7 +2,7 @@
<div class="container">
<div class="row py-4 justify-content-between align-items-center">
<div class="col d-flex justify-content-start align-items-center">
<%= link_to image_tag('logo.svg', alt: 'School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %>
<%= link_to image_tag('logo.svg', alt: 'MCIEA School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %>
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>ECP</title>
<title>MCIEA</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<meta name="description" content="A school quality framework with multiple measures that offers a fair and comprehensive picture of school performance">

@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>ECP</title>
<title>MCIEA</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<meta name="description" content="A school quality framework with multiple measures that offers a fair and comprehensive picture of school performance">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
@ -26,7 +27,7 @@
<div class="container">
<div class="row py-4 justify-content-between align-items-center">
<div class="col d-flex justify-content-start align-items-center">
<%= link_to image_tag('logo.svg', alt: 'School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %>
<%= link_to image_tag('sqm_logo.png', alt: 'MCIEA School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %>
</div>
</div>
</div>

@ -1,4 +1,4 @@
,Alt School Name,District,District DESE ID,DESE School ID,HS?,Teacher Staffing Total,K-12 Student Enrollment Total,School Closed In ,Notes
School Name,Alt School Name,District,District DESE ID,DESE School ID,HS?,Teacher Staffing Total,K-12 Student Enrollment Total,School Closed In ,Notes
Lee Elementary School,,Lee Public Schools,1500000,1500025,,,,,
Lee Middle/High School,,Lee Public Schools,1500000,1500505,X,,,,
Fowler School,,Maynard Public Schools,1740000,1740305,,,,,

1 School Name Alt School Name District District DESE ID DESE School ID HS? Teacher Staffing Total K-12 Student Enrollment Total School Closed In Notes
2 Lee Elementary School Lee Public Schools 1500000 1500025
3 Lee Middle/High School Lee Public Schools 1500000 1500505 X
4 Fowler School Maynard Public Schools 1740000 1740305
Loading…
Cancel
Save