- Items will get a new property
mentionswhich is an array. The array will contain user objects of users that have been mentioned. - Notification settings for mentions (mobile/email)
- Don't send duplicate notifications (e.g. if a user places a comment on your item while also mentioning you in that comment, don't send two notifications, instead only send the mention notification).
- Don't send notifications to the same users after an update, but do send notifications to new users that have been mentioned.
/searchendpoint needs to be able to search in a context. Just like/search/items.
- Ability to mention all staff members (@staff) and everyone (@everyone) in a course/project/etc.
@TimonVS, perhaps it makes sense to discuss doing the search using node? Your idea yesterday about redoing /users endpoints on node might be a good idea and a nice challenge for you, coached by madhu? https://github.com/shareworks/insights-api/issues/7