drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
82 stars 26 forks source link

feat: database initialization in local env #13

Open drodil opened 1 year ago

drodil commented 1 year ago

To ease the development, there should be a way to populate the local database with questions and answers.

leonarhv commented 1 year ago

@drodil Were you thinking about a pre-populated database for development? Or some route/button ta generates dummy data?

drodil commented 1 year ago

Yes exactly something like that. It always takes time to get to work with this plugin especially with memory only database, so this kind of feature would be very helpful.