-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
component: documentationImprovements or additions to documentationImprovements or additions to documentationcomponent: web uipriority: highHigh PriorityHigh Prioritytype: enhancementImprove something that it is currently doingImprove something that it is currently doing
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: documentationImprovements or additions to documentationImprovements or additions to documentationcomponent: web uipriority: highHigh PriorityHigh Prioritytype: enhancementImprove something that it is currently doingImprove something that it is currently doing