Aurora Lahtela

Results 313 comments of Aurora Lahtela

Join address data is now visualized on the 'Join Addresses' page when Frontend BETA is enabled from the config. I think it is enough to satisfy the need for viewing...

I'll need to change how the join addresses are stored in the database for this.

Database schema is updated in commit above, but this will still need some new visualization. That visualization is postponed after React rewrite of the frontend.

This is difficult to implement since the data from other plugins is updated on join and leave - so the data could very easily be out of date when viewing.

There's two ways to get the data - pull based where data is asked for and returned on the spot, and push based where data is placed in a database...

To enable without the setting all the tables without primary key would need one to be added. Seems to be plan_tps table that doesn't have id field. Development is currently...

Build with this issue fixed should become available to https://github.com/plan-player-analytics/Plan/actions/runs/2869888831 in ~15 minutes

Try this build https://github.com/plan-player-analytics/Plan/actions/runs/2794035358

Looking at the code, this is already fixed

Tracking plugin versions over time is a good idea. I'll have to see if it's possible to get that data also for non bukkit servers. I think running timings is...