-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Defined genres/categories #10
Comments
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 UIsThe text was updated successfully, but these errors were encountered: