evewspace / eve-wspace

Wormhole mapping and corporation management for Eve Online.
Apache License 2.0
86 stars 51 forks source link

[Feature Request] Scanning Reports #230

Open andrewd18 opened 8 years ago

andrewd18 commented 8 years ago

I would like a page where I can view scanning data with the following toggleable filters:

I would also like this report to sum up the number of actions the selected filters so I know who to pay out every week.

AceMgy commented 8 years ago

When I finally get my silly shattered statics done I'll take this on as a long-term learning project.

Seems like it would have to be a whole new app in django, which would be very educational to build from the ground up.

Zumochi commented 8 years ago

I have a small/simple GUI-less tool for this which does pretty much all you want, minus the limits to map, user/group and POS: https://github.com/Unsettled/Mapper-Tally

Can be used as a temporary solution.

AceMgy commented 8 years ago

I'll use that as a guide but I'm pretty bad at reading PHP.

Zumochi commented 8 years ago

It's just the SQL query you need probably. For a lot of log entries advanced logging needs to be enabled (not sure what default is)

On Wed, Jan 27, 2016 at 8:21 PM, AceMgy notifications@github.com wrote:

I'll use that as a guide but I'm pretty bad at reading PHP.

Reply to this email directly or view it on GitHub: https://github.com/evewspace/eve-wspace/issues/230#issuecomment-175808408