-
Sub-task
-
Resolution: Done
-
Blocker
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
-
-
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