You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will lead to faster prize distribution. Likely requires changes in the backend as well to optimize loading time. It is possible at the moment by adding properties to data, but will result in much slower loading of admin panel data.
Here is a rough, unoptimized example (added to /src/components/admin/ParticipantTable/index.tsx near line 181) of where slower loading time will occur by directly adding fullName:
GhostOf0days
changed the title
[Feature] Enable search by participant name and display name
[Feature] Enable search by participant name and display name in admin panel
Jan 21, 2024
Description
Will lead to faster prize distribution. Likely requires changes in the backend as well to optimize loading time. It is possible at the moment by adding properties to data, but will result in much slower loading of admin panel data.
Here is a rough, unoptimized example (added to /src/components/admin/ParticipantTable/index.tsx near line 181) of where slower loading time will occur by directly adding fullName:
Even this would require additional fidgeting with types to work for the search. So again, the easiest solution is also changing the backend.
The text was updated successfully, but these errors were encountered: