Skip to content

collections: display a user name instead of user ID for 'owned by' #1190

@fhennig

Description

@fhennig

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions