Modified LeaderboardService to return the user's level_id much easier! ( implementation code provided ) #72
Closed
Supernova3339
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
If a user doesn't have an entry under experiences, it defaults to Level 1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks good man. What are you building? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
adding this into my personal project, so here's the code if you want an already done implementation ( Livewire 3 )
Livewire\Leaderboard.php
resources/views/livewire/leaderboard.blade.php ( alpineJS code is for infinite scrolling, remove that and loadMore function to remove it )
EDIT: I made a slight mistake, fixed!
Beta Was this translation helpful? Give feedback.
All reactions