Commit 13d7e454 authored by matejcik's avatar matejcik

dashboard views docs

parent 730fece0
.. _componentlists:
Component Lists
===============
Weblate allows you to specify multiple lists of components. These will then
appear as options on the user dashboard, and users can pick a list to be their
default view when they log in. See :ref:`dashboard` to learn more about this
feature.
The names and contents of component lists can be specified in the admin
interface, in :guilabel:`Component lists` section. Each component list must
have a name that is displayed to the user, and a slug that represents it in the
URL.
...@@ -20,3 +20,4 @@ Administrators guide ...@@ -20,3 +20,4 @@ Administrators guide
management management
whiteboard whiteboard
advertisement advertisement
componentlists
...@@ -14,6 +14,37 @@ You can register following two simple steps: ...@@ -14,6 +14,37 @@ You can register following two simple steps:
2. Activate registration by following in email you receive 2. Activate registration by following in email you receive
3. Possibly adjust your profile to choose which languages you know 3. Possibly adjust your profile to choose which languages you know
.. _dashboard:
Dashboard
---------
When you log in to Weblate, you will see an overview of projects and components
and their translation progress.
.. versionadded:: 2.5
By default, this will show the components of projects you are subscribed to,
cross-referenced with your preferred languages. You can switch to different
views using the drop-down menu on the highlighted button.
.. image:: ../images/dashboard-dropdown.png
The drop-down will have several options:
- :guilabel:`All projects` will show translation status of all projects on the
Weblate instance.
- :guilabel:`Your languages` will show translation status of all projects,
filtered by your primary languages.
- :guilabel:`Your subscriptions` will show translation status of only those
projects you are subscribed to, filtered by your primary languages.
In addition, the drop-down can also show any number of *component lists*, sets
of project components preconfigured by the Weblate administrator.
You can configure your preferred view in the :guilabel:`Preferences` section of
your user profile settings.
User profile User profile
------------ ------------
...@@ -39,6 +70,13 @@ Slovak language is shown as secondary: ...@@ -39,6 +70,13 @@ Slovak language is shown as secondary:
.. image:: ../images/secondary-language.png .. image:: ../images/secondary-language.png
Default dashboard view
++++++++++++++++++++++
On the :guilabel:`Preferences` tab, you can pick which of the available
dashboard views will be displayed by default. If you pick :guilabel:`Component
list`, you have to select which component list will be displayed from the
:guilabel:`Default component list` drop-down.
.. _subscriptions: .. _subscriptions:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment