Street List Configuration

Manage the list of valid Preserve streets. This list is used by the Garage Sale and Mail List pages to verify that an address belongs to the community.

Streets with multiple suffixes (like "Stockhelm Way" and "Stockhelm Ave") should be added as separate entries.

Current Streets (48)

Add Street

Suffix key: Way, Dri (Drive), Str (Street), Ave, Lan (Lane), Crt (Court), Cir (Circle), Blv (Boulevard), Rd, Pl (Place). Users only need to type the first letter correctly (e.g. "D" matches Dri).

How Street Validation Works

When a resident posts a garage sale or joins the mail list, the system:

  1. Requires a house number (1-5 digits) at the start
  2. The direction (N/S/E/W) must match — "W Baxter" fails if only "N Baxter" is in the list
  3. The street name must match exactly (case insensitive, spaces ignored)
  4. The suffix must match by first letter only — if the config says "Way", users can type W, Wy, Way, Wya. If config says "Dri", users can type D, Dr, Drive, etc.
  5. A missing suffix in user input will fail — they must include something

← Back to Garage Sale page