C3Fire

Difference between revisions of "Doc/AgileOrganization"

From C3LearningLabs
Line 12: Line 12:
 
* XML viewer: View the xml configuration for the role.
 
* XML viewer: View the xml configuration for the role.
  
:More about the role configuration at '''[[Config/Config_Role#Role|Role Configuration]]'''.
+
 
 +
More about the role configuration at '''[[Config/Config_Role#Role|Role Configuration]]'''.
  
 
[[File:c3fire-doc-agile-organization-role-main.png|800px|border|Person Move Control]]
 
[[File:c3fire-doc-agile-organization-role-main.png|800px|border|Person Move Control]]

Revision as of 15:06, 26 March 2022


Pre session configuration

Role configuration

The role configuration contain four panels.

  • Role selector: What role to edit
  • Role editor: The editor panel
  • Property viewer: View all properties for the role.
  • XML viewer: View the xml configuration for the role.


More about the role configuration at Role Configuration.

Person Move Control


Role Selector
Select what role to edit.

Person Move Control


Role editor

Whit the role editor you can edit.

  • What units the selected role can control
  • To what roles the selected role can send mail to and chat with.

Person Move Control


Property xml viewer
These panels only display the properties for the role.

Person Move Control

Unit configuration

The unit configuration contain four panels.

  • Unit selector: What unit to edit
  • Unit editor: The editor panel
  • Property viewer: View all properties for the unit.
  • XML viewer: View the xml configuration for the unit.


Person Move Control


Unit Selector
Select what unit to edit.

Person Move Control


Unit editor

Whit the unit editor you can edit.

  • What roles the selected unit will send the information that are in it's observation area.

Person Move Control


Property xml viewer
These panels only display the properties for the unit.

Person Move Control

Organization change during session

With these panels the manager are able to change the organization when a session is running. The organization editor contain three panels.

  • Role control unit: What units the roles can control.
  • Unit send information to role: What roles the units will send the information that are in it's observation area.
  • Role can send mail to role: To what roles the the roles can send mail to and chat with.


Person Move Control


Role control unit

What units the roles can control.

Person Move Control

Unit send information to role

What roles the selected unit will send the information that are in it's observation area. Person Move Control

Role can send mail to role

To what roles the the roles can send mail to and chat with.

Person Move Control

Mail Groups

Mail group editor



<MailGroups>

    <MailGroup
      IDName = "MG-AB"
      Members = "A,B"
      ToText = "AB" />

    <MailGroup
      IDName = "MG-AC"
      Members = "A,C"
      ToText = "AC" />

    <MailGroup
      IDName = "MG-BC"
      Members = "B,C"
      ToText = "BC" />

    <MailGroup
      IDName = "MG-All"
      Members = "A,B,C"
      ToText = "All" />

  </MailGroups>