tomm3hgunn / Jayhawk-Go

0 stars 1 forks source link

Display Totals in matches.html #21

Closed tomm3hgunn closed 1 year ago

tomm3hgunn commented 2 years ago

Similar to the currently implemented Spreads Pane, display the necessary data for Totals in the totals pane. Inside the matches.html, look for the comment PANE 1 to see how the Spreads data was displayed. Do your work under the PANE 2 comment. The format of the row may need to be modified as the Totals data may need to be presented differently compared to Spreads.

Display all the data and columns for totals as seen in http://127.0.0.1:8000/apiDisplay/totals/ Screen Shot 2022-11-14 at 7 26 00 PM

Recommended extension: Better comments (used to see different colored comments when starting with symbols !, ?, *, TODO) Screen Shot 2022-11-14 at 7 23 55 PM

What should be changed in http://127.0.0.1:8000/oddsAndEvents/matches: Screen Shot 2022-11-14 at 7 20 43 PM

Primary files to reference/work on: /Jayhawk-Go/goforless/apiDisplay/totals.html /Jayhawk-Go/goforless/apiDisplay/views.py /Jayhawk-Go/goforless/oddsAndEvents/sportz/matches.html /Jayhawk-Go/goforless/oddsAndEvents/views.py

mrpete5 commented 1 year ago

@tomm3hgunn @TrueSpecter This issue appears to be complete. If you confirm it is, please close it.

tomm3hgunn commented 1 year ago

Complete