Make Affiliate Logos Static #166
Labels
APP: recover app (gastro & live)
recover care is whitelabel of the recover app used for all other cases (gastro, sports) rcvr.app
Repo: Api
The issue needs to be solved in api.rcvr.app
REPO: App
The issue needs to be solved in rcvr.app
For #86, the affiliate logos were added to the database and uploaded to S3. This results in a DB-Request, then generating a signed URL for the Logo-File on S3. That's causing unnecessary load for each request to the checkin page.
Solution: remove the logos from the database and hard code them in the frontend code.
The text was updated successfully, but these errors were encountered: