food-rescue-robot icon indicating copy to clipboard operation
food-rescue-robot copied to clipboard

A Rails App for Managing "Just in Time" Food Rescue, Developed by/for Boulder Food Rescue in Boulder, CO, USA

Results 26 food-rescue-robot issues
Sort by recently updated
recently updated
newest added

## Overview Security / more fun with coding ## Details This is a Work In Progress!

## Expected Behavior You cannot send invalid dates to the backend breaking the system with generic 500 error page. Add a date-picker to make this easier to use and prevent...

## Expected Behavior When showing pickup window start/end times, the robot should consistently use either 12hr "AM/PM" format, or 24hr format. It would be extra cool if the user could...

This is a low priority feature request. It would be handy if the robot's Shift Info pages included links to call the donor and recipient. Maybe as part of the...

This line: https://github.com/boulder-food-rescue/food-rescue-robot/blob/54848ced21685a063a743cd560145c77cfed9d60/app/models/location.rb#L21 (In progress by @mfrost)

refactor

Check into this PR: https://github.com/boulder-food-rescue/food-rescue-robot/pull/82 See what is required to get it merge-able and up-to-date.

## Expected Behavior Should inform project collaborators of potential security issues (example: xss, sql injection) ## Actual Behavior Does not inform of security problems ## Steps to Recreate Create a...

## Expected Behavior Data Export at https://robot.boulderfoodrescue.org/logs/export.csv?utf8=%E2%9C%93&start_date%5Bmonth%5D=8&start_date%5Bday%5D=1&start_date%5Byear%5D=2017&stop_date%5Bmonth%5D=9&stop_date%5Bday%5D=27&stop_date%5Byear%5D=2017&commit=Export does NOT time-out. ## Actual Behavior It times out! ## Steps to Recreate Log in as a super admin or a region admin...

See https://github.com/CanCanCommunity/cancancan and PR #69 - [ ] `VolunteersController` - [ ] `AbsencesController` - [ ] `LogsController#index` - [x] `ScheduleChainsController` (#135)

refactor

- [ ] Taking a one-time shift (in progress #81) - [ ] Taking a recurring shift - [ ] Scheduling an absence (in progress #82) - [ ] Seeing...

testing / review