OSC / osc-machete

High level interface to submitting and checking the status of batch jobs (currently OSC specific)
MIT License
1 stars 0 forks source link

osc-machete-rails: common workflow model schema using json column #59

Open ericfranz opened 8 years ago

ericfranz commented 8 years ago

"workflow model" misnomer #35 but the idea is that the Container that has_workflow_of :jobs in FillSim could be built using a common model that other domain models could derive from - this would cover a lot of use cases.

Benefit:

for many cases, you won’t need to run migrations when your “schema” changes (but does present a versioning problem)

ericfranz commented 8 years ago

Could use Single Table Inheritance