Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TA#66760 [IMP] admin_light_base: Update README.rst #186

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions admin_light_base/README.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
Admin Light
===========
This module adds a new `Administration` menu with restricted functionalities.
This module adds a new ``Administration`` menu with restricted functionalities.

.. image:: static/description/app_icon.png

The purpose of this module is to give partial administration access to the client.
This helps prevent manipulation errors and simplifies the navigation for the administrator.

This module adds the new application without any content.
Specific modules add the functionalities to the application.
This module adds the new application and access to ``Sequences``.
Others specific modules add more functionalities to the application.

Functionalities are added on an `ad hoc` basis, based on the trainings completed by the client.
Functionalities are added on an ``ad hoc`` basis, based on the trainings completed by the client.
Each functionnality is added by a specific user group.

The group `Safe Administration / Base` is added by this module to grant access to the Administration application.
This group requires developper mode to be displayed under the section `Extra Rights`.
The group ``Safe Administration / Base`` is added by this module to grant access to the ``Administration`` application.

This group requires developper mode to be displayed under the section ``Extra Rights``.

.. image:: static/description/safe_administration_group.png

The section `Safe Administartion` requires developper mode to be displayed.
The section ``Safe Administartion`` requires developper mode to be displayed.

.. image:: static/description/user_form.png

Sequences
---------
A new group `Safe Administration / Sequences` is added.
A new group ``Safe Administration / Sequences`` is added.

.. image:: static/description/sequence_group.png

Expand Down
Loading