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

The categories are currently pulled from a .py file. We need a solution that allows editing of categories by users that don't know code. #5

Open
CaelCoruscare opened this issue Sep 1, 2023 · 0 comments

Comments

@CaelCoruscare
Copy link
Owner

I recommend creating a file (JSON?) in the app's directory that stores the categories, if such a file does not exist. Then the app will load the categories from that file.

If a user wants to edit the categories, they can run the app once, then edit the resulting file, and restart the app.

There may be a more elegant/better overall solution. Should do some research on the Python build process.

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