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
In addition to the frontend fix for FP sorting (PR #658), we should also address the issue at the API level and fix the backend.
The backend should return the response in a sorted order, with sorting handled at the database level to ensure optimal performance. This approach will also make it compatible with pagination in the future.
The text was updated successfully, but these errors were encountered:
In addition to the frontend fix for FP sorting (PR #658), we should also address the issue at the API level and fix the backend.
The backend should return the response in a sorted order, with sorting handled at the database level to ensure optimal performance. This approach will also make it compatible with pagination in the future.
The text was updated successfully, but these errors were encountered: