OpenSourceRaidGuild / Guild-Scrivener

The scribe for various Guild Systems
GNU General Public License v3.0
3 stars 2 forks source link

Raid Stats: Track number of files changed, and raid duration #12

Closed nobrayner closed 3 years ago

nobrayner commented 3 years ago
nobrayner commented 3 years ago

Duration

Raid Creation:

Raid Completion:


Website will display the duration if it exists, otherwise will calculate and display the days since createdAt (minimum one day)

const raidDuration = raidStats.duration ? `${raidStats.duration} days` : /* calculate duration in days from raidStats.createdAt /*

Number of Changed Files

Stat Compaction: