2 Open Issues Need Help Last updated: Aug 3, 2025

Open Issues Need Help

View All on GitHub
Web Development Web Application

AI Summary: Update the `addMonthlyPayment` function in `src/ingest/functions` to check the number of lawn cuts recorded in `yards_marked_cut` since the last payment in `payments`. The function should use this information to determine the appropriate monthly payment.

Complexity: 4/5
bug good first issue

A lawn maintenance web app

TypeScript
Web Development Web Application

AI Summary: Implement a hamburger menu navigation bar for screen sizes smaller than 'sm' in a Next.js application. This involves creating a responsive menu that collapses into a hamburger icon on smaller screens, revealing navigation links when clicked.

Complexity: 3/5
enhancement help wanted good first issue

A lawn maintenance web app

TypeScript