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

Making TBA/TBD more esthetically pleasing #497

Open RemyMess opened 2 years ago

RemyMess commented 2 years ago

Problem:

  1. TBA/TBD in title looks unprofessional and unpleasant to read when a lot of talks have it
  2. TBA/TBD talks are most of the talks in the DB

Observation: most of the TBA/TBD talks have the name of a speaker. Solution: replace TBA/TBD by f"Seminar from {speaker_name}" or else for example.

Candidates: (get at least 10)

Fetch the subtopic of a previous talk to get subtopic info

RemyMess commented 2 years ago

Add this augjmentation in "createTalk" if value is TBD/TBA; this title will be added in DB