Seed test data #99
Labels
back-end
Java, Spring, etc
database
PostgreSQL, Spring Data JDBC
documentation
Getting started, help docs, etc
enhancement
New feature or request
Following the installation instructions to set up a developer instance leaves the developer with a mostly empty database, which makes it hard to work on a number of issues - anything involving pagination, rendering of actual projects, working with tags, working with other authors, working with multiple authors, and so on. It would be nice if there were a way to more quickly add some test data to the database.
I don't know exactly how this should work. One way would be to have a command, like
apiSync
, that directly creates a bunch of rows in the database. Another would be to have some kind of separate, optional Flyway migration. Another would be to have some Gradle task that loads the data. I'm sure there are other options, as well!Some of the data we'd need includes:
recurse_profile
)The text was updated successfully, but these errors were encountered: