Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
label


Status
Status
colourYellowGreen
titleIn progressFinished
StakeholdersAbi James Kostis Pristouris Ali Khalili Dejan Paunović 
OutcomeDeck owners get an email when a user requests edit rights.
Due date
OwnerKurt Junghanns 


...

Short/Intermediate solution:

The userservice gets a route (secured with JWT) for sending emails to a specific user. The deckservice get a new route (secured with JWT) for managing edit right requests, which is called by the platform . The platform acts as a coordinator and uses the userservice to send emails . This could not done by the platform because first of all the platform does not have all the data needed (like email of the deck owner) and second of all its not the domain of the platformplus the deckservice to manage rights requests.  

The email will be send to the deck owner and will contain a link for adding the user as a editor. The links directs to the deck edit view but with query parameters which will trigger rights checking and asks via a modal if the user should be added as editor.



Final version:

Kostis and Kurt already discussed the perfect workflow, here is a summary:

...

This includes much more work and the precondition is SWIK-1684.

The notification part is not done. The rest is already deployed.

Action items

  •