tenants2
tenants2 copied to clipboard
The JustFix tenant platform!
This is super annoying particularly because the choices don't actually affect the underlying DB schema in any tangible way. There's an interesting workaround here: http://tech.yunojuno.com/pro-tip-django-choices-and-migrations
Currently we send them to LOC, which isn't great. Introduced by #1230.
We flush this info from the session when onboarding completes, but not if e.g. the user decides to login instead, at which point their session contains both logged-in data and...
In #1369 I implemented a whitelist to help the app figure out whether it needed to smoothly scroll to the top of the page or just jump straight to it....
Now that we remove the user’s email from all NoRent letter content in #1395 , Should we also remove it from `NorentLetterContentProps`? It seems a bit moot since we will...
Currently, depending on the context a user is in, their first name can be in a number of different places in the GraphQL schema: * `session.firstName` if the user is...
One of the current downsides of our multi-website strategy (having the same login for norent.org, evictionfreeny.org, and app.justfix.nyc) is that the user has no easy way of sharing their actual...
This is a spike to see how hard it is, and what technical issues might be involved in, making LOC onboarding more like EFNY/NoRent onboarding. ## To do - [...
To make sure we don't accidentally do writes on the production db from e.g. our terminal: https://adamj.eu/tech/2020/10/12/prevent-unintended-data-modification-with-django-read-only/ I think another option is just to use a `DATABASE_URL` that uses a...
Now that we have transitions our EFNYC tool to Eviction Free NY, and have a new site within the tenants2 repo, let's consider updating the naming of EFNYC related code...