ProjectSidewalk / SidewalkWebpage

Project Sidewalk web page
http://projectsidewalk.org
MIT License
84 stars 25 forks source link

Update remaining documentation & utility scripts after unified login #3716

Closed misaugstad closed 1 week ago

misaugstad commented 2 weeks ago
Brief description of problem/feature

As part of adding unified login (#3712), I updated the dev environment scripts and README. But there are some wiki pages that I haven't looked at where documentation may need to be updated given the structural changes from unified login. Places like the process for contributing code wiki page, docker troubleshooting page, creating a db for a new city page, etc.

I also have a few utility scripts that I've written that I use to access the db. I have things like a script to automatically run a query in every city, or another to automatically create a db dump of every city. I think that those have been updated already, but I should make sure that they are all good to go.

misaugstad commented 2 weeks ago

I've made the appropriate updates to the contributing code and Docker troubleshooting wiki pages. I've also updated all of my utility scripts to accommodate the changes from unified login.

I'll close this after I edit the wiki page for making a db for a new city. I'm planning to make dbs for new cities this week, and I'll make the changes as I work through that. Likely that will mean recreating the sidewalk_init-dump file in our repo as well.