Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

24 Open Issues Need Help Last updated: Aug 6, 2026

Open Issues Need Help

View All on GitHub

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue needs refinement

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue chore

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue back end

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML
good first issue infrastructure

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

AI Summary: Delete the unused file `backend/api/schemas/geo.py` from the project's backend directory. Verify no other parts of the codebase reference this file, and then run the test suite to ensure the removal doesn't break anything.

Complexity: 1/5
good first issue backend

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

AI Summary: Add a new test to the existing Python test suite (`test_soft_story.py`) for a soft-story endpoint. The test should use specific longitude and latitude coordinates to query the `/api/soft-stories/is-soft-story` endpoint, verifying a 200 status code and the presence of expected fields in the JSON response. The test should follow the pattern established in similar tests for tsunami and liquefaction endpoints.

Complexity: 2/5
good first issue backend

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

AI Summary: The task involves modifying the project's setup to enable hybrid development where the backend (FastAPI) runs locally while the database and frontend run in Docker containers. This requires updating the Docker Compose configuration, modifying the database connection logic in the backend code to handle both local and Docker environments, and verifying the functionality of the updated setup.

Complexity: 3/5
good first issue back end

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

AI Summary: Update the project's README file to include instructions on how to handle the `package-lock.json` file. Specifically, it should emphasize never deleting it except for controlled experimentation, and explain that `npm install` will resolve merge conflicts, eliminating the need for manual repair or deletion. The update should also address the potential for accidentally committing a bad `package-lock.json` file.

Complexity: 2/5
good first issue front end

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

AI Summary: The task involves improving the type safety of a React component's prop by replacing the generic `any` type with a more specific type definition. This will enhance code maintainability and reduce potential runtime errors. The change should be made within the `card-info.test.tsx` file, specifically targeting the `ui` prop in the `renderWithChakra` function.

Complexity: 2/5
good first issue front end

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML

AI Summary: The task is to improve the type safety of the `onCoordDataRetrieve` function in a Next.js + FastAPI application by replacing the generic `any[]` type with a more specific type definition for the `data` property. This involves identifying the structure of the data within the arrays (likely GeoJSON Features) and creating a corresponding TypeScript interface or type alias to represent it.

Complexity: 2/5
good first issue front end

Project board: https://github.com/orgs/sfbrigade/projects/13/views/24?pane=info

HTML