valarao / chocolate-thunder-chess

Allow chess players to search through 1,000+ common opening positions.
MIT License
2 stars 2 forks source link

Add favourite openings page and functionality #82

Closed joyx9 closed 3 years ago

joyx9 commented 3 years ago

Overview

This PR solves #69 and sets up allowing users to favourite positions and save them in a separate page. Currently the favourites are maintained in the database by creating a new collection to store them. By clicking on the star icon on a position card, positions will be added or removed from that collection.

TODOs