The missing "author" fields on many edit objects cause the contributors counts to look like this
{"undefined":88,"me@myemail.com":20}
The best fix would be to get the correct author data.
If we cannot get the correct author data, would it make sense to skip counting edits changes with undefined author (particularly when they're only comment/reply)? ie. in this case 20/20 => 100%, instead of 20/(88+20) => 18%
I noticed my PercentYou was much lower than it should be on some docs I wrote (~15% when I'd expect >95%).
counts[fileId] data looks like this
The missing "author" fields on many edit objects cause the contributors counts to look like this
The best fix would be to get the correct author data.
If we cannot get the correct author data, would it make sense to skip counting edits changes with undefined author (particularly when they're only comment/reply)? ie. in this case 20/20 => 100%, instead of 20/(88+20) => 18%