Skip to content

Visible commentee names for project and studio threads #124

Description

@micahlt

On Scratch, in large comment threads you can see who is replying to who because it shows the commentee's username before the reply. In the user API, raw HTML is returned which means we handle commentee display automatically. However, in the studio and user APIs, we get JSON with a commentee_id property - not even a username. This means that for efficiency's sake on these pages we need to try to assemble a list of all users involved in a comment thread, then display the commentee with that using the users API as a fallback. A lot trickier than it sounds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededpost-launchThings for working on after the v2 launch milestone

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions