Editing Permissions should show proper names of commands
When viewing permissions for a given repo it lists commands. Unfortunately many of these commands are just the commands (ex "ci"). These should be the actual words for the command and put the command in quotes. It should also have tooltips describing what each command does, how it's used, and recommendations for permissions.
Example: "Checkin (ci)"
Example Tooltip: The default "ci" command checks in all added files. With ci --all you're telling Plastic: detect everything that changed and perform a checkin. And all means: files that are changed, deleted or moved. We can also include private files by using ci --all --private.
We recommend allowing developers to check in, while readonly groups should NOT have this permission.