diff --git a/muk_utils/static/description/index.html b/muk_utils/static/description/index.html index 41933a0..83f0a7b 100644 --- a/muk_utils/static/description/index.html +++ b/muk_utils/static/description/index.html @@ -5,20 +5,68 @@

MuK IT GmbH - www.mukit.at

+
+ +
-
-
-

Overview

-

- Technical module to provide some utility features. The module is mainly - used as a dependency by other modules and to provide a collection of - common libraries. It has no direct visible effect on the system. -

-
-
+
+
+

Overview

+

+ Technical module to provide tools and mixins. It extends the + general settings view to include the option to migrate the + attachment storage. Furthermore it offers a Group and + Hierarchy mixin. +

+
+
+
+ +
+
+
+

Groups

+
+
+
+ +
+
+
+

+ This mixin can be inherited to get a user field based + on groups, jobs and departments, which is automatically + updated. +

+
+
+
+
+
+ +
+
+
+

Hierarchy

+
+
+

+ This mixin can be inherited by models with parent path to get an + automatically updating field containing the names of the records + included in the parent path field. +

+
+
+
+ +
+
+
+
+
diff --git a/muk_utils/static/description/screenshot.png b/muk_utils/static/description/screenshot.png new file mode 100644 index 0000000..ad661dc Binary files /dev/null and b/muk_utils/static/description/screenshot.png differ diff --git a/muk_utils/static/description/screenshot_groups.png b/muk_utils/static/description/screenshot_groups.png new file mode 100644 index 0000000..478dbd2 Binary files /dev/null and b/muk_utils/static/description/screenshot_groups.png differ diff --git a/muk_utils/static/description/screenshot_hierarchy.png b/muk_utils/static/description/screenshot_hierarchy.png new file mode 100644 index 0000000..0f7081e Binary files /dev/null and b/muk_utils/static/description/screenshot_hierarchy.png differ