Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Explorer.xml
    • Use of the data editor window
    • Running forecasts
  • TimeSeriesDisplayConfig.xml
    • Add/Edit values in the data editor window
    • Add/Edit lables in the data editor window
    • Add/Edit comments in the data editor window
  • ScenarioEditor.xml
    • Create, edit, delete, persist and run scenarios in the scenario editor window
  • GridDisplay.xml
    • Control who can see which displays in the spatial plot window
  • Filters.xml
    • Control who can see which filters in the FEWS explorer
  • DisplaGroups.xml
    • Control who can see which shortcuts in the Time Series Display
  • WorkflowDescriptors.xml
    • Control which users can view, run, approve, and delete workflows

Permissions are to be configured as follows

...

Code Block
xml
xml
titleUserGroups 1.00 default.xml
<?xml version="1.0" encoding="UTF-8"?>
<userGroups xmlns="....">
  <userGroup id="Veldmedewerker">
    <user id="Stephan Zuiderwijk" /> 
    <user id="Marc van Dijk"/>
  </userGroup>
  <userGroup id="Hydroloog">
    <user id="Toon van Peel"/>
  </userGroup>
</userGroups>

...