|
|
|
@ -1,5 +1,5 @@
|
|
|
|
# module Report
|
|
|
|
module Report
|
|
|
|
# class Gps
|
|
|
|
class Gps
|
|
|
|
# def self.to_csv
|
|
|
|
# def self.to_csv
|
|
|
|
# headers = ['School', 'Pillar', 'Indicator', 'Period', 'HALS Category', 'Ref.', 'Score', 'Zone']
|
|
|
|
# headers = ['School', 'Pillar', 'Indicator', 'Period', 'HALS Category', 'Ref.', 'Score', 'Zone']
|
|
|
|
# attributes = %w[school_name pillar indicator period category measure_ids score zone]
|
|
|
|
# attributes = %w[school_name pillar indicator period category measure_ids score zone]
|
|
|
|
@ -41,5 +41,5 @@
|
|
|
|
# "Student Commitment To Learning": Subcategory.find_by_subcategory_id('4B').measures.includes(:admin_data_items),
|
|
|
|
# "Student Commitment To Learning": Subcategory.find_by_subcategory_id('4B').measures.includes(:admin_data_items),
|
|
|
|
# "Critical Thinking": Subcategory.find_by_subcategory_id('4C').measures.includes(:admin_data_items),
|
|
|
|
# "Critical Thinking": Subcategory.find_by_subcategory_id('4C').measures.includes(:admin_data_items),
|
|
|
|
# "College & Career Readiness": Subcategory.find_by_subcategory_id('4D').measures.includes(:admin_data_items) }
|
|
|
|
# "College & Career Readiness": Subcategory.find_by_subcategory_id('4D').measures.includes(:admin_data_items) }
|
|
|
|
# end
|
|
|
|
end
|
|
|
|
# end
|
|
|
|
end
|
|
|
|
|