Page MenuHomePhabricator

[lib] Add UserInfosHandler
ClosedPublic

Authored by inka on May 8 2024, 3:26 AM.
Tags
None
Referenced Files
F3306092: D11932.diff
Mon, Nov 18, 6:19 PM
Unknown Object (File)
Mon, Nov 11, 1:10 AM
Unknown Object (File)
Mon, Nov 11, 12:14 AM
Unknown Object (File)
Sun, Nov 10, 11:07 PM
Unknown Object (File)
Sun, Nov 10, 2:22 PM
Unknown Object (File)
Sat, Oct 26, 12:19 AM
Unknown Object (File)
Oct 10 2024, 10:40 PM
Unknown Object (File)
Oct 10 2024, 10:40 PM
Subscribers

Details

Summary

issue: ENG-7743
Add a scaffolding of a handler component that will be used to fetch usernames and other user infos for entriens in the user store that only have an id.
It is unusual to be adding such empty diffs, but @kamil will need this handler in his work, so I am creating it now to avoid conflicts

Test Plan

Rendered this handler in App, manually added user infos {id: '1000'}, {id: '5000'}. Logged userInfosWithMissingUsernames in the useEffect and checked that the two user infos were present, and only them.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable