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 preferences #5

Closed
leafo opened this issue Dec 20, 2014 · 1 comment
Closed

User preferences #5

leafo opened this issue Dec 20, 2014 · 1 comment

Comments

@leafo
Copy link
Owner

leafo commented Dec 20, 2014

An abstraction on top of QSettings should be made with methods for common actions for saved data:

  • Logging in, the API key should be cached into user settings, password does not need to be stored
  • Whether to automatically check for updates
  • Whether to show desktop notifications

A settings dialog will probably need to be created with a few toggles.

@leafo leafo added the Feature label Dec 20, 2014
@leafo leafo added this to the Initial release milestone Dec 20, 2014
@leafo leafo mentioned this issue Dec 20, 2014
5 tasks
@leafo
Copy link
Owner Author

leafo commented Dec 23, 2014

New API call to get info about current user:

GET /api/1/:api_key/me
{  
  user:{  
    url:"http://leafo.itch.io",
    username:"leafo",
    id:1,
    cover_url:"http://img.itch.io/aW1hZ2UyL3VzZXIvMS8zODEzNi5wbmc=/100x100%23/fsSoF5.png"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants