Skip to content

Version 0.9.8

Compare
Choose a tag to compare
@gregelin gregelin released this 09 Aug 22:25
· 1376 commits to main since this release
9114234

Developer changes

  • Add SystemSettings auto_start_project to permit the automatic start of a particular project and automatic start of a question.
  • Add questions actions to redirect to project home page or project components.
  • Support auto start of project via global System Setting.
  • Create new route for displaying a single system component control.
  • New controls.models.System property producer_elements_control_impl_smts_dict to get dictionary of control implementation statements associated with a system element.
  • New controls.models.System property producer_elements_control_impl_smts_status_dict to get dictionary of status of control implementation statements associated with a system element.

Data changes

  • Add JSONfield value to SystemSettings model to support specific detail values.
  • Retrieve Catalog data from database instead of file system with new controls.models.CatalogData model.