EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

Convert dummy data creation to Seeder #250

Closed dmohns closed 2 months ago

dmohns commented 3 months ago

This is a first step for moving the Dummy Data generation into Database seeders rather than a bulky snapshot load.

Refactored the Company and Company Database abstractions a bit to make them more intuitive.

Makes Progress: #228 Closes: #257