You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this ticket is to implement the API endpoints for the
use_case_model_mapping
. Needed is a GET endpoint to retrieve the existing mappings.
Explain the topic in 2 sentences
What's the benefit?
What are the Risks/Dependencies ?
Detailed explanation
Current implementation
Proposed improvements
Feature Team
Contributor
Contributor 1
Contributor 2
Committer
Committer 1
Committer 2
User Stories
Issue 1, linked to specific repository
Issue 2, linked to another specific repository
Acceptance Criteria
Criteria 1
Criteria 2
Criteria 3
Test Cases
Test Case 1
Steps
Do something
Click something
Add something
Expected Result
Expectation
Expectation
Expectation
Architectural Relevance
The following items are ensured (answer: yes) after this issue is implemented.
In the context of the standards 126 and 127, typically only one is applicable, depending on the specific use case. Please cross out one of the two standards that does not apply.
This feature aligns with our current architectural guidelines
The impact on the overall system architecture has been assessed. The Feature does not require changes to the architecture or any existing standard? Please have a look here on the overarching architecture
Potential risks or conflicts with existing architecture has been assessed
Justification:(Fill this out, if at least one of the checkboxes above cannot be ticked. Contact the Architecture Management Committee to get an approval for the justification)
Additional information
I am aware that my request may not be developed if no developer can be found for it. I'll try to contribute a developer (bring your own developer)
The text was updated successfully, but these errors were encountered:
- urn: string, the unique resource name.
- useCase: array of strings, representing one or more use case names.
Functional Requirements:
- The endpoint should support filtering by useCase.
- If a user attempts to filter by a non-existent useCase, the response must return an error with the message: "UseCase_not_existing".
Current Implementation
Currently, there is no useCase type associated with any model. The existing implementation only returns semantic models without their corresponding use cases.
Overview
The purpose of this ticket is to implement the API endpoints for the
use_case_model_mapping
. Needed is a GET endpoint to retrieve the existing mappings.
Explain the topic in 2 sentences
What's the benefit?
What are the Risks/Dependencies ?
Detailed explanation
Current implementation
Proposed improvements
Feature Team
Contributor
Committer
User Stories
Acceptance Criteria
Test Cases
Test Case 1
Steps
Expected Result
Architectural Relevance
The following items are ensured (answer: yes) after this issue is implemented.
In the context of the standards 126 and 127, typically only one is applicable, depending on the specific use case. Please cross out one of the two standards that does not apply.
Justification: (Fill this out, if at least one of the checkboxes above cannot be ticked. Contact the Architecture Management Committee to get an approval for the justification)
Additional information
The text was updated successfully, but these errors were encountered: