
jQuery.PRIMO usage (javascript library)
If we want to add new features to PRIMO we need to have the possibility to make decisions and to be able to do this we need data. Most of it is available in some obscure function or on screen like records, facets, the executed query, user name, login status, view code, ... jQuery.PRIMO exposes these as a model that you can query.
Now the question might remain what can I do with it?
I want to cover a couple of use cases that show how you can use jQuery.PRIMO to gather statistics, show or hide data depending on session information or build new screen widgets, ...