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

Dynamically prompt for this #4806

Open
github-actions bot opened this issue Apr 11, 2024 · 0 comments
Open

Dynamically prompt for this #4806

github-actions bot opened this issue Apr 11, 2024 · 0 comments
Labels

Comments

@github-actions
Copy link
Contributor

<!-- METADATA: TODO: Dynamically prompt for this -->

        </mat-card-content>
      </mat-card>

      <!-- METADATA: TODO: Dynamically prompt for this -->
      <mat-card class="card-form-section mat-elevation-z3">
        <mat-card-header class="card-form-section-title solvers">Metadata *</mat-card-header>

        <div class="input-group">
          <mat-form-field class="card-form-field" appearance="fill">
            <mat-label>Descriptive name</mat-label>
            <input matInput formControlName="name" placeholder="Knockout of gene A" required />
          </mat-form-field>
        </div>
        <mat-card-content class="card-hints 5">
          <mat-hint>
            Provide a name for your modeling project. If you execute multiple projects, this name will help you identify
            this project among all of your projects.
          </mat-hint>
        </mat-card-content>
        <mat-error *ngIf="shouldShowNameRequiredError()">Please enter a name for your project.</mat-error>
      </mat-card>

      <!-- SIMULATION TOOL -->
      <mat-card class="card-form-section mat-elevation-z3 sim-tool">
        <mat-card-header class="card-form-section-title tool">Simulation tool *</mat-card-header>
        <div class="input-group">
          <mat-form-field class="card-form-field" appearance="fill">
            <mat-label>Simulation tool</mat-label>
@github-actions github-actions bot added the todo label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants