joreilly / Confetti

KMP GraphQL based conference project with Jetpack Compose Android, Compose for Wear and SwiftUI iOS clients along with GraphQL backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indicate lightning talks in the UI

joreilly opened this issue · comments

Can be inferred we believe from the talk duration....see following for example https://kotlinconf.com/schedule/april-13/

Screenshot 2023-04-06 at 11 50 20

Shouldn't we put this sort of logic behind the server? perhaps with a more generic concept?

Not for kotlinconf, but longer term.

Aha, some sort of extra tag, which would support arbitrary text in there I presume?
I see that in the website they also have another similar tag which says "AWS lab", with a different icon. So yeah that'd probably be a good idea.

A question for this one, how would we be sending the icon to the clients from the server? Does Confetti right now have a place where such icons are hosted so that we can send the URL from the backend to the apps?

@martinbonnin what do you think about having this in the backend? We can probably close this particular issue for now and create new one if we think that's something we'd do

Agreed, it'd be interesting to investigate some kind of server-driven rendering for this. There is already "session.tags" but it's very loosely coupled. Let's close this issue and revisit for Devoxx "quickies" ;)