agora-inc / platform

Full code for mora.stream, the "Twitch.tv for academic researchers". The streaming platform served several thousands of concurrent viewers. This has now been acquired and absorbed by Cassyni.
https://cassyni.com/mora
4 stars 0 forks source link

Add placeholder images on talkcards + event page #480

Open RemyMess opened 2 years ago

RemyMess commented 2 years ago

3 ways of adding logic for placeholder images

  1. Populating images/placeholders/[mathematics, biology, artificialintelligence, ...] folder and create a duplicate in covers/avatars when channel is getting created
  2. Populating images/placeholders/[mathematics, biology, artificialintelligence, ...] folder + change logic of "has cover" into integer (0 = no, 1 = yes, 2+= id of the image in the placeholder folder)
  3. Add lists of URLs (https://images.pexels.com/photos/1292998/pexels-photo-1292998.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=100&w=100) + add URL image in DB

Final solution:

Use pexels API.

Todos: