Skip to content
help-pi.html 2.23 KiB
Newer Older
Sonia Zorba's avatar
Sonia Zorba committed
<!DOCTYPE html>
<html>
    <head>
        <title>GMS - Help Page for Users</title>
        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" />
    </head>
    <body>
        <div class="container">
            <h1 class="mt-5 text-center mb-4">GMS - Help Page for Principal Investigators</h1>

            <p>Groups inside the GMS are organized in a tree structure (parent groups contain child groups).
                You can navigate the structure clicking on the group names.
                The parent of all groups is called ROOT.</p>

            <p class="text-center">
                <img src="img/gms-pi-groups.jpg" alt="" class="mb-3" />
            </p>

            <h2>Managing memberships</h2>

            <p>Click on the "Add collaborator" button:</p>

            <p>
                <img src="img/gms-add-collaborator-btn.jpg" alt="" class="mb-3" />
            </p>

            <p>The following modal dialog is displayed:</p>

            <p>
                <img src="img/gms-add-collaborator-modal.jpg" alt="" class="mb-2 mt-2" />
            </p>

            <p>
                Type the name or the email of the user in the search input in order to select the desired user.
                The user will be able to see the memberships but he/she will not be able to add other collaborators.
                If multiple users need to manage memberships of the same group you can ask administrators to enable them.
            </p>

            <p>You can delete memberships using the trash icons (<img src="img/trash-icon.jpg" alt="" />).

            <h2 class="mt-4">Seeing information about users</h2>

            <p>You can click on the user names in order to see a detailed page about a specific user.</p>

            <h2 class="mt-4">Generic search</h2>

            <p>On the top menu bar there is the generic search input. You can use it for searching both users and groups.</p>

            <p>
                <img src="img/gms-generic-search.jpg" alt="" />
            </p>

            <p class="text-center mt-5 mb-3"><a href="index.html">Back</a></p>
        </div>
    </body>
</html>