You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the mentioned API endpoints are created, they have to be used by the frontend.
There has to be a tracker in the local storage keeping track of how many clicks of the total amount of clicks were already send to the api. The delta will be send every (randomly) 1 - 3 days to distribute the traffic to the api/database evenly.
There has to be a boolean state array in the local storage that keeps track of which features are being used by the user and which not. This data will be send once per week to the api to keep track by which percentage every feature is used.
An api call must be send every time the link in the "hiring"/participating is being clicked
See TUfast-TUD/TUFastData#1 for more details.
After the mentioned API endpoints are created, they have to be used by the frontend.