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

Feature/Add Attribute succession scenario and use cases #179

Merged
merged 35 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cd1e53f
feat: add draft of attribute succession scenario
Milena-Czierlinski Nov 30, 2023
a6bfa4d
feat: add scenario and use case description in one file
Milena-Czierlinski Dec 7, 2023
e6de93b
Merge branch 'main' into feature/attribute-succession
Milena-Czierlinski Dec 7, 2023
77a978a
feat: update withe excel
vinzlange Dec 18, 2023
25169e7
Merge branch 'main' into feature/attribute-succession
vinzlange Dec 18, 2023
c4f0b3f
feat: update use-cases from excel
vinzlange Dec 18, 2023
6fd5c8c
fix: adjust GetSharedVersionsOfIdentityAttribute use case
Milena-Czierlinski Dec 13, 2023
d4831c1
feat: omit 'RepositoryAttribute' in use cases
Milena-Czierlinski Dec 13, 2023
3f1c6f1
feat: move content to use case pages and add links
Milena-Czierlinski Dec 18, 2023
da9c12d
feat: adjust content of CreateIdentityAttribute use case
Milena-Czierlinski Jan 11, 2024
f12f5e3
fix: correct updated returns of use cases
Milena-Czierlinski Jan 11, 2024
29c7a4b
feat: integrate comments
Milena-Czierlinski Jan 16, 2024
8107280
feat: change page title and links
Milena-Czierlinski Jan 16, 2024
2b5c2f6
chore: update status
Milena-Czierlinski Jan 16, 2024
5ecbeac
Merge remote-tracking branch 'origin' into feature/attribute-succession
Milena-Czierlinski Jan 16, 2024
a8733c0
feat: some rephrasing
Milena-Czierlinski Jan 17, 2024
b934093
feat: integrate comments for identity attribute use cases
Milena-Czierlinski Jan 25, 2024
9550e45
feat: integrate comments for relationship attribute use cases
Milena-Czierlinski Jan 26, 2024
d8639f3
feat: be more precise about LocalAttributes in scenario
Milena-Czierlinski Jan 26, 2024
0c62f1f
feat: integrate comments for get versions use cases
Milena-Czierlinski Jan 26, 2024
c7a0f5b
feat: add structure to scenario description
Milena-Czierlinski Feb 1, 2024
5106134
feat: adjust scenario text
Milena-Czierlinski Feb 2, 2024
418ea93
Merge remote-tracking branch 'origin' into feature/attribute-succession
Milena-Czierlinski Feb 2, 2024
4afa7ce
Merge remote-tracking branch 'origin' into feature/attribute-succession
Milena-Czierlinski Feb 5, 2024
ecfa8ed
feat: link to share own attribute scenario
Milena-Czierlinski Feb 5, 2024
39ba91c
Merge remote-tracking branch 'origin' into feature/attribute-succession
Milena-Czierlinski Feb 7, 2024
068b360
feat: integrate review comments
Milena-Czierlinski Feb 7, 2024
ea264dd
feat: make sematics of use cases consistent
Milena-Czierlinski Feb 7, 2024
f93fe26
feat: add terms onw/peer shared Identity/RelationshipAttribute to DMO
Milena-Czierlinski Feb 7, 2024
20e6bb9
Merge remote-tracking branch 'origin' into feature/attribute-succession
Milena-Czierlinski Feb 12, 2024
52d814b
chore: update use case names using RepositoryAttribute
Milena-Czierlinski Feb 12, 2024
2b49f20
feat: integrate comments
Milena-Czierlinski Feb 19, 2024
9aee541
feat: adjust redirect
Milena-Czierlinski Feb 19, 2024
9247459
Merge remote-tracking branch 'origin' into feature/attribute-succession
Milena-Czierlinski Feb 19, 2024
a8d9b88
fix: redirect of rename pages
Milena-Czierlinski Feb 20, 2024
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
4 changes: 4 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ docs_integrate:
url: /integrate/requests-over-templates
- title: "Requests over Messages"
url: /integrate/requests-over-messages
- title: Manage attributes of yourself
children:
- title: "Succeeding Attributes to update their values"
url: /integrate/succeeding-attributes-to-update-their-values
- title: Manage attributes of others
children:
- title: "Request persistent consent of peer"
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/access-the-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
- component: integrate
- level:
- implementation status: DOCS ONLY
- documentation status: OPEN
- documentation status: OLD
- published: true
- link: integrate/access-the-connector
require:
Expand Down
4 changes: 2 additions & 2 deletions _docs_integrate/create-attribute-for-peer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/create-attribute-for-peer
published: true
title: "Create attribute for peer"
published: false
title: "Create Attribute for peer"
type: scenario
toc: true
properties:
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/create-own-identityattribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ properties:
require:
- integrate/identityattribute-introduction
required_by:
- integrate/test-your-request's-validity
- integrate/test-your-requests-validity
---

{% include scenarios/integrate/create-own-identityattribute.md %}
2 changes: 1 addition & 1 deletion _docs_integrate/creating-complex-requests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/creating-complex-requests
published: true
published: false
title: "Creating complex requests"
type: scenario
toc: true
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/delete-attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/delete-attribute
published: false
title: "Delete Attribute"
title: "delete Attribute"
type: scenario
toc: true
properties:
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/delete-identity-from-enmeshed.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/delete-identity-from-enmeshed
published: true
published: false
title: "Delete Identity from enmeshed"
type: scenario
toc: true
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/delete-relationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/delete-relationship
published: false
title: "Delete Relationship"
title: "delete Relationship"
type: scenario
toc: true
properties:
Expand Down
23 changes: 23 additions & 0 deletions _docs_integrate/establish-a-relationship-to-another-identity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/establish-a-relationship-to-another-identity
published: false
title: "Establish a relationship to another Identity"
type: scenario
toc: true
properties:
- id: SC107
- category: Get in touch with other Identities
- description: Create Relationship Template (with respective content) Communicate Template to peer (over side channel) Scan Template / Press Link Check and accept Request Send Relationship Request (including Response to Template's Request) Receive Relationship Request Check Relationship Request Accept Relationship Request
- customer:
- component: integrate
- level:
- implementation status:
- documentation status:
- published:
- link: integrate/establish-a-relationship-to-another-identity
require:
required_by:
---

{% include scenarios/integrate/establish-a-relationship-to-another-identity.md %}
2 changes: 1 addition & 1 deletion _docs_integrate/faq.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/faq
published: true
published: false
title: "FAQ"
type: scenario
toc: true
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/notification-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Notification introduction"
type: scenario
toc: true
properties:
- id: SC102
- id: SC106
- category: Working with Notifications
- description:
- customer: All
Expand Down
23 changes: 0 additions & 23 deletions _docs_integrate/prepare-enmeshed-onboarding-package.md

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/process-responses-to-outgoing-requests
published: true
published: false
title: "Process responses to outgoing requests"
type: scenario
toc: true
Expand Down
4 changes: 2 additions & 2 deletions _docs_integrate/propose-attribute-to-peer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/propose-attribute-to-peer
published: true
title: "Propose attribute to peer"
published: false
title: "Propose Attribute to peer"
type: scenario
toc: true
properties:
Expand Down
4 changes: 2 additions & 2 deletions _docs_integrate/read-attribute-from-peer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/read-attribute-from-peer
published: true
title: "Read attribute from peer"
published: false
title: "Read Attribute from peer"
type: scenario
toc: true
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/request-and-process-attributes-by-messages
published: true
published: false
title: "Request and process attributes by messages"
type: scenario
toc: true
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/requesting-authentication.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/requesting-authentication
published: true
published: false
title: "Requesting authentication"
type: scenario
toc: true
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/respond-to-incoming-requests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/respond-to-incoming-requests
published: true
published: false
title: "Respond to incoming requests"
type: scenario
toc: true
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/sending-messages-with-attachments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/sending-messages-with-attachments
published: true
published: false
title: "Sending Messages with attachments"
type: scenario
toc: true
Expand Down
4 changes: 2 additions & 2 deletions _docs_integrate/share-own-attribute-to-peer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/share-own-attribute-to-peer
published: true
title: "Share own attribute to peer"
published: false
title: "Share own Attribute to peer"
type: scenario
toc: true
properties:
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/succeed-attribute-of-peer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/succeed-attribute-of-peer
published: true
published: false
title: "Succeed attribute of peer"
type: scenario
toc: true
Expand Down
23 changes: 23 additions & 0 deletions _docs_integrate/succeeding-attributes-to-update-their-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/succeeding-attributes-to-update-their-values
published: true
title: "Succeeding Attributes to update their values"
type: scenario
toc: true
properties:
- id: SC053
- category: Manage attributes of yourself
- description:
- customer: All
- component: integrate
- level: Beginner
- implementation status: DONE
- documentation status: DONE
- published:
- link: integrate/succeeding-attributes-to-update-their-values
require:
required_by:
---

{% include scenarios/integrate/succeeding-attributes-to-update-their-values.md %}
2 changes: 1 addition & 1 deletion _docs_integrate/support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/support
published: true
published: false
title: "Support"
type: scenario
toc: true
Expand Down
23 changes: 0 additions & 23 deletions _docs_integrate/updating-identityattributes-of-yourself.md

This file was deleted.

2 changes: 1 addition & 1 deletion _docs_operate/log-event-ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties:
- component: operate
- level:
- implementation status:
- documentation status:
- documentation status: DONE
- published: true
- link: operate/log-event-ids
require:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex:
- published: default
- link: anonymous/load-token-by-id-and-key-without-having-an-account
- redirect_from:
require:
required_by:
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex:
- published: default
- link: anonymous/load-token-by-truncated-reference-without-having-an-account
- redirect_from:
require:
required_by:
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex: PUT /api/v2/Requests/Incoming/{id}/Accept
- published: default
- link: consumption/accept-incoming-request
- redirect_from:
require:
required_by:
api_route_regex: ^PUT /api/v2/Requests/Incoming/{id}/Accept$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex: put /api/v2/Requests/Incoming/{id}/CanAccept
- published: default
- link: consumption/check-if-incoming-request-can-be-accepted
- redirect_from:
require:
required_by:
api_route_regex: ^put /api/v2/Requests/Incoming/{id}/CanAccept$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex: put /api/v2/Requests/Incoming/{id}/canReject
- published: default
- link: consumption/check-if-incoming-request-can-be-rejected
- redirect_from:
require:
required_by:
api_route_regex: ^put /api/v2/Requests/Incoming/{id}/canReject$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex: post /api/v2/Requests/Outgoing/Validate
- published: default
- link: consumption/check-if-outgoing-request-can-be-created
- redirect_from:
require:
required_by:
api_route_regex: ^post /api/v2/Requests/Outgoing/Validate$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex:
- published:
- link: consumption/create-a-blueprint-of-a-relationship-template
- redirect_from:
require:
required_by:
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ properties:
- api_route_regex:
- published: default
- link: consumption/create-a-shared-attribute-copy
- redirect_from:
require:
required_by:
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
- component: Runtime
- layer: Consumption
- facade: AttributesFacade
- function: createAttribute
- function: createIdentityAttribute
- description:
- feature category: Normalized attributes
- tech category: Attributes
Expand All @@ -31,6 +31,7 @@ properties:
- api_route_regex: post /api/v2/Attributes
- published: default
- link: consumption/create-an-attribute
- redirect_from:
require:
required_by:
api_route_regex: ^post /api/v2/Attributes$
Expand Down
Loading
Loading