jeffseo / ChampionMasteryPlanner

A tool for League of Legends users to plan out how many games are needed to obtain the champion points they want
1 stars 0 forks source link

Search bar for champion works now. #15

Closed g5qinyix closed 8 years ago

g5qinyix commented 8 years ago

See issue #9 . Went with the first suggested idea. The champion search bar has been implemented on both the summoner page and individual champion page.

jeffseo commented 8 years ago

Nice

g5qinyix commented 8 years ago

I've replaced the hard-coding of champions in the options by hand into a for loop. However, this relies on the championList created in views.py, which relies on a file we have locally (static-champion-data.json).

g5qinyix commented 8 years ago

Merging as per jseo's permission