Kõik teated
BGA koduleht
#15687: "Export/View full game history (unpaginated)"
Mille kohta see veateade on?
Mis juhtus? Palun vali alt
Ettepanek: minu arvates parandaks veebisait oluliselt
Detailne kirjeldus
• Palun selgita oma ettepanekut täpselt ja lühidalt, et oleks võimalikult lihtne mõista, mida silmas pead.
Is there some mechanism to allow us to get a full report of a player's game history? Something similar to the game history search at boardgamearena.com/gamestats is fine, except for how it is paginated.
— MOTIVE —
My driving goal is we have a group of friends that all play a particular game, and we'd like to track scores (and eventually more in-depth game metrics) from our many games. This can number in the dozens of games within several days of playing. A way to export these game results into a spreadsheet or text file, or fetchable by API, or worst-case at least copy-paste from a web page would be great!
— WHY WHAT ALREADY EXISTS DOESN'T WORK —
The Game Stats page is fine for casual browsing, but some players have played dozens if not hundreds of times – even for a single game. Finding a particular game, or getting a complete log is hard.
For our use case, the pagination is particularly painful because it's only 10 entries at a time, and you need to click a small "See more" link then scroll, repeatedly. Doing this for 4+ different players on a weekly basis or more feels like a massive chore.
Matters also aren't helped by a current bug — search game history by date is currently broken (see boardgamearena.com/bug?id=12779).
— POSSIBLE OPTIONS —
There are a few different ways to address this need, ranging the gamut in dev time:
– API endpoint (JSON)
– export to text (CSV)
– export to google sheet
– add full list option to gamestats endpoint (unpublished backdoor param would be fine)
– add pagination param to gamestats endpoint (to allow programmatic enumeration)
– add "See all" link next to "See more" which loads the rest (i.e. calls getGames for remaining pages 2+)
Any of these options are fine, in roughly preference order. Thanks for considering this! Happy to be a supporter. Also if you need development assistance, I can potentially assist. PM me.• mis on sinu veebilehitseja?
Mozilla v5
Aruande ajalugu
Sugs • Arendajad ei ole seda soovitust veel analüüsinud:
apr 15 th 2020 3:14 • Search game history by date bug — boardgamearena.com/bug?id=12779
Sugs • Arendajad ei ole seda soovitust veel analüüsinud:
apr 15 th 2020 11:44 • Taking a closer dive under the hood, it looks like boardgamearena.com/gamestats/gamestats/getGames.html? is actually an (internal?) API endpoint... and that it returns JSON (despite its .html name)!
This actually may work well enough — It takes a page URL param so pagination enumeration is possible. Is there a param to increase the page size or to return an unpaginated list? Is there public documentation on this endpoint's interface? Thanks!
This actually may work well enough — It takes a page URL param so pagination enumeration is possible. Is there a param to increase the page size or to return an unpaginated list? Is there public documentation on this endpoint's interface? Thanks!
mitcharf • Arendajad ei ole seda soovitust veel analüüsinud:
aug 2 nd 2021 1:50 • I'd love to see this as well. If there are concerns about database load, I'd be fine if it worked like when you request a copy of your complete Facebook history -- you submit the request and are emailed when the file is ready for download. I keep track of my past plays and would love to be able to download my game history -- better still if that included the game logs!
Bryant • Arendajad ei ole seda soovitust veel analüüsinud:
dets 11 th 2021 20:42 • This would be amazing. I recently decided to input my plays into BGStats. I have over 2,000 plays to input and no good way to get the whole list/sort easily without missing/delete plays I've already input.
terriswheel • Arendajad ei ole seda soovitust veel analüüsinud:
dets 27 th 2021 10:16 • BG Stats would be great, here is a sample:
{"about":"This is a Play file that can be read by Board Game Stats. If you see this text, try to use a share, export or open-in function to open it with Board Game Stats.","players":[{"uuid":"00d70643-141e-4beb-8284-8f744ef48de4","id":20,"name":"Thierry Parent","isAnonymous":false,"modificationDate":"2020-03-23 17:41:19","bggUsername":"terriswheel"},{"uuid":"6bc60017-e57a-4982-bb30-6aa1d3302523","id":38,"name":"Kelly Goldstuck","isAnonymous":false,"modificationDate":"2020-03-23 17:41:19","bggUsername":""},{"uuid":"585d200c-df36-4ea1-9039-2c155ff485f9","id":3,"name":"Jules969","isAnonymous":false,"modificationDate":"2020-04-15 18:06:34","bggUsername":""}],"locations":[{"uuid":"8c14d973-c901-4cff-bceb-9194bf99bcb9","id":6,"name":"Board Game Arena - Online","modificationDate":"2020-04-20 09:54:03"}],"games":[{"uuid":"e7d23056-0614-4a1a-a710-be4f82b75fbb","id":1,"name":"Century: Spice Road","modificationDate":"2020-07-27 19:07:12","cooperative":false,"highestWins":true,"noPoints":false,"usesTeams":false,"urlThumb":"cf.geekdo-images.com/thumb/img/OLP83FLrJVFLHMfmCpKhUQYX7pg=/fit-in/200x150/pic3339551.jpg","urlImage":"https://cf.geekdo-images.com/original/img/kF-vMNTT5iY7Ui3UPhjbtMX6YAk=/0x0/pic3339551.jpg","bggName":"Century: Spice Road","bggYear":2017,"bggId":209685,"designers":"Emerson Matsuuchi","isBaseGame":1,"isExpansion":1,"rating":0,"minPlayerCount":2,"maxPlayerCount":5,"minPlayTime":30,"maxPlayTime":45,"minAge":8}],"plays":[{"uuid":"04939f8c-b2be-4687-89f5-f42d9c1ea430","modificationDate":"2021-12-27 10:21:52","entryDate":"2021-12-27 10:21:23","playDate":"2021-12-27 10:00:00","usesTeams":false,"durationMin":0,"ignored":false,"manualWinner":false,"rounds":0,"locationRefId":6,"gameRefId":1,"board":"","scoringSetting":0,"playerScores":[{"score":"57","winner":false,"newPlayer":false,"startPlayer":false,"playerRefId":3,"role":"","rank":3,"seatOrder":0},{"score":"88","winner":true,"newPlayer":false,"startPlayer":false,"playerRefId":38,"role":"","rank":1,"seatOrder":0},{"score":"79","winner":false,"newPlayer":false,"startPlayer":false,"playerRefId":20,"role":"","rank":2,"seatOrder":0}],"expansionPlays":[]}],"userInfo":{"meRefId":3}}
{"about":"This is a Play file that can be read by Board Game Stats. If you see this text, try to use a share, export or open-in function to open it with Board Game Stats.","players":[{"uuid":"00d70643-141e-4beb-8284-8f744ef48de4","id":20,"name":"Thierry Parent","isAnonymous":false,"modificationDate":"2020-03-23 17:41:19","bggUsername":"terriswheel"},{"uuid":"6bc60017-e57a-4982-bb30-6aa1d3302523","id":38,"name":"Kelly Goldstuck","isAnonymous":false,"modificationDate":"2020-03-23 17:41:19","bggUsername":""},{"uuid":"585d200c-df36-4ea1-9039-2c155ff485f9","id":3,"name":"Jules969","isAnonymous":false,"modificationDate":"2020-04-15 18:06:34","bggUsername":""}],"locations":[{"uuid":"8c14d973-c901-4cff-bceb-9194bf99bcb9","id":6,"name":"Board Game Arena - Online","modificationDate":"2020-04-20 09:54:03"}],"games":[{"uuid":"e7d23056-0614-4a1a-a710-be4f82b75fbb","id":1,"name":"Century: Spice Road","modificationDate":"2020-07-27 19:07:12","cooperative":false,"highestWins":true,"noPoints":false,"usesTeams":false,"urlThumb":"cf.geekdo-images.com/thumb/img/OLP83FLrJVFLHMfmCpKhUQYX7pg=/fit-in/200x150/pic3339551.jpg","urlImage":"https://cf.geekdo-images.com/original/img/kF-vMNTT5iY7Ui3UPhjbtMX6YAk=/0x0/pic3339551.jpg","bggName":"Century: Spice Road","bggYear":2017,"bggId":209685,"designers":"Emerson Matsuuchi","isBaseGame":1,"isExpansion":1,"rating":0,"minPlayerCount":2,"maxPlayerCount":5,"minPlayTime":30,"maxPlayTime":45,"minAge":8}],"plays":[{"uuid":"04939f8c-b2be-4687-89f5-f42d9c1ea430","modificationDate":"2021-12-27 10:21:52","entryDate":"2021-12-27 10:21:23","playDate":"2021-12-27 10:00:00","usesTeams":false,"durationMin":0,"ignored":false,"manualWinner":false,"rounds":0,"locationRefId":6,"gameRefId":1,"board":"","scoringSetting":0,"playerScores":[{"score":"57","winner":false,"newPlayer":false,"startPlayer":false,"playerRefId":3,"role":"","rank":3,"seatOrder":0},{"score":"88","winner":true,"newPlayer":false,"startPlayer":false,"playerRefId":38,"role":"","rank":1,"seatOrder":0},{"score":"79","winner":false,"newPlayer":false,"startPlayer":false,"playerRefId":20,"role":"","rank":2,"seatOrder":0}],"expansionPlays":[]}],"userInfo":{"meRefId":3}}
Mizio66 • Arendajad ei ole seda soovitust veel analüüsinud:
apr 11 th 2022 22:37 •
KongKing123 • Arendajad ei ole seda soovitust veel analüüsinud:
nov 4 th 2022 22:48 • Related: boardgamearena.com/bug?id=59802
ufm • Arendajad ei ole seda soovitust veel analüüsinud:
nov 5 th 2022 6:28 •
aug 30 th 2023 21:39 • This won't happen: forum.boardgamearena.com/viewtopic.php?p=47796#p47796
SirMythos • Arendajad ei ole seda soovitust veel analüüsinud:
sept 15 th 2024 13:54 • This would be cool in order to have a connection to BGG.
Lisa midagi sellele raportile
Palun lisage siia midagi, mis tundub asjakohane selle vea reprodutseerimiseks või teie soovituse mõistmiseks:
- Teine laua ID / käigu ID
- Kas F5 lahendas probleemi?
- Kas probleem esines mitmel korral? Igal korral?
- Kui sul on sellest veast ekraanipilt (hea tava), saad kasutada Imgur.com selle üleslaadimiseks ja lingi siia kopeerida.