edit-task
Home
Up
Delete
Task Name:
Task Description:
LIST - all tasks to be performed to run the program, PASS,
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">LIST - all tasks</h1> <h2>[previously]</h2> <ol> <li><strong>] outline - site operations</strong></li> <ol> <li>] RACE -</li> <li>] COMMUNICATIONS -</li> <li>] MANAGEMENT -</li> <li>] OTHER -</li> </ol></ol> <h2>[RACE - for each race]</h2> <ol> <li><strong>] ADD the race entry </strong></li> <ol> <li>] race name, id, date, time, ...</li> <li>*] manually added to 'races.js' </li> </ol> <li><strong>] SET the 'current race'</strong></li> <ol> <li>] currently - manually set currentRace in code, by specifying idx value of race array element,</li> <li>*] manually adding race elements in CODE</li> </ol> <li><strong>] UPDATE entrants (for current race)</strong></li> <ol> <li>] GET the "entrants list" for each race</li> <li>] src=?, nascar.com has (in pdf)</li> <li>] available = published on tue race week,</li> </ol> <li><strong>i] UPDATE <span style="text-decoration: underline;">history</span> results for RANKING the </strong></li> <ol> <li>*x] getAverageFinishLast10 - for each driver entered in the current race,</li> <li>] GET the past performance history of each driver on the entrants list</li> <li>] assign score for each driver in the field</li> <li><span style="background-color: #ffff99;">*] pulls from our api </span></li> <li><span style="background-color: #ffff99;">src = mrn.com </span></li> </ol> <li><strong>i] UPDATE rankings (AVERAGE finish)</strong></li> <ol> <li>x] create file rankings-averageFinish</li> <li>x] set rankings to rankings-averageFinish</li> </ol> <li><strong>i] GET <span style="text-decoration: underline;">qualifying</span> results</strong></li> <ol> <li>] GET the qualifying results (race starting order)</li> <li>] field = remove driver.DNQ from driver.entrants</li> <li>] assign score for each driver in field for qualifying result</li> <li><span style="background-color: #ffff99;">*] pulls from our api</span></li> </ol> <li><strong>i] CREATE rankings-2 (qualifying results)</strong></li> <ol> <li>x] create file rankings-qualified</li> </ol> <li><strong>] UPDATE rankings</strong></li> <ol> <li>x] set rankings to rankings-qualified, show rankings-2 file</li> </ol> <li><strong>] GET practice-final results</strong></li> <ol> <li>] src = ...</li> </ol> <li><strong>] CREATE rankings-3(practiceFinal)</strong></li> <ol> <li>] </li> </ol> <li><strong>i] UPDATE rankings <span style="text-decoration: underline;">practice-final</span> results</strong></li> <ol> <li>*x] getPracticeFinalResults(race) -</li> <li><span style="background-color: #ffff99;">*] pulls from our api</span></li> </ol> <li><strong>] CREATE rankings-final</strong></li> <ol> <li>] call createRankingsFinal after finalP data is available</li> </ol> <li><strong>i] UPDATE rankings (final)</strong></li> <ol> <li>x] set rankings to rankings-final</li> </ol> <li><strong>] CREATE race selections(rankings, fantasy$)</strong></li> <ol> <li>]</li> </ol> <li><strong>] UPDATE driverPoints(each race, fantasy pts #)</strong></li> <ol> <li>]</li> </ol> <li><strong>] UPDATE playerPoints after each race(player, selections[])</strong></li> <ol> <li><strong>] </strong></li> </ol></ol> <h2>[COMMUNICATIONS]</h2> <ol> <li><strong>] SM POST - predictions(each race)</strong></li> <ol> <li>] example =</li> </ol> <li><strong>] SM POST - results (each race)</strong></li> <ol> <li>] example =</li> </ol> <li><strong>] EM - weekly insider report</strong></li> <ol> <li>] example =</li> </ol></ol> <p> </p> <h2>[MANAGEMENT/admin]</h2> <ol> <li><strong>] REPORT - site traffic</strong></li> <ol> <li>]</li> </ol> <li><strong>] REPORT - new players</strong></li> <ol> <li>]</li> </ol></ol> <p> </p> <p> </p> <p> </p> <hr /> <p> </p> <p>scrap book</p> <p>cost <= budget && numSelections < ??</p> <p>ex - first 3 drivers are 29.00 ea , total = 87.00, selections = 3<br />pick spot 4 // selectionsNeeded = 2 // budgetBalance = 13 <br />LOGIC for 3 picked, 2 needed, bal = 13.00</p> <p>if ( numSelectionsNeeded === 2 ) {<br /> budgetRemaining = budget cheapestDriver<br />}<br />else {<br /> budgetRemaining = budget<br />}</p> <p>CONDITONS <br />- picks.max = 5;<br />- picks.count = 0;</p> <p>- budget.balance > <br />- budget.spent <= 100</p> <p>- picks.needed = picks.max - picks.count</p> <p>- * budgetPick = budgetBalance / picks.needed<br />- * budgetPick = budgetBalance - cheapestDriver</p> <p> </p>