1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component
Gastón Fournier 7a48fb57a6
feat: permission matrix (PoC) (#6223)
## About the changes
This is a rough initial version as a PoC for a permission matrix. 

This is only available after enabling the flag `userAccessUIEnabled`
that is set to true by default in local development.

The access was added to the users' admin page but could be embedded in
different contexts (e.g. when assigning a role to a user):

![image](https://github.com/Unleash/unleash/assets/455064/3f541f46-99bb-409b-a0fe-13f5d3f9572a)


This is how the matrix looks like

![screencapture-localhost-3000-admin-users-3-access-2024-02-13-12_15_44](https://github.com/Unleash/unleash/assets/455064/183deeb6-a0dc-470f-924c-f435c6196407)

---------

Co-authored-by: Nuno Góis <github@nunogois.com>
2024-02-16 14:31:33 +01:00
..
accessOverview
admin feat: permission matrix (PoC) (#6223) 2024-02-16 14:31:33 +01:00
application fix: add missing key to list of application projects (#6243) 2024-02-15 07:56:26 +00:00
archive
banners task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
changeRequest fix: hide warnings that you'll overwrite changes on CRs that are already applied (#6214) 2024-02-16 12:41:14 +08:00
common feat: show info on what would be deleted (#6235) 2024-02-16 04:13:40 +00:00
context
demo fix: add new steps to demo guide (#6112) 2024-02-05 11:36:15 +01:00
environments
events
executiveDashboard feat: dashboard lead time gauge (#6225) 2024-02-14 13:32:12 +01:00
feature feat: show info on what would be deleted (#6235) 2024-02-16 04:13:40 +00:00
featureTypes fix: misc UI/UX fixes (#6241) 2024-02-15 08:17:11 +00:00
feedback
feedbackNew feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
filter
incomingWebhooks fix: misc UI/UX fixes (#6241) 2024-02-15 08:17:11 +00:00
integrations fix: misc UI/UX fixes (#6241) 2024-02-15 08:17:11 +00:00
layout feat: sdk reporting flag and e2e test (#6216) 2024-02-13 14:13:21 +02:00
loginHistory
maintenance
menu feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
playground/Playground fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
project fix: refine project actions form (#6242) 2024-02-15 08:28:20 +00:00
providers
segments
splash
strategies fix: strategy screen re-rendering table bug (#6006) 2024-01-23 15:49:13 +01:00
tags
user
App.tsx Feat/UI error observability (#6169) 2024-02-09 13:07:44 +01:00
InitialRedirect.tsx