Skip to content

100 sort volunteer names#120

Merged
wkim10 merged 2 commits intomainfrom
100-sort-volunteer-names
Apr 27, 2025
Merged

100 sort volunteer names#120
wkim10 merged 2 commits intomainfrom
100-sort-volunteer-names

Conversation

@hanahkim1
Copy link
Collaborator

Description

This update sorts the volunteer list alphabetically by name to improve usability and make it easier for users to find specific volunteers.
Changes Made:

  • The volunteer list is now sorted in ascending order by volunteer name.
  • UI remains consistent; only the order of entries has changed.

Issues

Resolve #100

Screenshots

Before:
image
image

After:
image
image

Test

Create a new user and check that all users are in alphabetical order (by last name).

Possible Downsides

The volunteer list is sorted alphabetically using the first and last name of the email, not the actual user. So this can cause some weird cases as seen in the fourth image.

Copy link
Collaborator

@johnny-t06 johnny-t06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@wkim10 wkim10 merged commit b8ae907 into main Apr 27, 2025
1 check passed
@wkim10 wkim10 deleted the 100-sort-volunteer-names branch April 27, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend] Sorting Names Alphabetically in Volunteer Table

4 participants