Skip to content

Add context help text #206

@hahnd

Description

@hahnd

Describe the Enhancement

#176 added the ability to include context help throughout the application. This issue is to fill out the content of the help text.

To do this, update web/src/app/context-help/help-data.ts, with a new HelpEntry.
Then, drop the info button into the layout where you want to see the help:
<mat-icon class="help-icon" (click)="app.showContextHelp('newHelpEntryID')">info</mat-icon>
shazam!

Time Estimate

2d

Enhancement Checklist

  • Complete the issue definition above, including the Time Estimate and Funding Source.
  • Fork this repository or create a branch of develop.
    Branch name: feature_<Issue Number>/<Description>
  • Complete the development and test your changes.
  • Add/update log messages for easier debugging.
  • Add/update tests.
  • Add/update documentation.
  • Push local changes to GitHub.
  • Submit a pull request to merge into develop.
    Pull request: feature <Issue Number> <Description>
  • Define the pull request metadata, as permissions allow.
    Select: Reviewer(s), Project, and Development issue
    Select: Milestone as the next official version
  • Iterate until the reviewer(s) accept and merge your changes.
  • Delete your fork or branch.
  • Close this issue.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions