[Enhancement] Reports #414


  • Accepted
  • Enhancment
Open
Assigned to _ForgeUser8455416
  • Slind14 created this issue Jan 16, 2014

    Hey Edge,

    what do you think about putting the reports into different mysql database than the normal data. This would allow me to put them into a database where my webserver has access too. It would be on another port /localhost:3307 for example. Another change wich would be good is: rename the tables to daily.0, weekly.0 monthly.0. Everytime a new daily report gets created increase the number of every table by one. So .0 is always the latest report...

  • Slind14 added the tags New Enhancment Jan 16, 2014
  • Slind14 posted a comment Jan 16, 2014
    • daily.0 -> report form yesterday
    • daily.1 -> report from two days ago
    • daily.2 -> report from three days ago
    • daily.3 -> ...
  • Slind14 posted a comment Jan 16, 2014

    + Save the data in Seconds or some way that it is easy to sort the database and allows calculation.

  • Slind14 posted a comment Jan 16, 2014

    or an alternative easy way would be to save the last day/week/month of ontime and votes within ontime-players. Than I would replicate the database and copy all the information I need into a second database.

  • _ForgeUser8455416 posted a comment Jan 17, 2014

    I understand what you want, and is a good suggestion. I'll think some on how I would do this.

    FYI, my real work has me pretty tied down right now so it may be some time before I can get out a new version of the plugin, but don't fret I am working on it when I can.

  • _ForgeUser8455416 removed a tag New Jan 17, 2014
  • _ForgeUser8455416 added a tag Accepted Jan 17, 2014
  • Slind14 posted a comment Jan 18, 2014

    Cool. I think the easiest way would be moving the current ontime of day/week/month to another column in the same table when the day/week/month ends, instead of dropping it. So everyone who uses the database for reports should be able to copy this data into his own database as he wants to use it. The easy way would than be using the .html files.


To post a comment, please login or register a new account.