Yuri Bocharov

Results 89 comments of Yuri Bocharov

> To groom this issue out a bit more, would we want both the shared images in the testimonials section (stacked vertically)? Yup. Just replace the existing sections with the...

> I'm scouting for issues to work on. I tried changing to left outer join, but it is still the same. learning_hours will only contain volunteers with hours and joining...

You are going to want to use the nested syntax: https://guides.rubyonrails.org/active_record_querying.html#joining-nested-associations-multiple-level `SupervisorVolunteer.left_outer_joins(:users).left_outer_joins(:learning_hours)` attempts to do something like ```sql FROM supervisor_volunteers LEFT OUTER JOIN "users" ON sup_volunteers.id = users.sup_volunteers_id LEFT OUTER...

I am pretty sure you can just pass the supervisor volunteers instead of learning hours. https://github.com/rubyforgood/casa/blob/5f16e9196db0ee9d9781daa147227b9953bda4ba/app/views/learning_hours/_supervisor_admin_learning_hours.html.erb#L26 the view code isn't actually looking for a volunteer or anything like that. just...

> I'd be happy to take this one to the finish line if you'd like to assign it to me. Definitely have a few questions if so. Can transfer these...

interesting. A thing that I was thinking of and I am not sure if it is even logged as an issue currently is there is a page `/all_casa_admins/patch_notes`. And on...

Too late, I have added it. That said I don't think 1 additional day of cushion could have a negative impact