Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favorite/Starred Players #151

Open
aronduby opened this issue Oct 31, 2023 · 0 comments
Open

Favorite/Starred Players #151

aronduby opened this issue Oct 31, 2023 · 0 comments

Comments

@aronduby
Copy link
Owner

While contemplating #135 I thought it would be great to have one of the shortcuts be a link straight to your kid's page, but shortcuts can't be dynamic like that. So, what if we had the ability to star/favorite/whatever a single player (or maybe a group of players) so a single endpoint could do one of the following things:

  • If there's only a single selected player, then it just redirects to that player
  • If there are multiple selected, draws the interface with the selected called out at the top
  • If there are none, it falls back to showing the full playerlist interface

This would have to be tracked client side since we don't have accounts (yet) and I don't want to try doing shady tracking things or anything like that. So the idea is a super light weight initial page that checks for the client side to do any redirection. Then the player list page gets revamped to do starred, probably add that to the player page header as well. Maybe even a link in all the headers/menus for the favorites?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant