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

Player Lists #4

Open
gamemann opened this issue Jul 17, 2024 · 1 comment
Open

Player Lists #4

gamemann opened this issue Jul 17, 2024 · 1 comment
Assignees
Milestone

Comments

@gamemann
Copy link
Member

This issue is to track progress on implementing player lists for game servers.

@gamemann gamemann added this to the Player List milestone Jul 17, 2024
@gamemann gamemann self-assigned this Jul 17, 2024
@gamemann
Copy link
Member Author

Player lists will be a priority after initial release. Initially, I was going to store the player lists inside of a column in the Server Prisma model via JSON. However, due to the amount of players/users we'll have, I believe it'd be better storing them in their own Prisma model so that it utilizes indexing, foreign keys, and more which will result in better performance and scaling.

@gamemann gamemann added this to Roadmap Jul 18, 2024
@gamemann gamemann moved this to Todo in Roadmap Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant