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

Remove use of groups in realtime screen #4435

Closed
freddidierRTE opened this issue Apr 17, 2023 · 0 comments · Fixed by #4501
Closed

Remove use of groups in realtime screen #4435

freddidierRTE opened this issue Apr 17, 2023 · 0 comments · Fixed by #4501
Assignees
Labels
Enhancement New feature

Comments

@freddidierRTE
Copy link
Contributor

freddidierRTE commented Apr 17, 2023

Remove use of groups column in realtime screen , when a user member of the entity is connected the it count for 1 whatever the group is member of

Modify the list of connected login to add comma between logins

Add in migration guide

Image

Config file shall change from :


  "realTimeScreens": [
    {
      "screenName": "All Control Centers",
      "screenColumns": [
        {
          "entitiesGroups": [
            {
              "name": "French Control Centers",
              "entities": [
                "ENTITY1_FR",
                "ENTITY2_FR",
                "ENTITY3_FR",
                "ENTITY4_FR"
              ],
              "groups": [
                "Dispatcher",
                "Planner"
              ]
            },
            {

to

  "realTimeScreens": [
    {
      "screenName": "All Control Centers",
      "screenColumns": [
        {
          "entitiesGroups": [
            {
              "name": "French Control Centers",
              "entities": [
                "ENTITY1_FR",
                "ENTITY2_FR",
                "ENTITY3_FR",
                "ENTITY4_FR"
              ]
        },
@freddidierRTE freddidierRTE added Draft Issue not totally defined Enhancement New feature and removed Draft Issue not totally defined labels Apr 17, 2023
@vlo-rte vlo-rte self-assigned this May 15, 2023
vlo-rte added a commit that referenced this issue May 15, 2023
Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
@vlo-rte vlo-rte linked a pull request May 15, 2023 that will close this issue
vlo-rte added a commit that referenced this issue May 15, 2023
Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
vlo-rte added a commit that referenced this issue May 15, 2023
Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
vlo-rte added a commit that referenced this issue May 15, 2023
Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
freddidierRTE pushed a commit that referenced this issue May 16, 2023
Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants