Leni Kadali

Results 20 comments of Leni Kadali

> Hey @lenikadali do you need any help here? Hi 👋🏿 Thanks for checking in here 🙌🏿 The plan is to try out your suggestions either today or tomorrow and...

> So the view is being rendered https://github.com/ifmeorg/ifme/blob/main/app/views/categories/new.html.erb. > So you’ll want to do it in the form that is being rendered with React. So you’ll need to update 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...

So I experimented a bit further and realised that since we are in the `LearningHour` model, the query we want is: ```ruby casa(dev)> LearningHour.left_outer_joins(user: [{ supervisor_volunteer: {supervisor: :learning_hours} }]) ```...

Hello @sojan-official I would like to work on this issue. May I be assigned please? Thanks ☺️

Hey all 👋🏿 I've opened a PR that implements the solution proposed. @microstudi would you be the one to review or should I ask one of the core team members...

The next step here is to apply the default storage location (if set) to donations. I see that the donations form was implemented differently from the purchases form in that...

> Wouldn't switching the donation form to use the same helper as purchases do what we need here? I think so. Why I would be hestitant to use it is...

Hi @dorner Thanks a lot for the review :raised_hands: I think you can give it another look and it should be good :crossed_fingers:

> oof... @lenikadali tests are failing now. :( Should be green in the next run @dorner It seems I forgot to update the other usages of `set_default_location` to `default_location. Commit...