Details
-
Improvement
-
Status: Development in progress
-
Minor
-
Resolution: Unresolved
-
Future Dev
-
None
-
MDL-77638-master
-
7
-
Team Alpha - Sprint 4 I1-2023, Team Alpha - Planning sprint, Team Alpha - Sprint 1 I2-2023
Description
Summary:
This issue is a part of the proposed improvements to the simplified addition of items in the Gradebook setup.
Since the simplified (basic) addition of grade categories in the Gradebook setup will be done using modal forms, the aim of this issue is to set the initial backend infrastructure by creating the required dynamic form.
Scope:
- Create a class that extends core_form\dynamic_form.
- The dynamic form contains all form elements as specified in the figma prototype
- The dynamic form should accept an optional parameter - category ID, to determine whether the parent category select form element should be present or not (depending whether the form is triggered through a specific grade category or through the tertiary navigation)
- Dynamic form should only have minimum required set of fields for category settings
- Dynamic form should have 'Show more' link that leads to old category settings page with all settings available