-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
We currently load all the information in our database on the public page even for unauthenticated requests.
This means we load too much data (past events) and user data (phone, email).
We should:
- Make sure previous irrelevant information is not loaded and sent on page load (i.e. old events)
- Make sure only relevant information about users are exposed on load (active users, and only their name, picture URL and studyline).
- We should as a step one make sure the query used by the public pages only contain this vital information
Reactions are currently unavailable