Kevin Robinson

Results 49 issues of Kevin Robinson

It has been failing integrity checks, and we haven't been notified either. From last night: ``` 20 Sep 2017 03:23:36.518128 1 2017-09-20T07:23:35.148025+00:00 app scheduler.2954 - - Validating Assessments... 20 Sep...

help wanted

Example: https://somerville-teacher-tool-demo.herokuapp.com/iep_documents/1 Because of missing AWS env variables: ``` 2017-10-25T12:42:23.028048+00:00 heroku[router]: at=info method=GET path="/iep_documents/1" host=somerville-teacher-tool-demo.herokuapp.com request_id=3531101b-5885-4d5f-b6cc-a34fd9b685c3 fwd="209.6.51.211" dyno=web.1 connect=1ms service=4140ms status=500 bytes=1418 protocol=https 2017-10-25T12:42:23.108788+00:00 heroku[router]: at=info method=GET path="/iep_documents/planet.png" host=somerville-teacher-tool-demo.herokuapp.com request_id=368e409f-8416-4e3b-946b-cc94ad2456eb...

help wanted

The idea here is that JS errors like in https://github.com/studentinsights/studentinsights/issues/1276#issuecomment-347378944 shouldn't break the whole PDF rendering, but be caught so that the "ready" value can be set regardless and rendering...

help wanted

Spun out from https://github.com/studentinsights/studentinsights/issues/1386. Scout and Heroku analytics aren't great for our use case, since the request rate isn't steady and high enough. A minimal version of this could be...

help wanted

The student profile page has probably drifted a bit from the profile PDF. It'd be helpful to review this and see if there are any differences. The steps might be:...

help wanted

This is important for SHS housemasters and counselors. For the UX, one suggestion is to add a `react-select` dropdown only the high school and only for Somerville (see `PerDistrict`). -...

help wanted

Follow-on from https://github.com/studentinsights/studentinsights/issues/1180 This is broken out by different pieces (eg, jQuery plugins). ### jquery-ui/autocomplete + [x] studentSearchbar (https://github.com/studentinsights/studentinsights/pull/2485) + [ ] ProvidedByEducatorDropdown + [ ] sprockets-shims ### jquery-ui/datepicker +...

help wanted

Follow-on from https://github.com/studentinsights/studentinsights/issues/1180. - [ ] remove code in index.js - [x] remove legacyRouter, migrate to App, possibly breakup routes into nested components - [ ] migrate `` to ``,...

help wanted

Examples: ``` somerville:BehaviorImporter failed to convert 143 unexpected invalid character encodings for ["\x93", "\x94", "\xF3", "\xED", "\xE1", "\xFA", "\xC1", "\x95", "\xA8", "\xF1", "\x97", "\x96", "\x85", "\xA0"] new-bedford:BehaviorImporter failed to convert...

production

eg, migrate this: https://github.com/studentinsights/studentinsights/blob/master/app/models/student.rb#L200 to an optimized read query (or we might not even need to optimize this and could just query for the data in `Student#update_recent_student_assessments` when it's needed).

help wanted