Skip to content
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

Closed
pekempy opened this issue Oct 28, 2018 · 6 comments
Closed

User Defined genres/categories #10

pekempy opened this issue Oct 28, 2018 · 6 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@pekempy
Copy link
Owner

pekempy commented Oct 28, 2018

Idea
User can add and remove genres from within settings menu

Genres are shown in 4 places:

Add Game menu
Edit Game menu
Hamburger
Settings

Upon adding a genre
Add genre to genre text file
Update the Observable Collection
Update the UIs with changes

Upon 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 genre
Delete that genre from the game using guid
Remove genre from genre list
Update Observable Collection
Update the UIs

@pekempy pekempy added the help wanted Extra attention is needed label Oct 28, 2018
@pekempy pekempy added this to the v1.0 milestone Oct 28, 2018
@pekempy
Copy link
Owner Author

pekempy commented Oct 29, 2018

445222d - Adding and deleting genre works, need to add logic for removing genre from any games with it in

@pekempy
Copy link
Owner Author

pekempy commented Oct 29, 2018

f374a7e - When deleting a genre, it is also deleted from game listing

@pekempy
Copy link
Owner Author

pekempy commented Oct 30, 2018

Will update EditGame/AddGame once we have genre filtering fully working (#1)

@pekempy
Copy link
Owner Author

pekempy commented Oct 31, 2018

ToDo - EditGame/AddGame need this genre view implementing, need to work out how to detect which ones to write to text file too

@pekempy
Copy link
Owner Author

pekempy commented Oct 31, 2018

a1f8d20 - Added to AddGame, need to sort codebehind then can port to EditGame and will be ready for v1.0

@pekempy
Copy link
Owner Author

pekempy commented Nov 1, 2018

5bbeb40 - EditGame and AddGame work, only thing remaining is when dialog for genres opens, auto-tick boxes based on the game being edited currently

@pekempy pekempy closed this as completed Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant