-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update indicators when DFIQ Approaches are created via the API (#1080)
- Loading branch information
Showing
3 changed files
with
173 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
display_name: Approach1 | ||
type: approach | ||
id: Q1020.10 | ||
dfiq_version: 1.0.0 | ||
tags: | ||
- Lots | ||
- Of | ||
- Tags | ||
description: | ||
summary: Description for approach | ||
details: > | ||
Details for approach | ||
references: | ||
- "ref1" | ||
- "ref2" | ||
references_internal: null | ||
view: | ||
data: | ||
- type: artifact | ||
value: RandomArtifact | ||
- type: description | ||
value: Random description | ||
notes: | ||
covered: | ||
- Covered1 | ||
- Covered2 | ||
- Covered3 | ||
not_covered: | ||
- Not covered1 | ||
- Not covered2 |