rubyforgood / rubyforgood/awbw

Add dynamic selections to Organization form

Open
#347 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted
Dominant language
Ruby
Stars
15
Forks
26
Avg merge
12h 42m
Merged PRs (30d)
242

Description

Add automatic field selection or dropdown values based on other values entered in the Project form

  • If “Los Angeles” is entered in the City field, the Locality is LA City
  • If “Los Angeles” is entered in the County field, the Locality is LA County
  • If “Orange” is entered in the County field, the Locality is Orange County
  • If the state is CA but neither “Los Angeles” nor “Orange” is entered in the City/County fields, the locality dropdown should be reduced to only: Southern CA, Northern CA, or Central CA.

Bonus: Google the city to find out what part of California it’s in and put this in Locality.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Organization/Project form and tracing how the City, County, State, and Locality fields are rendered and updated; the issue names no file or test. Done means the specified California locality selections update automatically, with the Google-based city lookup treated as the optional bonus.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.