Skip to content

Commit

Permalink
Update LifecycleScopeType.md (#615)
Browse files Browse the repository at this point in the history
* Update LifecycleScopeType.md

Update the descriptions for the LifecycleScopedRelationship Enumerations.  

Note that this parameterizes historical relationships, like DEV_DEPENDENCY_OF, BUILD_DEPENENCY_OF, RUNTIME_DEPENDENCY_OF, etc. and pelaces them with depends_on with this lifecycleScopeType.

* Update model/Core/Vocabularies/LifecycleScopeType.md

Co-authored-by: Gary O'Neall <gary@sourceauditor.com>

* Update model/Core/Vocabularies/LifecycleScopeType.md

Co-authored-by: Gary O'Neall <gary@sourceauditor.com>

* Update model/Core/Vocabularies/LifecycleScopeType.md

Co-authored-by: Gary O'Neall <gary@sourceauditor.com>

* Update model/Core/Vocabularies/LifecycleScopeType.md

Co-authored-by: Gary O'Neall <gary@sourceauditor.com>

---------

Co-authored-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
kestewart and goneall authored Jan 31, 2024
1 parent e2811bf commit d901a18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions model/Core/Vocabularies/LifecycleScopeType.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ SPDX-License-Identifier: Community-Spec-1.0

## Summary

TODO
Provide an enumerated set of software lifecycle phases that can provide context to relationships.

## Description

TODO
This enumeration summarizes common phases when dependency and other relationships, have different implications, based on their context. For example, a build dependency, may have different implications than a runtime dependency.

## Metadata

- name: LifecycleScopeType

## Entries

- design: TODOdescription
- build: TODOdescription
- development: TODOdescription
- test: TODOdescription
- runtime: TODOdescription
- other: TODOdescription
- design: A relationship has specific context implications during an element's design.
- development: A relationship has specific context implications during development phase of an element.
- build: A relationship has specific context implications during an element's build phase, during development.
- test: A relationship has specific context implications during an element's testing phase, during development.
- runtime: A relationship has specific context implications during the execution phase of an element.
- other: A relationship has other specific context information necessary to capture that the above set of enumerations does not handle.

0 comments on commit d901a18

Please sign in to comment.