Team Config

Team config is used to define variables for a team and change behavior of the application

Examples

Basic prospect use case with default selection for create project steps

data:
  disabled: true
file:
  disabled: true
product:
  prospect:
    hello: world
project:
  asset:
    select:
      - key: gens
        value: map
      - key: substations
        value: map
      - key: lines
        value: map
      - key: land
        value: map
      - key: primarysub
        value: map
      - key: primary
        value: map
scenario:
  disabled: true

Cross team tasks

data:
  disabled: true
file:
  disabled: true
scenario:
  disabled: true
task:
  crossTeam:
    - name: Prospect
      tid: ao-prospect-task-basic

Site analysis team

  • Hide certain project types and show dashboard for site analysis
product:
  analysis:
    hello: world
  prospect:
    hello: world
project:
  'project:greenfield':
    hidden: true
  'project:greenfieldoff':
    hidden: true
  'project:greenfieldtransmission':
    hidden: true
  'project:mineanalysis':
    show: true