snoww / loa-logs

LOA Logs - Modern DPS Meter for Lost Ark
GNU General Public License v3.0
128 stars 30 forks source link

View DPS composition/buff logs according to time (Not an issue, but request/question/suggestion) #32

Open convoluted opened 10 months ago

convoluted commented 10 months ago

On the logs, we have a chart that shows DPS according to time and also boss hp: https://imgur.com/a/mkynHZg

I was wondering if it is possible to click a specific time on the chart (example 2:00 into the fight) and have the table shown below change to the data present at that specific time: https://imgur.com/a/8t6qjTd

That way, we can see the cast/back attack/buff uptime at specific times of the raid as well as the end. Would help find out where your performance starts dropping in the raid. Does the current architecture of the program gather data to support this?

snoww commented 10 months ago

unfortunately the current backend does not store each instance of skills/damage, but rather the cumulative statistics, to minimize log size. maybe in the future I can set up a replay mode or something.