Stored Query to extract usage information #2169
Replies: 2 comments
-
|
This is not currently possible. The ACL connection is not stored as a DBS_* connection. ACL queries are not stored as query templates but in user endpoints which use the /mod/user/acl.js module to query the ACL. eg. /mod/user/list.js returns a list of users. /mod/user/log.js It is possible to limit a template to admin use only. But you cannot use the ACL connection for a custom template. |
Beta Was this translation helpful? Give feedback.
-
|
At first the /mod/user/acl module should be removed to make use of the node-pg dbs module. The user/list and user/log endpoints should make use of stored templates. The query module must be able to query the ACL connection. However, the admin view itself should probably be a ui/element and the view should not be a language view but make use of the dictionary. Hence the dictionary issues must be addressed first before we can dive into reworking the admin user interface as well as the admin query pipeline. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am often asked for usage statistics about users from administrators.
XYZ should have a stored query that enables us to add a button in the admin panel for admins to download this insight.
The query should include:
Beta Was this translation helpful? Give feedback.
All reactions