Skip to content

add seeding methods #12

@GabrielVGS

Description

@GabrielVGS

Is your feature request related to a problem? Please describe.
Currently, the system does not provide methods for seeding initial or test data, which can make development, testing, and demos more cumbersome.

Describe the solution you'd like
Implement seeding functionality to allow populating the database (or relevant data store) with initial or sample data. This could include:

  • Scripts or methods to create default entities and relationships
  • Support for both development and test environments
  • Optional configuration for the amount or type of seeded data
  • Easy-to-run commands, e.g., make seed or similar

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions