Yes I think that emote sets should be independent of platform. Are emote sets strictly dependent on platform, as in you cant use the same emote set across 2 different platforms? If that is the…
there is a potential N+1 query issue here, where a common usecase might be to fetch the emote set (1) and then query N times for all the emote urls in the emote set. I imagine that most of the time that we fetch an emote set, we will want to display some amount of the emotes contained within that set. So providing the emote URLs in some fashion would make sense to me.
Would it be at all more intuitive to consider an emote set toggle for any individual platform, and always connected to every other platform?
I'll update this back to use goose when we switch over to postgres so we have an easy way to run the migrations outside without running the app.
@hamza going to let you handle the toolchain / mise configuration. I dont understand the implications of what zeb brought up
List implies order, so unless there necessarily is an order requirement, probably set should be used. Realistically everyone working on this project is going to know what you mean if you were to…