← Listings hub
Austin Move · Command Center

Site Suggestions

Improvement backlog for the Listings Hub and its worksheets, organized around the real goal: a quality place to live and work within an easy walk of Gregory Gym, McCombs, and the AT&T Conference Center. Check items off as they ship โ€” progress is saved in this browser.

0 of 0 shipped

๐ŸŽฏAnchor the site on Gregory Gym & McCombs

Make walk-to-Gregory the default sort goal
The condo worksheet already has the column โ€” promote it. Default-sort by walk time instead of $/sqft, and add a “under 10 min walk” filter. The pool and classes are the daily routine; price is the tiebreaker.
Condo worksheet
Embedded map centered on 21st & Speedway goal
One map with all 51 condos plotted, Gregory Gym pinned at center, 5/10/15-minute walking rings, and labeled pins for McCombs and the AT&T Hotel & Conference Center. Buildings southwest of campus (Cambridge Tower) sit closer to the conference center than to Gregory โ€” worth seeing that trade-off visually.
Condo worksheetOffice worksheet
Second walk-time column: AT&T Conference Center goal
McCombs is across the street from Gregory, so one column mostly covers both โ€” but a walk-to-conference-center column catches the buildings that split the difference. That's where the important meetings happen.
Condo worksheet
“Fit score” per unit goal
One sortable score built from what actually decides it: walk to Gregory, walk to McCombs/ATT, office space in or under the building, price, HOA. Turns 51 rows into an obvious top five.
Condo worksheet
Carry walk-time columns into the office worksheet goal
“Live upstairs, work downstairs” candidates are only as good as their walk to campus. Add the same Gregory/McCombs columns to the office table.
Office worksheet

๐Ÿ”งFix first โ€” inconsistencies

Populate the empty realtor table fix
The hub card says “14 agents” but the DATA array is empty โ€” the table renders no rows. Fill in the Austin and Hot Springs agents (names, phones, emails, notes).
Realtor worksheet
Add the missing Region column fix
The hub promises “sortable by region,” but the table only has Name / Phone / Email / Website / Date / Notes. Add Region (Austin / Hot Springs) so the two searches can be split.
Realtor worksheet
Drive hub counts from the data fix
“51 units” and “14 agents” are hardcoded on the hub and will drift as worksheets change. Compute the counts from the same DATA arrays the tables use.
Listings hub

๐Ÿš€Biggest functional wins

Workflow-status column win
New / Called / Toured / Shortlisted / Rejected on the condo and office tables. Right now it's a listings snapshot, not a search tracker โ€” this status is the thing that matters week to week.
Condo worksheetOffice worksheet
Per-row “last verified” dates win
The pages themselves warn that status can flip daily and portals block scraping. A freshness date per listing shows which rows to trust and which to re-confirm by phone.
Condo worksheetOffice worksheet
Filters beyond the neighborhood tabs win
Max price, max $/sqft, max HOA, beds โ€” plus a simple search box. With 15 columns and 51 rows, sorting alone gets tedious.
Condo worksheet

โœจUsability polish

Responsive tables for mobile
A 15-column table on a phone is a horizontal-scroll slog. Collapse to a card layout on small screens, or hide agent-contact columns behind a tap-to-expand row.
All worksheets
Tap-to-act phone & email links
Wrap numbers and emails in tel: and mailto: links โ€” useful from a phone while out looking at buildings.
All worksheets
Greenwood study: table of contents + back link
Jump links for the seven sections, and a “← Listings hub” link โ€” it's the only page without navigation.
Greenwood study
Consistent nav header across all pages
Hop between worksheets without going back through the hub each time.
All pages
Highlight the verified shortlist
Cambridge Tower, Brown Building, and Nokonah should stand out visually from the n/d-heavy rest of the office table.
Office worksheet

๐Ÿ’กWorth considering

CSV export / import later
Handy for sharing a shortlist with an agent or editing in a spreadsheet.
All worksheets
Open-questions tracker on the Greenwood study later
The study flags unresolved items โ€” pet policy conflict, reserve-fund health, financing path โ€” but there's no checklist to track them to resolution.
Greenwood study
Light access control later
The hub is noindex, but anyone with the URL sees agent contacts and the full relocation plan. A basic-auth gate in the nginx server block on /listings and the worksheets would close that.
Server