jmichaelward / board-game-collector

A WordPress plugin to retrieve user game collections using the BoardGameGeek API.
https://jmichaelward.com
6 stars 1 forks source link

Wishlist editor block #19

Open jmichaelward opened 5 years ago

jmichaelward commented 5 years ago

The BoardGameGeek API includes a parameter in the collection route that can return games by Wishlist. This data is already set to get added to the Game Status taxonomy; it may be useful to create a widget and/or editor block to display a wishlist on the WordPress frontend.

jmichaelward commented 5 years ago

One thing that's interesting... is there is a distinction between "wishlist" and "wanttobuy"? I've always used the latter on BGG myself to indicate games I'm interested in, that I don't necessarily need to be "gifted". Perhaps the wish list widget should include want to buy in the results?

jmichaelward commented 4 years ago

I've updated the title of this issue to indicate that the feature should be a native editor block and not a widget.

jmichaelward commented 4 years ago

Hmm, as I think about this some more, it may actually be useful to have associated endpoints within WordPress for common BGG lists, such as full collections, wishlists, etc. I may need to create some bigger epics to capture these sets of functionality.