Skip to content

Commit

Permalink
update roles tooltip on access request, user management screens. (#3860)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith authored Mar 16, 2024
1 parent 2d2dc1e commit eda11f6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions source/frontend/src/features/admin/access-request/RolesToolTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ const RolesToolTip: React.FunctionComponent<React.PropsWithChildren<unknown>> =
<br />
<br />
<b>System Administrator</b>
<p>System Administrator of the PIMS solution.</p>
<br />
<b>Finance</b>
<p>Finance team members.</p>
<p>
System administrator of the PIMS solution with view, create, update and delete access
through out the system including elevated access to override some system based restrictions.
</p>
<br />
<b>Functional</b>
<p>PLMB staff (includes team members from HQ, regions and districts).</p>
<br />
<b>Functional (Restricted)</b>
<p>Contractors, Internal ministry staff.</p>
<p>
Ability to view, create, update and delete entities corresponding to the respective business
process, generally granted to PLMB staff and equivalent contractors from HQ, regions and
district.
</p>
<br />
<b>Read Only</b>
<p>Other ministries (e.g. Attorney General).</p>
<p>Ability to view entities corresponding to the respective business process.</p>
</StyledTooltip>
);
};
Expand Down

0 comments on commit eda11f6

Please sign in to comment.