You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
I'm wondering how your network of sites is still up? I do notice that your login feature is turned off right now. Do you have any advice for us running our own instances?
The text was updated successfully, but these errors were encountered:
We'll be releasing a major update of the code in the next few weeks
The largest change is that all data will be in a proper database
Auth will be solved as part of the general refactor that removes reliance on the Spreadsheet API with authenticated requests, and updates to the way users work
Hi @ondrae ok great. A PR would be really great for any other live custom forks of the census, but I'm not sure there are any except yours, and I won't merge it because of the size of the changes we are making now anyway.
We had already planned and started the move to postgres anyway, as the current framework has been getting hard to manage with ~50 censuses we run.
I run an instance of the Open Data Census, with some customization of the front end features. The code is at https://github.com/codeforamerica/servicecensus and the site is usually live at https://service-census.herokuapp.com/
It is currently down due to now being able to login to the spreadsheet database when the app loads up. The same thing is happening to me locally.
The library used to login to the sheets (not oauth that individual users access) uses a deprecated feature called ClientLogin.
I'm wondering how your network of sites is still up? I do notice that your login feature is turned off right now. Do you have any advice for us running our own instances?
The text was updated successfully, but these errors were encountered: