6
gagan-suie
277d

Apparently I was storing user information inside channel.

So if the user changes their avatar, username, or displayName, the channel has stale data. This is a no-no in database design.

I spent all of yesterday redoing the endpoints to use aggregate lookup to supply fresh data.

Also laid the groundwork for an affiliate program / verified accounts. 😎

Comments
Add Comment