Skip to content

Data load #87

@A-Guldborg

Description

@A-Guldborg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions