Commit graph

68 commits

Author SHA1 Message Date
Valentin Kaelin
9951048521
fix: use new league endpoint by puuid 2025-08-12 22:10:58 +02:00
Valentin Kaelin
ed9dd523ba
fix: spectator v5 + new gamename 2024-04-14 20:57:27 +02:00
Valentin Kaelin
346273ef2d refactor: quickly adapt merged PR 2024-01-14 14:59:54 +01:00
zkxjzmswkwl
bf29894b0c Closes #80 - "Update Search Functionality to Accommodate Riot IDs".
- Check in SummonersController per @vkaelin's comment on issue #80
- - Had to send an additional request to get account id after retrieving puuid by gameName/tagline
- `puuidFromRiotTag(name, tagline, string, region)` in SummonerEndpoint
- `summonerPuuid(puuid, region)` in SummonerEndpoint
- Modified `JaxRequest` constructor to take default parameter `riotApiPath`.
- - This is due to `JaxRequest` previously assuming the api subpath of `/lol/`. `AccountsV1` is located at `/riot/`.
- Adjusted `SummonerBasicValidator` schema to accept `-` in input.
2024-01-09 05:25:18 -07:00
Valentin Kaelin
8795182d9e
fix: add current game in summoner basic endpoint back 2023-11-13 20:51:32 +01:00
Valentin Kaelin
aacf64c6f7
fix: oopsie 2023-09-27 01:24:59 +02:00
Valentin Kaelin
bd21281787
refactor: parallelize some async code to try to make website faster 2023-09-26 23:10:54 +02:00
Valentin Kaelin
037c17bb2d
fix: jobs queue mode to fetch matchlist 2023-09-21 13:33:39 +02:00
Valentin Kaelin
78e37714be refactor: use queue/jobs to load entire matchlist 2022-02-01 23:16:58 +01:00
Valentin Kaelin
b2dc4c28d1 refactor: don't pass entire matchlist to frontend anymore 2022-02-01 21:38:19 +01:00
Valentin Kaelin
87972e4f4d refactor(api): cleaner way to filter next matchIds to fetch 2022-02-01 00:13:44 +01:00
Valentin Kaelin
9af2dd90c3 fix: load more matches when season is selected now works again 2022-01-31 23:03:08 +01:00
Valentin Kaelin
5c79f04563 feat(champions): add filter by gamemode back 2022-01-08 00:55:50 +01:00
Valentin Kaelin
80534a5ca3 feat: add filter by season back 2022-01-08 00:16:49 +01:00
Kalane
e2732cbed4 fix: oopsie 2021-09-24 22:27:59 +02:00
Kalane
6c7faa40a9 feat: add some console.time to check what's taking time sometimes 2021-09-24 22:25:28 +02:00
Kalane
93f23a0d33 feat: delete old server folder + rename new one 2021-09-20 19:20:51 +02:00
Kalane
c24b4fd161 feat: helper to get currentSeason 2021-09-11 14:09:10 +02:00
Kalane
5cd0837815 feat: ugly working version: need to work with old matchLists too 2021-08-11 00:12:17 +02:00
Kalane
41d363b981 refactor(server): start slowly the migration to v5 2021-08-07 22:52:54 +02:00
Valentin Kaelin
7315c177a4 chore(api): update dependencies 2021-03-15 21:29:36 +01:00
Valentin Kaelin
e3b5aec70c refactor: get players' ranks with their summonerId instead of names 2021-03-13 22:36:48 +01:00
Valentin Kaelin
01f7437461 feat(api): add cdragon/runes endpoint 2020-12-17 22:46:53 +01:00
Valentin Kaelin
5fad14e3af fix(more-matches): update the sidebar with the season filter applied 2020-11-14 18:47:17 +01:00
Valentin Kaelin
75894b3025 chore: delete old server folder and rename new one 2020-10-17 15:45:12 +02:00
Valentin Kaelin
335fe5c4a6 feat: display old summoner names on actual summoner name hover 2020-06-20 19:46:25 +02:00
Valentin Kaelin
ae6b67edcf refactor: add redis cache in Riot API wrapper (Jax) 2020-04-26 20:07:17 +02:00
Valentin Kaelin
47e255c64a refactor: remove old ddragon code 2020-02-13 20:24:17 +01:00
Valentin Kaelin
d839eed7ad feat: filter by season now works 🎉 2020-02-01 20:17:14 +01:00
Valentin Kaelin
7beb635c80 feat: get list of played seasons for a summoner from basic endpoint 2020-02-01 17:14:33 +01:00
Valentin Kaelin
d740ed7309 feat: add reload button on live game tab 2020-01-15 21:55:22 +01:00
Valentin Kaelin
b0169576c9 feat: live game tab 2020-01-14 22:04:45 +01:00
Valentin Kaelin
5ab71a0292 feat: add records tab 2020-01-12 01:31:28 +01:00
Valentin Kaelin
2d5fc1a2ae feat: add some infos about live game on overview tab 2020-01-03 22:50:09 +01:00
Valentin Kaelin
fe60e85b6a style: remove old comments and change method names 2020-01-01 16:39:54 +01:00
Valentin Kaelin
526611a517 refactor: make api call only when needed for each view 2019-12-27 18:38:43 +01:00
Valentin Kaelin
541d6395b1 feat: add select input in champions tab to change queue 2019-12-23 22:13:42 +01:00
Valentin Kaelin
e295141eb1 feat: add all champions stats 2019-12-21 17:56:31 +01:00
Valentin Kaelin
7f1ba47eb6 feat: add endpoint to get full champion stats (in progress) 2019-12-03 22:23:19 +01:00
Valentin Kaelin
c77b5bb05d refactor: give summoner region to JaxProvider for every call to Riot API 2019-12-02 20:41:05 +01:00
Valentin Kaelin
00e2f1f481 refactor: fetch soloQ ranks in a 2nd request in match details 2019-12-01 20:44:41 +01:00
Valentin Kaelin
c6d0cd5d4e feat: add soloQ rank of all players in match details 2019-12-01 19:17:30 +01:00
Valentin Kaelin
4fd79a5d84 feat: add redis 2019-12-01 16:20:27 +01:00
Valentin Kaelin
7ab6db8ec2 refactor: rename helpers to services and create real helper file 2019-12-01 15:20:49 +01:00
Valentin Kaelin
a200da1a05 refactor: clean code of the Transformers 2019-11-16 17:43:55 +01:00
Valentin Kaelin
fedb4b461c feat: add hover infos for summoners' items 2019-11-14 21:22:01 +01:00
Valentin Kaelin
b4a2edfd32 refactor: create a Repository to store mongo requests 2019-11-12 19:47:23 +01:00
Valentin Kaelin
ec2bdd3ae0 feat: update stats without a reload when summoner load more matches 2019-11-11 21:51:40 +01:00
Valentin Kaelin
c92cc760e4 refactor: get mates with a mongo request instead of storing them in db 2019-11-11 18:07:15 +01:00
Valentin Kaelin
33ff97a7ac feat: get stats by champion class from api 2019-11-10 20:19:04 +01:00