Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Nov 27, 2021 11:45 AM
Hey all,
So, I’m trying to create a good poker league base, to track our friendly poker club results.
I’m the only editor and I’m thinking about creating forms to allow other to enlist themselves to tournaments, I’ll create.
So far, the base structure is:
Bear in mind, ClubGG (the poker platform we use) doesn’t has an API. so, we input everything manually.
Thanks.
Nov 29, 2021 05:54 AM
Hi @Omer_Nesher,
This sounds like a fun project. I’ve created something very similar to track points awarded. You can use the logic in it for the leaderboard and probably even tournaments. Essentially, the logic is you note who won and how many points they received. So, you will need a new table for Players. I imagine Balance would live as a field in the Players table (if I understand what you want correctly) and Results would live as a field or fields in Tournaments. The results would actually feed the Leaderboard.
So, I envision 3 tables (Players, Tournaments, and Leaderboard). I would have to think about buy-ins and rebuys, especially for real time. I imagine it could be done using a form. There are details that would need to be worked out though.
As for tracking players, this would just be a linked field in Tournaments, so it would be one field that shows all players associated with that tournament.
Feel free to reach out if you have any questions.
Thanks,
Chris
Nov 30, 2021 02:07 AM
Hey Chris,
That’s nice!
I’ll share with you my base when it’s done.
Thanks for the help.