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

Create a dev data script that populates the app with some reasonable defaults to speed up dev #552

Closed
brassy-endomorph opened this issue Sep 9, 2024 · 1 comment

Comments

@brassy-endomorph
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

I want the app to be fully usable with one command so that I can test UI features or styling without having to manually click a bunch of things or run a bunch of CLI commands to get the app into a "normal production state."

Describe the solution you'd like

We should have one dev_data.py that assumes an empty migrated database and adds a few entries of all possible types. This should be outside the normal source directory so that it's not accidentally packaged and distributed in python packages, docker container, etc.

Describe alternatives you've considered

Clicking buttons, but I hate that. I guess also a SQL script that just gets exec'd, but that is much more tedious and brittle, and it would be harder to read than Python.

@glenn-sorrentino
Copy link
Member

I believe this has been addressed, @brassy-endomorph

@github-project-automation github-project-automation bot moved this from Next Up to 🏁 Done in Hush Line Roadmap Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏁 Done
Development

No branches or pull requests

2 participants