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

feat: add external service detail in subscription management detail overlay #1028

Conversation

shahmargi12
Copy link
Contributor

@shahmargi12 shahmargi12 commented Aug 23, 2024

Description

  • Added new content to subscription detail overlay on /appsubscription and /servicesubscription pages.

2024-08-23_11-28

  • Endpoint and Response Details:
    • Endpoint: GET /api/apps/{appId}/subscription/{subscriptionId}/provider
    • New Response body content:
 "externalService": {
        "trusted_issuer": "string",
        "participant_id": "string",
        "iatp_id": "string",
        "did_resolver": "string",
        "decentralIdentityManagementAuthUrl": "string",
        "decentralIdentityManagementServiceUrl": "string"
      }
    }
  • If any field is missing, it will show as "-".
  • Included English and German translations for these fields

Why

This change will provide users with more detailed information about their subscriptions.

Issue

940

Checklist

  • I have followed the contributing guidelines
  • I have performed a self-review of my own code
  • I have successfully tested my changes locally

oyo
oyo previously approved these changes Aug 30, 2024
Copy link

sonarcloud bot commented Aug 30, 2024

@oyo oyo merged commit 25f38c0 into eclipse-tractusx:main Aug 30, 2024
6 checks passed
@evegufy evegufy added this to the Release 24.12 milestone Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: USER READY
Development

Successfully merging this pull request may close these issues.

3 participants