Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old scenario_constraints flag #2062

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading