Closed pekempy closed 6 years ago
445222d - Adding and deleting genre works, need to add logic for removing genre from any games with it in
f374a7e - When deleting a genre, it is also deleted from game listing
Will update EditGame/AddGame once we have genre filtering fully working (#1)
ToDo - EditGame/AddGame need this genre view implementing, need to work out how to detect which ones to write to text file too
a1f8d20 - Added to AddGame, need to sort codebehind then can port to EditGame and will be ready for v1.0
5bbeb40 - EditGame and AddGame work, only thing remaining is when dialog for genres opens, auto-tick boxes based on the game being edited currently
Idea User can add and remove genres from within settings menu
Genres are shown in 4 places:
Upon adding a genre
Add genre to genre text fileUpdate the Observable CollectionUpdate the UIs with changesUpon deleting a genre Show warning that all games with that genre will have the genre removed from its listing
Check Games collection for any containing that genreDelete that genre from the game using guidRemove genre from genre listUpdate Observable CollectionUpdate the UIs