tenants2
tenants2 copied to clipboard
The JustFix tenant platform!
So with #364 we now have the ability to easily tell whether an address is NYCHA or not. There's two benefits here: 1. We already know the user's answer to...
Here's the traceback: ```pytb Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/celery/app/trace.py", line 385, in trace_task R = retval = fun(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/celery/app/trace.py", line 648, in __protected_call__ return self.run(*args, **kwargs)...
We recently migrated WoW to a client-server architecture (https://github.com/JustFixNYC/who-owns-what/pull/306) whereby the front-end is served via Netlify while the back-end is in Django. One of the neat things this enabled was...
See https://github.com/JustFixNYC/tenants2/pull/1542/files#r475876034.
Example: https://github.com/JustFixNYC/tenants2/pull/1542/files#r475879951 We may want to consider internationalizing these DEMO-site messages in case we anticipate Spanish-dominant users using our demo site.
I was just on a Google site and noticed it was providing me with a page-hosted street address autocomplete, rather than overlaying atop it Chrome's own suggestions. This is what...
Now that we've internationalized NoRent.org (#1384), we should internationalize the rest of the platform. This will consist of the following: ### TextIt integration - [ ] Our `dwh` app currently...
For more details, see #1139. Also see #366, which is related. Keywords: landlord, parity
In #1639 we added a `locale` argument to the task but made it optional so the new workers could process old tasks in the queue. Once we're confident there are...
I was writing out the general algorithm for looking up landlords and management companies in `nycdb/models.py` and it seems to be something like this: ``` how the tenant platform finds...