-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add sorting/filtering/paginating of records based on AVA scenarios #71
Comments
Did some research and found out the following:
|
…data. Also update code to the new OWL2Java constant naming strategy.
I assume:
Based on the assumptions, I suggest the following:
The suggestion above does not handle filtering by form answer values. If we need it in the future, the backend API would have to be extended by filtering those values on the backend :( Including them in the record list as a flat list, not a question&answer model. |
One more comparison:
|
Just to clarify, backend filtering does not require support for OPTIONAL in JOPA Criteria API. It would just make the code nicer... |
After discussion, we chose to implement filtering at the backend. |
…ing in PatientRecordDao.
…se generic record filtering to get records from institution.
…o record REST API.
[kbss-cvut/record-manager-ui#71] Reduce the size of PatientRecordDto data
…eric. This will make it reusable for record paging as well.
…always present in paged record response.
…iltering (and import) as either IRI or name.
Use intelligent-tree-select in filters.
This should not be closed yet. |
… fix date filter timezone issue.
…dow without scrolling.
https://docs.nginx.com/nginx/admin-guide/web-server/compression/ |
The list of records visualized as a table might be quite long and ADMIN user typically needs to search those records based on specific scenarios (s1, s2, s3).
Motivation in AVA:
Possible future/optional requirements:
Implementation proposal:
A/C:
The text was updated successfully, but these errors were encountered: