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

Update LifecycleScopeType.md #615

Merged
merged 5 commits into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.