•  
      request #18375 Lazy load users avatars in list-pickers fields
    Infos
    #18375
    Thomas Gorka (tgorka)
    2020-12-09 11:36
    2020-11-26 15:09
    19921
    Details
    Lazy load users avatars in list-pickers fields

    Currently, there are performances issues when we display users avatars in a list-picker field.

    The solution consists in:

    - Injecting the avatar_urls via the backend instead of fetching them

    - Returning avatar_urls in ListValuesRepresentations

    - Then do some lazy loading, so the avatars will be fetched only when the user scrolls down the list of users in the list-picker dropdown

    Other
    12.1
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gorka (tgorka)
    Closed
    2020-12-09
    Attachments
    Empty
    References
    Referencing request #18375
    Referenced by request #18375

    Artifact Tracker v5

    rel #16653 12.3

    Follow-ups