biigle / reports

:m: BIIGLE module to generate reports for projects and volumes
GNU General Public License v3.0
1 stars 2 forks source link

Reports do not include annotations of deleted users #82

Closed mzur closed 9 months ago

mzur commented 2 years ago

I could confirm for CSV image annotation reports that these do not include annotations of deleted users. This should be fixed.

mzur commented 2 years ago

This can be done with left join.

mzur commented 1 year ago

Probably here:

https://github.com/biigle/reports/blob/eee89d59538f52568f588ea69010c642dae14d33/src/Support/Reports/Volumes/ImageAnnotations/CsvReportGenerator.php#L101

Also check if other reports might have a similar issue.

mzur commented 10 months ago

This is a real problem because it affected me, too :smile: I spent half an hour figuring out why an older report contained more annotations than a newer report of the same volume.