Closed tai271828 closed 1 year ago
I am working on this issue. My current progress:
Got the data generated from the frontend via post_body
https://github.com/OH-SHOWN/ohshown-backend/blob/main/backend/api/views/factories_cr.py#L80
Next step:
new_factory_field
https://github.com/OH-SHOWN/ohshown-backend/blob/main/backend/api/views/factories_cr.py#L105OhshownEvent.objects.create
https://github.com/OH-SHOWN/ohshown-backend/blob/main/backend/api/views/factories_cr.py#L124 so it can inject new data to tablesapi/models
and django migration. I will try to figure this out.Landed https://github.com/OH-SHOWN/ohshown-backend/pull/81/files . Close this issue.
splited from #44