-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perspective view filtering, sorting and pagination on backend side #1133
Labels
backend
bug is related to backend
frontend
bug is related to frontend
optimization
something that improves performance or storage space
Comments
vmonakhov
added
optimization
something that improves performance or storage space
backend
bug is related to backend
frontend
bug is related to frontend
labels
Aug 11, 2024
vmonakhov
added a commit
that referenced
this issue
Aug 11, 2024
* init * next steps * PerspectivePage methods moved to DictionaryPerspective * next steps * refactoring * regexp * some workaround * some workaround * fixes and cleanup * more correct filtering * next steps * refactoring * created entries calculating
vmonakhov
added a commit
to ispras/lingvodoc
that referenced
this issue
Aug 11, 2024
) * init * next steps * minor * PerspectivePage methods moved to DictionaryPerspective * fixes * next steps * sql to alchemy * sql to alchemy * sql to alchemy * refactoring * filtering * filtering * sorting * refactoring * checking edit mode * refactoring * fix * regexp * refactoring * fixed and cleaned-up * complex sorting * correct sorting within lex entry * sort by lowercase * fixed filtering * minor * cleanup * fixes and cleanup * more correct filtering * next steps * outerjoin and labels * with sorting_cte * created entries calculating * new entries showing * fixes * fixes
vmonakhov
added a commit
that referenced
this issue
Aug 21, 2024
All the listed above points are solved.
|
Added sorting for 'Paradigm and contexts' field by entities amount (this field has empty contents). |
vmonakhov
added a commit
that referenced
this issue
Sep 4, 2024
vmonakhov
added a commit
to ispras/lingvodoc
that referenced
this issue
Sep 4, 2024
) * Perspective view better pagination -- ispras/lingvodoc-react#1133 (#1513)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
bug is related to backend
frontend
bug is related to frontend
optimization
something that improves performance or storage space
Now PerspectiveView component gets all lexical entries for current perspective from database and processing the data on frontend side. It is not the optimal way in case of huge perspective (tens and hundreds of thousands entries). We need to process (filtering, sorting, pagination) the data on backend side and pass it page by page to frontend.
In detail:
The text was updated successfully, but these errors were encountered: