Skip to content

Commit

Permalink
Added app settings todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Aug 8, 2024
1 parent 55d1c6b commit 038790a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span>Limits</span>
</div>
<div class="card-body">
<p>Options for application limits: Gas density, CNS/OTU percents, Primary tank minimum reserve pressure</p>
<p>Options for application limits: Primary tank minimum reserve pressure</p>

<div class="mb-4 col col-12 col-md-6 col-lg-12 col-xl-6">
<label for="maxDensity" class="form-label" mdbLabel>Max gas density [{{units.density}}]:
Expand Down
4 changes: 4 additions & 0 deletions projects/planner/src/app/shared/ApplicationSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import { GasDensity } from 'scuba-physics';
// TODO AppSettings:
// * add to normalization service
// * Add to application serialization settings
// * Define imperial range
// * Apply by component
// * Add save and load last from state
// * Apply to algorithm
// * Don't add to url

export class AppSettings {
Expand Down

0 comments on commit 038790a

Please sign in to comment.