Page MenuHomePhabricator

[web] Group usernames case insensitively in `MembersList`
ClosedPublic

Authored by abosh on Sep 1 2022, 1:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 3:12 PM
Unknown Object (File)
Thu, Apr 11, 3:12 PM
Unknown Object (File)
Thu, Apr 11, 3:12 PM
Unknown Object (File)
Thu, Apr 11, 3:08 PM
Unknown Object (File)
Sat, Apr 6, 2:06 PM
Unknown Object (File)
Mar 12 2024, 8:44 PM
Unknown Object (File)
Mar 12 2024, 6:16 PM
Unknown Object (File)
Mar 12 2024, 5:30 PM
Subscribers

Details

Summary

Related Linear issue here.

image.png (1×810 px, 67 KB)

Aboshcapital, aboshlocal, and Ashoatcapital's names all start with the letter A, but two groupings are created because the case is different. This diff merges the two groups together and groups member usernames case insensitively.

Test Plan

Tested on Chrome/Safari and works as expected.

Before:

image.png (1×810 px, 67 KB)

After:
image.png (1×918 px, 79 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

abosh edited the test plan for this revision. (Show Details)
abosh edited the summary of this revision. (Show Details)

good catch, wonder if there are any other places in the codebase where this is an issue

This revision is now accepted and ready to land.Sep 1 2022, 11:50 AM