wielebenwir / cb-legacy

Wordpress plugin for managing and booking of common goods. New Version 2: https://github.com/wielebenwir/commonsbooking
http://www.wielebenwir.de/projekte/commons-booking
GNU General Public License v2.0
22 stars 12 forks source link

Backend should show info on frequent users and/or booking statistics #126

Open flegfleg opened 8 years ago

flegfleg commented 8 years ago

Originally reported by: Ralph W (Bitbucket: ralphW, GitHub: ralphW)


Currently there is no 'automatic' way to find users that book the items very frequently.

I suggest to create a page in the Backend to show a list of the top 50 (?) users with confirmed bookings, sorted by the number of bookings.

In the best case, those information could be accessed for different time frames and items. E.g.:

In addition to that, booking statistics by item and/or location could be nice.

For discussion see also http://forum.dein-lastenrad.de/index.php?p=/discussion/66/daten-zu-buchungen-pro-ausleiher


flegfleg commented 8 years ago

Original comment by Ralph W (Bitbucket: ralphW, GitHub: ralphW):


I am not sure whether a single page is really able to meet all requirements. Therefore it could also be an option to include a way to export booking data, maybe as a CSV? Then the CSV could be opened in any spreadsheet tool and be analyzed in any desired way.

Format: CSV

Colums: Itemname, Locationname, Username, user ID, Booking date, Start date, end date, booking duration, booking status.

Of course an existing plugin could also do the trick, does anybody know one that works?

flegfleg commented 7 years ago

related: #158