ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Add view for other SQL related attributes. #102

Open artlog opened 10 months ago

artlog commented 10 months ago

service-desk is a central place where some other information related to users could be displayed.

This would provide a generic SQL view. generic configuration would be sql request and parameters to add in view.

This generic request is intended to be used for a specific view, quota usage gathering in a sql database accessible from servicedesk.

coudot commented 10 months ago

Adding SQL in the software does not really enjoy me.

Maybe we can work on a plugin system to call PHP code to add an attribute in the view.

For the moment, the recommended way is to synchronize the value you need to show in an LDAP attribute, and use this attribute in service desk.

artlog commented 10 months ago

sure a plugin system would be the right way to extend

artlog commented 9 months ago

having a generic plugin system common to all project ltb service-desk, self-service-password and white-pages might be a good start.