ps/Modules/Cole.PowerShell.Developer/Public/ConvertTo-ScrumTeam.ps1xml
2023-05-30 22:51:22 -07:00

73 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<SelectionSets>
<SelectionSet>
<Name>ScrumTeamTypes</Name>
<Types>
<TypeName>ScrumTeam</TypeName>
</Types>
</SelectionSet>
</SelectionSets>
<ViewDefinitions>
<View>
<Name>DefaultScrumTeamView</Name>
<ViewSelectedBy>
<SelectionSetName>ScrumTeamTypes</SelectionSetName>
</ViewSelectedBy>
<TableControl>
<Autosize/>
<TableHeaders>
<TableColumnHeader>
<Label>Team</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Product Owner</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Strategic Product Manager</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Scrum Master</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Tech Lead</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Eng Manager</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Team Slack Channel</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<Wrap/>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Team</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ProductOwner</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>StrategicProductManager</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>ScrumMaster</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>TechLead</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>EngManager</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>TeamSlackChannel</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>