Currently, for each collection, we show "owned by 34598223" where 34598223 is the ID of the user that owns the collection. This isn't nice.
I see two options:
A) create a user table (#1179) where we track additional user info such as the name, and then we can display the name.
B) Since we're using GitHub, we could try and directly fetch the GitHub user name and display that, maybe also link to the GitHub profile. (Although it's not straight-forward to fetch user info given the ID)
Currently, for each collection, we show "owned by 34598223" where 34598223 is the ID of the user that owns the collection. This isn't nice.
I see two options:
A) create a user table (#1179) where we track additional user info such as the name, and then we can display the name.
B) Since we're using GitHub, we could try and directly fetch the GitHub user name and display that, maybe also link to the GitHub profile. (Although it's not straight-forward to fetch user info given the ID)