fossasia / eventyay-talk

eventyay speakers and talks component
Apache License 2.0
1.48k stars 47 forks source link

Add online video link to menu #133

Open mariobehling opened 1 month ago

mariobehling commented 1 month ago

Same as with online ticketing add an online video link.

compare https://github.com/fossasia/eventyay-talk/pull/128

odkhang commented 1 month ago

Hi @mariobehling, for showing online video button

  1. if user not login, when redirect to video, favorite session won't be synced as we don't know where user coming from.
  2. if user already login, when user redirect to video, they will see favorite they added from talk.

could you please confirm?

And now in talk component, there're 2 places allow user redirect to video.

  1. if user is a speaker, they have a button on their profile, with traits (eventyay-video-event-{event short name}) which will be use for permission setting in video.

image

  1. a button in talk view, and no trail if user use this button, is it okay?
mariobehling commented 1 month ago

This button is ok, but the actual topic of this issue is to add the online video button to the "menu".

image