Comment 0 for bug 926141

Revision history for this message
Lars Butler (lars-butler) wrote : Add SHORT_DESCRIPTION parameter to config file, oq_job_profile, and oq_calculation

- Add an (optional) parameter to the config file called SHORT_DESCRIPTION
  - This parameter is optional and can be used for any calculation type
- Add a 'short_description' field to the oq_job_profile DB table
- Add a 'short_description' field to the oq_calculation DB table
- The contents of this parameter (if it is defined) will be saved to both oq_job_profile.short_description and oq_calculation.short_description *

* For now, the job profile and the calculation record will just have the exact same short_description. In the future, we could repurpose this field and capture a different piece of information for in the calculation record (something specific to the calculation).