Changes for page User Mentions

Last modified by Vincent Massol on 2024/02/26 17:57

From version 39.2
edited by Manuel Leduc
on 2020/05/11 15:17
Change comment: There is no comment for this version
To version 40.1
edited by Manuel Leduc
on 2020/05/11 15:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -120,8 +120,8 @@
120 120  |UC3 | |[[Mention macro>>||anchor="HUC3.Mentionmacro"]]|Medium|High
121 121  |UC4 |UC3|[[Mention macro settings>>||anchor="HUC4.Mentionmacrosettings"]]|Easy|Low
122 122  |UC5.1 | |[[Mentions in XWiki/2.2>>||anchor="HUC5.1.XWiki2F2.2"]]|Hard|Low
123 -|UC6 |UC3|[[Mentions history>>||anchor="HUC6.Mentionshistory"]]|Hard|Medium
124 -|UC7.1|UC6|[[New mentions identification>>url:https://design.xwiki.org/xwiki/bin/view/Proposal/UserMentions#HUC6.Newmentionsidentification]]|Medium|High
123 +|UC6 |UC3|[[New mentions identification>>url:https://design.xwiki.org/xwiki/bin/view/Proposal/UserMentions#HUC6.Newmentionsidentification]]|Hard|Medium
124 +|UC7.1|UC6|[[Notifications integration>>||anchor="HUC7.1Notificationsintegration"]]|Medium|High
125 125  |UC7.2|UC7.1|[[Notifications settings>>||anchor="HUC7.2Notificationssettings"]]|Medium|Medium
126 126  |UC8|UC7.1|[[Answering to a notification from the notification>>||anchor="HUC8.Answeringtoanotificationfromthenotification"]]|Medium|Low
127 127  |UC9|UC7.1|[[Answer to a notification by email>>||anchor="HUC9.Answertoanotificationbyemail"]]|Hard|Low
... ... @@ -184,17 +184,8 @@
184 184  
185 185  == UC6. New mentions identification ==
186 186  
187 ---A user must not be notified of a mention several times for the same entity (document, comment, annotation...).--
188 188  
189 ---A mapping between mentioned users (members of a group must be resolved to their individual users) and entities must be stored and used to identify the relevant notifications.--
190 190  
191 ---Similarly, only members present in a group prior to the group mentions should be notified.--
192 -
193 ---A mapping between mentioned groups and entities must also be stored.--
194 -
195 ---A notification is only sent to individual users that have not already be notified, and to groups that have not already been notified. Only group members who have not already been notified are notified.--
196 -
197 -
198 198  A user must only be notified on the first save after the introduction of a mention. That does not prevent the user to be notified several times (eventually for a single document save) if her name is newly introduced in several places of a text at once.
199 199  
200 200  See the [[Implementation>>||anchor="HImplementation"]] for more details of the realization of this feature.
... ... @@ -209,7 +209,7 @@
209 209  
210 210  === UC7.2 Notifications settings ===
211 211  
212 -integrate settings in the configuration to activate mentions at the level of the administration and at the level of individual users.
203 +Integrate settings in the configuration to activate mentions at the level of the administration and at the level of individual users.
213 213  
214 214  [[image:image-20200507101630235.png]]
215 215  
... ... @@ -266,6 +266,15 @@
266 266  
267 267  The business logic triggered by introduction of a mention must be asynchronous and must not impact the reactiveness of  the UX.
268 268  
260 +== Rich editor integration ==
261 +
262 +
263 +
264 +(% class="wikigeneratedid" %)
265 +Activating the rich editor is simply added using {{code language="javascript"}}CKEDITOR.replace('identifier'){{/code}}.
266 +
267 +aaaa
268 +
269 269  == Mentions style ==
270 270  
271 271  === Html ===

Get Connected