Create an endpoint that generates user mention suggestions
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 459
- Avg merge
- 27d 1h
- Merged PRs (30d)
- 1
Description
We are currently building the mention suggestions list by combining users who already annotated the document, and members of the active group.
Then we sort and filter that list client side.
This has some limitations though, like not being able to suggest users who are not part of none of those two lists mentioned above. You can still mention them by manually typing their username, but that could be improved.
Instead, we might have a dedicated endpoint that, given a search term (the partial mention) would try to build a contextual list of users we think are more relevant for you or current context, including users you frequently interact with, users you have actively decided to follow, students which are part of your course (in the LMS), etc.
The list of rules to decide who ti suggest are not decided yet.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.