Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

rails
11 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub
good first issue help wanted Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: The task involves fixing the styling of the pet show page header to match the adopter dashboard header. This includes adjusting padding to improve spacing between the header and the top navigation bar. The solution requires CSS modifications and potentially minor HTML adjustments.

Complexity: 2/5
good first issue

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: The task involves correcting the text on the Homeward Tails application's global root page. The provided screenshot shows the current text that needs to be revised for accuracy and clarity.

Complexity: 1/5
good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: The task requires fixing a broken link on the mobile view of the staff's adoption application review page. The link should redirect to the correct form submission review page for a given adopter applicant, `/staff/people/:id/form_submissions`, instead of producing an error. This involves inspecting the existing mobile link, identifying the error, and updating the link to the correct path.

Complexity: 2/5
bug :lady_beetle: good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: The task is to debug and fix a bug in the Homeward Tails application where the 'Admin' link in the top navigation disappears when navigating to the '/donate' page while logged in as an administrator or superadmin. The fix should ensure the link remains visible regardless of the page visited.

Complexity: 3/5
good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: This task involves fixing responsiveness issues with birth date inputs on a pet creation form for staff users within the Homeward Tails application, and reordering two toggle switches at the bottom of the form. The goal is to improve the user experience for staff members creating pet profiles.

Complexity: 2/5
good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: Update the hero text on the Homeward Tails application's root page to 'Manage pets, people, adoptions, and fosters with ease, for free.' This involves finding the correct view file, locating the existing hero text, and replacing it with the new text. Testing the change to ensure it displays correctly is also required.

Complexity: 2/5
good first issue

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: This task involves creating a shared partial for a "Powered by Homeward Tails" link, replacing existing links on sign-in, sign-up, and footer views with this partial. The partial should accept an optional path parameter, defaulting to the root URL. The changes need to be implemented across scoped (organization) and unscoped views.

Complexity: 2/5
good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: The task is to debug a broken link on the mobile version of the Homeward Tails staff dashboard. The link, which directs staff to an applicant's form submissions, functions correctly on desktop but not on mobile devices. The issue is likely related to the mobile view's rendering or routing, requiring a fix to ensure proper redirection on mobile.

Complexity: 3/5
bug :lady_beetle: good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: The task involves modifying the styling of the staff pet show page to make the tabs wrap onto multiple lines on mobile devices, preventing horizontal scrolling. This requires adjusting CSS to ensure responsiveness on smaller screens.

Complexity: 2/5
good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails

AI Summary: Create a new, organization-agnostic page listing all Homeward Tails partner organizations. The page should use the GeeksUI theme, display organization logos and names (potentially hero text) in centered cards (max 3 per row), link each card to the organization's homepage, and include introductory text explaining the cross-organization login feature. The page should be accessible from the root navbar's "Rescues" button.

Complexity: 3/5
good first issue Ready

Homeward Tails is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.

HTML
#rails