Feat: Architecture redesign for Assessments, Commands, Modalities, Training Techniques, Reinforcement Schedules, Distractions, and Assessment Responses.
This commit is contained in:
@@ -61,12 +61,16 @@
|
||||
<thead>
|
||||
<tr class="{{ model.FLAG_ASSESSMENT }}">
|
||||
<th class="{{ model.FLAG_DETAIL }}">Detail</th>
|
||||
<th class="{{ model.FLAG_ASSESSMENT_TYPE }} {{ model.FLAG_DDL_PREVIEW }}">Type</th>
|
||||
{#
|
||||
<th class="{{ model.FLAG_WEATHER }} {{ model.FLAG_DDL_PREVIEW }}">Weather</th>
|
||||
<th class="{{ model.FLAG_LIGHTING_LEVEL }} {{ model.FLAG_DDL_PREVIEW }}">Lighting Level</th>
|
||||
<th class="{{ model.FLAG_TEMPERATURE_CELCIUS }}">Temperature (°C)</th>
|
||||
#}
|
||||
<th class="{{ model.FLAG_LOCATION }} {{ model.FLAG_DDL_PREVIEW }}">Location</th>
|
||||
<th class="{{ model.FLAG_USER_HANDLER }}">Handler</th>
|
||||
<th class="{{ model.FLAG_NOTES }}">Notes</th>
|
||||
<th class="{{ model.FLAG_START_ON }}">Date</th>
|
||||
<th class="{{ model.FLAG_ACTIVE }}">
|
||||
{% set class_name = model.FLAG_ACTIVE %}
|
||||
{% set attribute_text = '' %}
|
||||
@@ -101,6 +105,7 @@
|
||||
|
||||
<script>
|
||||
var assessments = {{ model.convert_list_objects_to_dict_json_by_attribute_key_default(model.assessments) | tojson | safe }};
|
||||
var filterAssessmentTypes = {{ model.convert_list_objects_to_dict_json_by_attribute_key_default(model.filter_assessment_types) | tojson | safe }};
|
||||
var filterLightingLevels = {{ model.convert_list_objects_to_dict_json_by_attribute_key_default(model.filter_lighting_levels) | tojson | safe }};
|
||||
var filterLocations = {{ model.convert_list_objects_to_dict_json_by_attribute_key_default(model.filter_locations) | tojson | safe }};
|
||||
var filterUserHandlers = {{ model.convert_list_objects_to_dict_json_by_attribute_key_default(model.filter_user_handlers) | tojson | safe }};
|
||||
|
||||
Reference in New Issue
Block a user