tessl install tessl/pypi-flask-admin@1.6.0Simple and extensible admin interface framework for Flask
Agent Success
Agent success rate when using this tile
86%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.3x
Baseline
Agent success rate without this tile
66%
{
"context": "This criteria evaluates how well the engineer uses Flask-Admin's form layout customization rules system to create organized, multi-section forms with different layouts for create and edit operations.",
"type": "weighted_checklist",
"checklist": [
{
"name": "FieldSet usage",
"description": "Uses FieldSet rules to create three distinct sections: 'Account Information', 'Personal Details', and 'Contact Information' with appropriate field groupings",
"max_score": 30
},
{
"name": "Row for horizontal layout",
"description": "Uses Row rule to place first_name and last_name fields on the same horizontal row within the Personal Details section",
"max_score": 20
},
{
"name": "Separate create rules",
"description": "Implements form_create_rules to define the layout for the create form including all three sections and the username field",
"max_score": 20
},
{
"name": "Separate edit rules",
"description": "Implements form_edit_rules to define a different layout for the edit form that excludes the username field from the Account Information section",
"max_score": 20
},
{
"name": "Field rule usage",
"description": "Uses Field rules correctly within FieldSet and Row structures to reference individual model fields by name",
"max_score": 10
}
]
}