Skip to content

Commit

Permalink
remove old scenario_constraints flag (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
pflopez authored Jan 6, 2025
1 parent 38b1bc6 commit 0bb3581
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
5 changes: 0 additions & 5 deletions src/interface/src/app/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ fixture.detectChanges();

## Flag Descriptions

### scenario_constraints

This flag will display the Max slope, Distance from roads, and Stand size inputs on the Scenario configuration page.

### show_future_control_panel

This flag will enable future condition options in the map control panel for all regions. A region-specific flag, "future_data", can be found for each
Expand Down Expand Up @@ -108,7 +104,6 @@ for angular tests to pass. You can start with this, but later enable settings.

```
{
"scenario_constraints": false,
"show_future_control_panel": false,
"show_translated_control_panel": false
"testFalseFeature": false,
Expand Down
1 change: 0 additions & 1 deletion src/interface/src/app/features/features.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"scenario_constraints": false,
"show_future_control_panel": false,
"show_translated_control_panel": false,
"top_percent_slider": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
</div>
</div>
<div class="flex-row">
<div
*appFeatureFlag="'scenario_constraints'"
formGroupName="physicalConstraintForm">
<div formGroupName="physicalConstraintForm">
<div>
<mat-form-field
class="input-field"
Expand Down Expand Up @@ -107,10 +105,7 @@
</div>
</div>
</div>
<div
*appFeatureFlag="'scenario_constraints'"
formGroupName="physicalConstraintForm"
class="flex-row">
<div formGroupName="physicalConstraintForm" class="flex-row">
<div>
<mat-form-field
class="input-field"
Expand Down

0 comments on commit 0bb3581

Please sign in to comment.