Skip to content

Commit

Permalink
Made risks clearer to see, improved table layout, hidden and mitigate…
Browse files Browse the repository at this point in the history
…d line up
  • Loading branch information
robmoffat committed Jul 27, 2024
1 parent cd900d8 commit 2ab4551
Show file tree
Hide file tree
Showing 22 changed files with 220 additions and 104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,31 @@
</xsl:call-template>
</xsl:template>

<xsl:template name="glyph-circle" match="adl:glyph[contains(@class, 'circle')]">
<xsl:call-template name="formats-text-shape-inline">
<xsl:with-param name="k9-elem">glyph</xsl:with-param>
<xsl:with-param name="k9-ui">size drag delete align connect autoconnect edit vote</xsl:with-param>
<xsl:with-param name="k9-texture">background</xsl:with-param>
<xsl:with-param name="shape">
<ellipse cx="0" cy="0" rx="0" ry="0">
<xsl:attribute name="pp:cx">$x + $width div 2</xsl:attribute>
<xsl:attribute name="pp:cy">$y + $height div 2</xsl:attribute>
<xsl:attribute name="pp:rx">$width div 2</xsl:attribute>
<xsl:attribute name="pp:ry">$height div 2</xsl:attribute>
</ellipse>
</xsl:with-param>
</xsl:call-template>
</xsl:template>

<xsl:template name="glyph-rect" match="adl:glyph[contains(@class, 'rect')]">
<xsl:call-template name="formats-text-shape-inline">
<xsl:with-param name="k9-elem">glyph</xsl:with-param>
<xsl:with-param name="k9-ui">size drag delete align connect autoconnect edit vote</xsl:with-param>
<xsl:with-param name="k9-texture">background</xsl:with-param>
<xsl:with-param name="k9-rounding">0</xsl:with-param>
</xsl:call-template>
</xsl:template>

<xsl:template name="glyph" match="adl:glyph">
<xsl:call-template name="formats-text-shape-inline">
<xsl:with-param name="k9-elem">glyph</xsl:with-param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--kite9-sizing: minimize;
--kite9-connections: separate;
--kite9-connection-align: 50%;
font-size: 14pt;
font-size: 15pt;
font-weight: 500;
--kite9-link-inset: 3pt;
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<diagram
xslt:template="/public/templates/risk-first/risk-first-template.xsl"
xmlns="http://www.kite9.org/schema/adl"
xmlns:xslt="http://www.kite9.org/schema/xslt" id="dia"
style="--kite9-layout: right; --kite9-min-width: 600pt;">

<group style="--kite9-layout: down">
<container bordered="true" id="c">
<risk class="goal" id="id_0">Feature X</risk>
<label id="id_16">
Internal Model
<symbols />
</label>
</container>
<group id="reality" style="--kite9-layout: right">
<artifact>Product To Test</artifact>
<users>Users</users>
</group>
</group>
<action id="inte">User Acceptance</action>
<group style="--kite9-layout: down">
<group style="--kite9-layout: right">
<container id="d">
<hidden>
<risk class="attendant" id="x">Difficulty
Finding Feature
</risk>
</hidden>
<mitigated>
<risk class="attendant" id="x">Difficulty
Finding Feature
</risk>
</mitigated>
<risk class="attendant" id="y">Schedule Risks</risk>
<label id="4">
Internal Model
<symbols />
</label>
</container>
</group>
<artifact>Test Results</artifact>
</group>
<align id="2-0" style="--kite9-direction: right; ">
<from id="2-0-0" reference="c" />
<to id="2-0-1" reference="inte" />
</align>
<align id="2-1" style="--kite9-direction: right; ">
<from id="2-1-0" reference="inte" />
<to id="2-1-1" reference="d" />
</align>
</diagram>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2ab4551

Please sign in to comment.