From cf129fd508a0b1e7a9d382b556ffa9b3dfe65a8c Mon Sep 17 00:00:00 2001 From: rebuilt Date: Wed, 9 Jul 2025 13:33:38 -0700 Subject: [PATCH] ECP-60 main page redirects to mciea dashboard --- app/views/home/index.html.erb | 102 +------------------------------- app/views/layouts/home.html.erb | 2 +- 2 files changed, 3 insertions(+), 101 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 609b5997..65363e59 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,101 +1,3 @@ -
-
-

School Quality Measures Dashboard

-

A school quality framework with multiple measures that offers a fair and comprehensive - picture of school performance

-
-
-
-
-
-
- - <%= form_with(url: welcome_path, method: :get, - data: { - turbo_frame: "schools", - turbo_action: "advance", - controller: "form", - action: "change->form#submit" - }) do |f| %> - - <%= turbo_frame_tag "schools" do %> -
- <% if District.count > 1 %> -
- <%= f.select :district, @districts, - {include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %> -
- <% end %> - -
- <%= f.select :school, @schools, - {include_blank: "Select a School", selected: params[:school]}, { id: "school-dropdown", class: "form-select mx-3"} if @schools %> -
- - <% 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 %> - -
- <% end %> - <% end %> - -
-
-
-
- -
-
-
-
-
- <%= image_tag('framework_wheel.png', alt: 'MCIEA School Quality Framework Wheel') %> -
- -

The School Quality Measures Framework aims to describe the full measure of what makes a good - school. The three outer categories are essential inputs to school quality that influence the center two key - outcomes.

-
-
-

School Quality Measures Framework

-

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.

-

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.

-

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.

- -
- <% @categories.each do |category| %> -
-

- -

-
-
- <%= category.description %> -
-
-
- <% end %> -
-
-
-
-
- -
-
-

About MCIEA

-

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.

- Learn More -
+
+

Dashboard moved to this link. Please update your bookmarks

diff --git a/app/views/layouts/home.html.erb b/app/views/layouts/home.html.erb index e929f7eb..091ef7a7 100644 --- a/app/views/layouts/home.html.erb +++ b/app/views/layouts/home.html.erb @@ -5,6 +5,7 @@ + @@ -19,7 +20,6 @@ <%= stylesheet_link_tag 'welcome', media: 'all', 'data-turbo-track': 'reload' %> <%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %> - <%= render partial: 'layouts/google_analytics', locals: { google_analytics_id: @google_analytics_id } %>