Sam Rabiyah

Results 43 issues of Sam Rabiyah

We have a couple of issues that seem to all stem from the same place— currently 1059 bbls in our `wow_buildings` table do not have matching records in PLUTO, meaning...

The [Accessibility Audit](https://docs.google.com/document/d/1wtyZ81DCZroVavxE0iMnA6oWAH28VPqIJ-TjbirKvYU/edit#) mentions certain transitions that could benefit from this added element. Once we have our component moved out of [tenants2](https://github.com/JustFixNYC/tenants2) and into our shared monorepo, this should be...

According to the [Accessibility Audit](https://docs.google.com/document/d/1wtyZ81DCZroVavxE0iMnA6oWAH28VPqIJ-TjbirKvYU/edit#), "interacting with it just makes the screen reader say “item has no secondary action” and nothing happens, while in NVDA nothing is narrated and nothing...

The ReactTable library that we use on our Portfolio tab has many accessibility issues— such as rendering clickable elements as divs. At some point, perhaps we should consider an alternative...

The [Accessibility Audit](https://docs.google.com/document/d/1wtyZ81DCZroVavxE0iMnA6oWAH28VPqIJ-TjbirKvYU/edit#heading=h.mr62sht05qsi) mentions certain transitions that could benefit from redefining page focus after landing on a new page.

This change affects three issues, outlined by the Audit: 1. On the Overview Tab: "Selecting a particular building in the portfolio using the map doesn’t change the URL, which means...

In #257, we used React Helmet to more dynamically add page metadata to each page of Who Owns What. For the top-level variables we saved there, FB_APP_ID, TWITTER_HANDLE, ORIGIN_URL, and...

#257 added dynamic page titles to each page of WOW, but ideally we should also add custom page descriptions for each page. This is said to be better for SEO.

Example portfolios with this issue: https://whoownswhat.justfix.nyc/address/BROOKLYN/654/PARK%20PLACE https://whoownswhat.justfix.nyc/address/BROOKLYN/196/KINGSLAND%20AVENUE https://whoownswhat.justfix.nyc/address/MANHATTAN/1468/5TH%20AVENUE Example portfolios without this issue: https://whoownswhat.justfix.nyc/address/BROOKLYN/89/HICKS%20STREET https://whoownswhat.justfix.nyc/address/MANHATTAN/1492/5TH%20AVENUE