• VMMgmt - Train-31

      to implement a new role-assignment-client.ts at frontend/src/resources/clients for the UI view to get information from. So the idea is for now to mock responses for the different actions in the future (once we have everything clear from architecture perspective) we will connect it with the new RoleAssignment atom ¿?

      So the different actions will be:

      • listRoleAssignments(query: RoleAssignmentQuery): RoleAssignment[]
      • postRoleAssignment(roleAssignment: RoleAssignment): void
      • deleteRoleAssignment(roleAssignment: RoleAssignment)

      new RoleAssignment
      and RoleAssignmentQuery

        clusters: string[];
        users: string[]
      ....
        page: number;
        size: number;
        orderBy?: string;
      

      will have to be typed too.

      for the listRoleAssignments, display different results based on the different query parameters.
      for the postRoleAssignment justreturn back ok

              rh-ee-mshort Matthew Short
              emingora Enrique Mingorance Cano
              Atif Shafi Atif Shafi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: