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

store some basic game metadata #306

Open
benjaminpjones opened this issue Oct 20, 2024 · 3 comments
Open

store some basic game metadata #306

benjaminpjones opened this issue Oct 20, 2024 · 3 comments

Comments

@benjaminpjones
Copy link
Collaborator

Stuff like:

  • game created date
  • game creator

Would be useful for filtering, and generally interesting to display in the UI.

@merowin
Copy link
Collaborator

merowin commented Oct 25, 2024

I would like to add: result of finished games. This can be derived from the moves, but it would be helpful as filter in db queries. The timeout-handler is one example that would benefit from it.

@benjaminpjones
Copy link
Collaborator Author

Sounds good! For the timeout handler, does it just need to know a game is finished? Or is the result actually important?

I was thinking "date ended" would be good too.

@merowin
Copy link
Collaborator

merowin commented Oct 25, 2024

Yeah for the timeout handler, the result is irrelevant, only if the game is finished or not.

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

2 participants