Viva-con-Agua / bloob-frontend

GNU General Public License v3.0
0 stars 1 forks source link

Choose sender name #2

Open tombiers opened 5 years ago

tombiers commented 5 years ago

An author may decide to send a mail under his own name or with his role name. The needed information has to be received from drops and presented as a selection to the author.

tombiers commented 5 years ago

needs a basic back-end with oauth, to access the data of the current user

tombiers commented 5 years ago

roles from the backend aren't real world role names, they have to be "translated" with i18n

tombiers commented 5 years ago

The user name has to be received from drops (with the uuid). This can be done with a widget or REST.

tombiers commented 5 years ago

When sending a finished email to the backend for delivery, the uuid is used to identify the author. A flag as to be used to indicate whether the email should be send under the authors name or a role name (support for authors with multiple roles).