1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/src
Thomas Heartman 6188079122
feat: add project owners to personal dashboard (#8293)
This PR adds all user-type owners of projects that you have access to to
the personal dashboard payload. It adds the new `projectOwners` property
regardless of whether you have access to any projects or not because it
required less code and fewer conditionals, but we can do the filtering
if we want to.

To add the owners, it uses the private project checker to get accessible
projects before passing those to the project owner read model, which has
a new method to fetch user owners for projects.
2024-09-30 10:49:34 +02:00
..
lib feat: add project owners to personal dashboard (#8293) 2024-09-30 10:49:34 +02:00
mailtemplates
migrations task: make count column bigint. (#8183) 2024-09-19 10:59:40 +02:00
test refactor: move getProjectsByUser to read model (#8262) 2024-09-26 09:45:02 +02:00
migrator.ts fix: set log level to error for db migrate (#6601) 2024-03-19 14:45:27 +01:00
server-dev.ts feat: Personal flags UI component (#8221) 2024-09-24 08:42:49 +02:00
server.ts