jfmatth / investing

AIM v3 investing website
1 stars 0 forks source link

Change how models are built #4

Open jfmatth opened 3 years ago

jfmatth commented 3 years ago

Since migrations can be applied and unapplied in versions, use this ability to make Model classes at minimum increments.

for example

instead of building all AIM models in one initial 0001 migration, you could do

0001 = Symbol and Price models

0002 = holding 0003 ....

this should allow for more flexibility in the future.