Ken Maeshima

Results 16 issues of Ken Maeshima

# 🔗 Issue #645 # ✍️ Description This PR adds the ability for staff to create fosters and manage existing fosters. Most of the action happens on the fosters index...

This work likely needs design tweaks but the implementation can certainly be built right now. ## Description We want to have an index page for showing a list of all...

Assigned

If you can think of additional validations, please list them. We can release this for work once we have a good consensus on the validations we want. ## Description Roles...

on hold

If you find any issues with the current roles implementation, please comment here so we can keep track if this tech debt is becoming an issue. ## tl;dr We think...

on hold

On hold pending feedback for desired solution. Please read below. # Problem #578 added validations to prevent multiple matches for the same pet as well as to ensure adopters can...

question
on hold

### Motivation / Background I started this PR from noticing data generated from `Faker::Creature::Dog.breed` had `African` as a dog breed. This is not a valid dog breed from searching online....

**Note: This is an alternative approach to #5871** Instead of persisting client state with sessionStorage, I scrapped the idea of using client state for the collapse logic. Instead, I am...

ruby
Tests! 🎉💖👏
erb

### What github issue is this PR for, if any? Resolves #5847 ### What changed, and _why_? - Moved the `Sorted by` and `Hide drafts` filter options outside of the...

javascript
ruby
Tests! 🎉💖👏
erb

For [Conference Discussion Refactoring](https://github.com/orgs/rubyforgood/projects/16/views/1#) > AdopterFosterAccount remove and wire up Person (TBD) > StaffAccount remove and wire up Person (TBD) The account models are no longer necessary and can be...

## Description We have the functionality to deactivate staff accounts. Let's let staff admins also be able to deactivate adopters and fosterers. This will require you to add a new...

on hold