Skip to content

Commit

Permalink
remove now unnecessary summary text
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Aug 6, 2024
1 parent 83d749f commit 71bda86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions src/routes/route_check/jat_check/guidance/Guidance.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@
{/if}
{#if guidanceObject}
<h3>{`${selectedJunctionType}: ${selectedMovementType}`}</h3>
{#if guidance[selectedJunctionType].summary}
<p>{guidance[selectedJunctionType].summary}</p>
{/if}
<table>
<tr>
<th class="score-zero-header">
Expand Down
10 changes: 1 addition & 9 deletions src/routes/route_check/jat_check/guidance/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export const guidance = {
},
},
"Simple priority T-junction": {
summary:
"This guidance is in addition to and notwithstanding any of the above “any junction” conditions.",
otherJunctionTypeWhichApplies: "",
"Right turn from minor arm": {
scoreZero: [
Expand Down Expand Up @@ -69,9 +67,7 @@ export const guidance = {
],
},
},
Crossroads: {
summary:
"This guidance is in addition to and notwithstanding any of the above “any junction” and T junction conditions.",
"Crossroads": {
otherJunctionTypeWhichApplies: "Simple priority T-junction",
"Ahead from minor arm": {
scoreZero: [
Expand All @@ -86,8 +82,6 @@ export const guidance = {
},
},
"Traffic Signals": {
summary:
"This guidance is in addition to and notwithstanding any of the above “any junction” conditions.",
otherJunctionTypeWhichApplies: "",
"All movements": {
scoreZero: [
Expand Down Expand Up @@ -115,8 +109,6 @@ export const guidance = {
},
},
Roundabout: {
summary:
"This guidance is in addition to and notwithstanding any of the above “any junction” conditions.",
otherJunctionTypeWhichApplies: "",
"All movements": {
scoreZero: [
Expand Down

0 comments on commit 71bda86

Please sign in to comment.