icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Init database with demo data #45

Closed dajenet closed 3 years ago

dajenet commented 4 years ago

It should be possible to initialize the database for development and testing with demo data.

Data that should be added:

chaoran-chen commented 4 years ago

Great idea. This will help new developers a lot to get started.

chaoran-chen commented 3 years ago

Shall we close it or would you like to add data for a small network graph as well?

michael-kamel commented 3 years ago

Shall we close it or would you like to add data for a small network graph as well?

If i'm not mistaken, we have functions for adding network data now so that's possible without hard coding things in the scripts, If so, we can do that yes.

chaoran-chen commented 3 years ago

Let's close it and discuss the network data part in another issue.