tomm3hgunn / Jayhawk-Go

0 stars 1 forks source link

Add icons for Sportsbooks and all NFL teams #16

Closed tomm3hgunn closed 1 year ago

tomm3hgunn commented 1 year ago

In file path /Jayhawk-Go/goforless/oddsAndEvents/static/images, add all icons for Sportsbook and NFL teams. Icons should preferably be square and high quality. Stay consistent and have each image with the same ending extension to make it easier to for-loop (jpg, png, etc). Naming should resemble very similar to Odds API.

For example, Odds API has the name "Seattle Seahawks". Image name should be "SeattleSeahawks.jpg" or "seattleseahawks.jpg", or something similar where only minimal string manipulation on "Seattle Seahawks" is needed to refer to the image name. No spaces, only use hyphens or underscores if necessary.

tomm3hgunn commented 1 year ago

Going with lowercase, no space + .png. Ex. Seattle Seahawks -> "seattleseahawks.png",

tomm3hgunn commented 1 year ago

For precise naming, check the terminal output for yellow. Code 404 means the image is not found in the corresponding folder. For example, the first image name should be in the static/images folder as "arizonacardinals.png"

Screen Shot 2022-11-13 at 4 51 12 PM