I did a search, but didn't see this in the queue... and I searched the code and DB but didn't see anyplace this info might be stored (please correct me if I am wrong!)
Currently, I am migrating a bunch of views from dev to live, and we have had several people work on them... and some of the views changes have been ported and others have not. We are not using features now, so the only way to know if a view has been changed is to manually review each one and look for differences.
It would be somewhat helpful to have a "last updated" date field in the DB in the views table. I don't know that a "created on" or "authored by" would be that useful... but to be able to see at a glance which views were updated more recently could be super helpful. It might also help with features to be able to sync views without having to parse the entire view structure.
It seems to me that this would be fairly simple - add a column to the views table in the db and add a line or two in the save function to write the timestamp. Adding the date/time to the views list would just be fantastico.
Is this absurd? Am I missing something else?
thanks!
Ron