Purgeable / full-app

Keep all functionality for (parsers + db + frontend API) inside one Django project.
0 stars 1 forks source link

make sample dataset + populate test database #7

Open epogrebnyak opened 7 years ago

epogrebnyak commented 7 years ago

To familiarise with CRUD API need to update database to content more similar to production

epogrebnyak commented 7 years ago

Must define the data source for a mock database

tinivir commented 7 years ago

@epogrebnyak Are we talking about real database structure instead sample we have now? So we should define all components we need to store and their relations.

epogrebnyak commented 7 years ago

@tinivir - a kind of small dataset that we can use in tests, and replace existing values like. Myself and @zarak we'll try to make this small dataset. As a note for myself there are two places for 'good' datapoints elsewhere in the project:

As for relations and components we leave just one table/class Datapoints now, no other tables/relations.