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

Configure the name of the participant EDC Demo in UI #11

Open
1 of 2 tasks
ma3u opened this issue Nov 1, 2022 · 0 comments
Open
1 of 2 tasks

Configure the name of the participant EDC Demo in UI #11

ma3u opened this issue Nov 1, 2022 · 0 comments

Comments

@ma3u
Copy link

ma3u commented Nov 1, 2022

Feature Request

Configure the name of the participant EDC Demo

image

Which Areas Would Be Affected?

  • User Interface have to print out the Title
  • configuration for each of the participents in MVD

Why Is the Feature Desired?

During the debugging its helpful to see the participant's name. In the local development environment, the developer see differ the ports

Solution Proposal

Add a new property name to app.config.json in repo DataDashboard

Configure the 3 participents in repo MinimumViableDataspace in participants.json

{
  "include": [
    {
      "participant": "company1",
      "region": "eu",
      "country": "FR",
      "data_dashboard_theme": "theme-1",
      "name":"Company 1"
    },
    {
      "participant": "company2",
      "region": "eu",
      "country": "DE",
      "data_dashboard_theme": "theme-2",
      "name":"Company 2"
    },
    {
      "participant": "company3",
      "region": "us",
      "country": "US",
      "data_dashboard_theme": "theme-3",
      "name":"Company 3"
    }
  ]
}

Type of Issue

new feature

Checklist

  • assigned appropriate label?
  • Do NOT select a milestone or an assignee!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant