I do like the idea of collecting system statistics but I think we need to ask the user if it's OK.
So I have to write some code to pop up a screen asking the user for permission to send various different types of data back to LFS database, like computer system info, maybe settings info. Then code the info collection and packets to send it, modify the master server to receive this info and send it to the database.
I think when you store info about someone's computer system, you really need their consent before you do it. So that's just an added complication that puts me off doing it in a hurry.
It's one of those things that you have to code now, to get the benefit later, like the auto-updater which had to be released but never used until the next patch. It doesn't provide any benefit for the current patch so it always ends up low priority. Obviously it helps with future decisions so at some point you get round to it. But at the moment I feel really overloaded with things so to add one more thing to confuse me would be a mistake.
So I have to write some code to pop up a screen asking the user for permission to send various different types of data back to LFS database, like computer system info, maybe settings info. Then code the info collection and packets to send it, modify the master server to receive this info and send it to the database.
I think when you store info about someone's computer system, you really need their consent before you do it. So that's just an added complication that puts me off doing it in a hurry.
It's one of those things that you have to code now, to get the benefit later, like the auto-updater which had to be released but never used until the next patch. It doesn't provide any benefit for the current patch so it always ends up low priority. Obviously it helps with future decisions so at some point you get round to it. But at the moment I feel really overloaded with things so to add one more thing to confuse me would be a mistake.