forked from quinn/empirical-grammar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes
More file actions
17 lines (12 loc) · 1.26 KB
/
notes
File metadata and controls
17 lines (12 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Teachers::ProgressReports::Standards::ClassroomsController < Teachers::ProgressReportsController
params -- => {"action"=>"index", "controller"=>"teachers/progress_reports/standards/student_topics", "classroom_id"=>"89", "student_id"=>"50124"}
-- need to get the standard from here, and then link each of them back to their specific page as specifiied below
- standards_topics_progress_report.jsx
- now has standards styled as links, but does not actually go back to their page -- they are missing topic_students_href, which occurs at topic_serializer.rb
Teachers::ProgressReports::Standards::ClassroomTopicsController < Teachers::ProgressReportsController
params -- => {"action"=>"index", "controller"=>"teachers/progress_reports/standards/classroom_topics", "classroom_id"=>"89"}
-- is able to generate the standards view, with a link
Teachers::ProgressReports::Standards::TopicStudentsController < Teachers::ProgressReportsController
params -- => {"action"=>"index", "controller"=>"teachers/progress_reports/standards/topic_students", "classroom_id"=>"89", "topic_id"=>"18"}
-- shows students, for the specific standard, but not as links -- students need to be links
app/assets/javascripts/progress_reports/standards_classroom_students_progress_report.jsx has links off of names