ems-backend
ems-backend copied to clipboard
Ab#79314 add filters tooltips
Description
Wrote query to get fields details. Query should be optimised: the max records that we query is 5. Sort and limit should behave well and avoid sorting the whole records (see documentation below). Would be good to test on a database with lots of records. On small database it is instant.
Useful links
Type of change
Please delete options that are not relevant.
- [x] Improvement (refactor or addition to existing functionality)
How Has This Been Tested?
See front, acquirement of data went well. Main problem is often not providing a resource id.
Screenshots
See front.
Checklist:
( * == Mandatory )
- [x] * I have set myself as assignee of the pull request
- [x] * My code follows the style guidelines of this project
- [x] * Linting does not generate new warnings
- [x] * I have performed a self-review of my own code
- [x] * I have put the ticket for review, adding the oort-backend team to the list of reviewers
- [x] * I have commented my code, particularly in hard-to-understand areas
- [x] * I have put JSDoc comment in all required places
- [x] * My changes generate no new warnings
- [x] * I have included screenshots describing my changes if relevant
- [x] * I have selected labels in the Pull Request, according to the changes with code brings
- [ ] I have made corresponding changes to the documentation ( if required )
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules