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

[UI] Fix Consoles #16

Open
5 tasks
MannanM opened this issue Jan 30, 2017 · 0 comments
Open
5 tasks

[UI] Fix Consoles #16

MannanM opened this issue Jan 30, 2017 · 0 comments
Assignees

Comments

@MannanM
Copy link
Owner

MannanM commented Jan 30, 2017

On the My Library page - Consoles You Own section; it should

  • Display Consoles you don't currently own (as red background)
    You can get the complete list from GET /v1/consoles (built)
  • Click on a Console should open a Angular JS Material Dialog (in particular the Confirm Dialog) for the following situations
    If you already have the console, it should prompt you if you want to remove it (e.g. you sold it).
    If you don't have the console, it should prompt you if you want to add it (e.g. you bought it).
  • Clicking ok should update your consoles you own via PATCH /v1/users/{userId} (not yet built)
    Also should refresh the consoles on the page & update your cookie/rootScope object. So maybe update the AuthenticationService to do this?
  • Clicking cancel should do nothing.
  • Make the Playstation and Xbox images more equally sized.
@joshjs91 joshjs91 self-assigned this Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants