ExpDev07 / legacy-rp-admin

A web interface written in PHP using Laravel (https://laravel.com/) to help with administrative duties at the FiveM server: Legacy Roleplay.
https://legacyroleplay.online/
3 stars 0 forks source link

Filtering logs #6

Open SteezyRen opened 5 years ago

SteezyRen commented 5 years ago

Not sure if it’s necessary but an idea to have on someone’s profile is to filter stuff:

For example to see how many times they’ve killed someone. Or how many times they’ve done something in specific. As logs can get pretty full with everyday actions someone does if they’re actively playing.

ExpDev07 commented 5 years ago

Definitively a necessary idea, and something we're already in progress of implementing. Not sure how smart it is to show how many times the action has occurred (will put heavy load on the database as it'll need a different query, and in theory, there will be millions of logged actions).