segeeslice / Meetify-UI

This is the React-driven UI for the Meetify program
GNU General Public License v3.0
2 stars 1 forks source link

Call user/update-all endpoint on user login #28

Open segeeslice opened 3 years ago

segeeslice commented 3 years ago

This will allow the server to automatically update the user's internal data used in a way that is efficient, although it may take some time for the front-end to hear a response.

Related endpoint documentation in the main repo matching documentation

segeeslice commented 3 years ago

This endpoint takes a long time. As such, we now have this scheduled in the back-end to happen automatically, but we may want a separate issue to instead add a button that allows the user to reload their own data.