bptlab / chimera

Chimera: Execution Engine for Case Management
MIT License
13 stars 2 forks source link

Download case model from Chimera #60

Open marhew opened 6 years ago

marhew commented 6 years ago

As developer and case worker I want to download deployed case models from Chimera to deploy it to another instance. The case model overview page should therefore offer a button to download the deployed case model.

westphal-jan commented 6 years ago

Concerning the second point. It is also possible to store the json content of the casemodel inside the database regarding that we are already stroring the xml representations of the fragments which needed most of the place in the json content?

marhew commented 6 years ago

Yeah, the case model could also be stored in the database. However, storing it as a file on the server would probably we simpler and allow straightforward access via the web browser (no need to read it from the DB when it is requested). In the end, these are implementation details, that you will have to figure out.