-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I really, really want this but I don't know how we can do it. Basically, I would like to have a database where we store a record of all the data regarding system info submitted through support. The end goal is to be able to view reports on that data. For example, we could query this database to see the % of sites using a certain PHP version. Or we could see which themes are commonly used. Or which plugins.
Right now that info is only sent as a .txt attachment to the email. That is great and helpful in the context of the ticket but we don't keep any ongoing record of the configurations our customers have. How could we do this?
Can we send that data somewhere in addition to sending the email?
Can we attach that data to the email in another format and manually pull it into our database?
Where would this database even be and how would it be setup?
Does this just overlap way too much with #26 ? That might accomplish all the same things.