Skip to content

Commit 1cf965f

Browse files
authored
update changelog (#155)
* #154 updated changelog: carto migration * #154 fixed spelling error in changelog
1 parent 5f9e9bd commit 1cf965f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Am I Rent Stabilized Changelog
22
This changelog describes significant changes to the project. It was first created on November 29, 2020 so does not account for the entire project's history.
33

4+
## 2025-03-23 Migrate app to CARTO v3 ([#144](https://github.com/clhenrick/am-i-rent-stabilized/issues/144))
5+
6+
Due to the "legacy" CARTO(DB) platform being shutdown in April of 2025, the website was updated to use the newer "v3" CARTO platform, SQL API, and related services. This included:
7+
8+
- Importing the existing "likely RS" and tenants rights service areas datasets into CARTO v3
9+
- Recreating the visualization of "likely rent stabilized properties" in CARTO v3 and linking to it from the search results map slide
10+
- Using the CARTO v3 SQL API for querying the likely RS and tenants rights service areas
11+
- Adjusting the SQL queries to use Big Query geography functions instead of PostGIS functions
12+
- Updating the search results map to use a new "likely RS" layer using GeoJSON rendered as SVG paths instead of a raster tile layer
13+
414
## 2023-12-31 Bug Fix: slides smooth scroll ([#133](https://github.com/clhenrick/am-i-rent-stabilized/pull/133))
515

616
Re-implements the smooth scrolling between slides when a user has not enabled "prefers reduced motion" in their device or browser settings. The smooth scrolling had unintentionally stopped working after PR #125 which fixed accessibility issues with the slides.
@@ -17,7 +27,7 @@ Made accessibility enhancements and bug fixes for the address search form on sli
1727
- dynamically apply `aria-invalid="true/false"` to the `<input>` when it is in an invalid state
1828
- apply focus to the input when the user submits the form when there is an error so that error text is announced
1929
- cleaned up HTML for error help text
20-
- removed asteriks from error help text to avoid confusing users of assistive tech
30+
- removed asterisks from error help text to avoid confusing users of assistive tech
2131

2232
## 2023-11-27 Fix A11Y of Homepage / Slides ([#125](https://github.com/clhenrick/am-i-rent-stabilized/pull/125))
2333

0 commit comments

Comments
 (0)