B:BD[
5.2762228] → [
5.2762228:2762638]
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
<div className="container mx-auto mt-10">
<div className="w-2/3">
<QA question={"What is this site for?"}>
<p>This site is a way to see some aggregate statistics about World of Warcraft guilds' progression through Mythic raid content.</p>
</QA>
<QA question={"What do these charts mean?"}>
<p>Each chart represents a single raid night. Each dot on the chart shows a how far the guild got on a single pull, along with a <a href="https://en.wikipedia.org/wiki/Local_regression">trend line</a>.</p>
</QA>
<QA question={"What is 'Progression Time'?"}>
<p>The <em>Progression Time</em> statistic measures the actual amount of time spent progressing a boss. It is measured by taking the amount of time from the start of the first pull to the end of the last pull on each raid night, and then summing.</p>
<p className="mt-2">For example: suppose you pull a boss at 8:02pm on a Tuesday. You don't kill it, and you end your last pull at 10:58pm. The next day, you start again with a first pull at 8:05pm and kill it in two pulls, ending at 8:18pm. Then your <em>Progression Time</em> on that boss would be <code>2.9 + 0.2 = 3.1 hours</code> regardless of whether you pull other bosses that night.</p>
</QA>
<QA question={"Who runs this?"}>
<p>This site is run by <a className="underline" href="https://raider.io/characters/us/turalyon/Eisenpelz">emallson</a>, who raids on <a className="underline" href="https://www.wowprogress.com/team/us/turalyon/raid-OEWeekend">Occasional Excellence's Weekend Team.</a></p>
</QA>
</div>