ProjectSidewalk / SidewalkWebpage

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

Populate users table with data from new API endpoint, moving out of using template scala #3737

Closed srihariKrishnaswamy closed 1 week ago

srihariKrishnaswamy commented 1 week ago

380

Moves data for User table to a separate API call that is loaded once you click on the Users tab. Should drastically speed up initial load time, and will make it easier to diagnose why we are having performance issues with the Users tab in particular.

Things to check before submitting the PR