You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have the following dialog, if the user is uploading a picture:
This dialog only ask for picture permission for the phonebook service. The problem is here we can't share this pictures with other services. In the feature we want use the pictures in many other systems. To be able to do this, we need a checkbox for every system that is allowed to use this picture. Like this:
The information wich application is allowed to use the picture must then be committed to the picture service.
Hint: the picture service isn't public available and must be changed internally.
also the picture server needs to have one more endpoint:
something like:
# To get the services the picture is shared with (and which of them the user has allowed)
GET http://picture-service.de/api/<user>/services
{
"allowedSystems": [
{
"id": "5hs9foeu",
"name": "Confluence",
"share-image": true,
},
{
"id": "98dfg07f",
"name": "Phonebook",
"share-image": true,
}
]
}
Maybe also an endpoint to get the legal text dynamically.
We currently have the following dialog, if the user is uploading a picture:
This dialog only ask for picture permission for the phonebook service. The problem is here we can't share this pictures with other services. In the feature we want use the pictures in many other systems. To be able to do this, we need a checkbox for every system that is allowed to use this picture. Like this:
The information wich application is allowed to use the picture must then be committed to the picture service.
Sample workflow (thx to @Compufreak345):
The text was updated successfully, but these errors were encountered: