tenants2
tenants2 copied to clipboard
The JustFix tenant platform!
Onboarding should be done in one sitting so it'd be ideal if the data we stored there expired after browser close or something, but I'm not sure if Django supports...
Currently everything implemented in #1243 is synchronous, which isn't ideal.
In #1353 I had to make a CSS fix real quick but didn't know the best way to make it, so I ended up introducing a new class that we...
We built the site in a rush without any lazy-loading, so the static content and much of the data behind every single page is built into a single JS bundle....
We merged #1337 without adding tests because we had to LAUNCH so we gotta write tests!!!!
I originally wrote the initial state code to support both logged-in and onboarding users, but many of the steps (such as first/last name) only ended up being used for onboarding...
See description of #1311.
Currently our NYC and national address forms have an "Our records have shown us a similar address" modal if the verification source (NYC GeoSearch or Mapbox) thinks the address is...
As I'm working on #1302 I'm realizing that it might be possible for the user to weirdly navigate around the flow in such a way that they set a city/state,...
Now that we prompt the user about undeliverable landlord addresses in the NoRent flow as of #1294, it would be nice to have that functionality in our HP Action and...