kevinrue / lolgenie

Client for the RIOT Games API
1 stars 1 forks source link

Re-create "flash" flask feature in FastAPI to display messages on templates #9

Closed cyrlop closed 3 years ago

cyrlop commented 3 years ago

After looking into it a little bit, it might be overkill to recreate the whole "flash" system as it involves session, cookies, ... I'll just implement a simpler message system.

cyrlop commented 3 years ago

Here is what will happen now if the summoner data query fails:

image