-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
1.8.7, 1.9.3, 2.0
-
None
-
MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
The problems with the page where one manages the category tree have been discussed numerous times. For example: http://moodle.org/mod/forum/discuss.php?d=78366
I have an improved version of that page implemented in Moodle 1.5. I just looked at the 1.9 code and it appears that the code remains quite the same aside from role-related matters and few other minor changes. This means that it is possible to migrate the changes to newer Moodles.
The crux of changes is:
1. There is no popup menu next to each category with almost the entire category tree.
2. The popup is replaced by a checkbox.
3. Under the list are a few buttons and popups supporting bulk actions on categories that have checkmarks ticked
The bulk actions:
a) moving categories into other categories (as subcategories)
b) moving categories next to existing categories (as sibbling categories)
c) cloning existing categories placing them into other categories (as subcategories)
d) cloning existing categories placing them inext to existing categories (as sibbling categories)
e) toggling category visibility
The big improvement is that there are only a few popups with category trees and they are all the same, that is created once and just reused. This interface can be, of course, expanded with new bulk actions. For example, sorting subcategories was also planned but never implemented. For example, it may be possible to replace the "create new category" button with a category popup to insert it directly somewhere in the tree.
A screen snapshot is attached.
- duplicates
-
MDL-17500 Clean up the UI for managing categories and courses
-
- Closed
-
- has a non-specific relationship to
-
MDL-17141 [new feature] Drag and drop menu for moving course categories
-
- Closed
-
-
MDL-7035 Improve categories edit screen (drag and drop / better creation)
-
- Closed
-
-
MDL-8939 Chnage gui of course editing screen to allow for creation of subcategories directly into the category you wish it to appear in
-
- Closed
-
-
MDL-11196 Improvements to the add category/course page...
-
- Closed
-
- has been marked as being related by
-
MDL-18184 Size of Moodle Course Category Edit Page Scales as the square of the number of Categories
-
- Closed
-