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

Add support for stored application settings #18

Closed
TheFriendlyCoder opened this issue Aug 2, 2020 · 1 comment
Closed

Add support for stored application settings #18

TheFriendlyCoder opened this issue Aug 2, 2020 · 1 comment
Assignees
Milestone

Comments

@TheFriendlyCoder
Copy link
Owner

Before I can go much further adding features to the app, I need to develop a pattern for storing and retrieving application settings to disk so that I can save user configurable parameters like connection params for various services. I'm thinking for now of just storing all the user configurable settings in a single config file formatted as YAML, and stored in the current user's home folder.

@TheFriendlyCoder TheFriendlyCoder added this to the 0.0.2 milestone Aug 2, 2020
@TheFriendlyCoder TheFriendlyCoder self-assigned this Aug 2, 2020
@TheFriendlyCoder
Copy link
Owner Author

I should make use of the appdirs library to make it easier to implement a cross-platform compatible solution for storing this configuration data.

TheFriendlyCoder added a commit that referenced this issue Aug 3, 2020
Fixes #18 Added support for application settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant