-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design and implement metadata matching system #501
Comments
@arkid15r I think i can resolve this issue,Kindly assign me this issue |
@arkid15r Can u assign me this issue ? |
@arkid15r can i work on it ? |
@KatalKavya96 @Raghavg18 I suggest starting with "good first issue" labeled issues and less complex tasks. The gradual task difficulty increment approach helps mentors to make sure tasks assigned to a right contributor. upd: e.g. #502 |
Hi, @Rajgupta36 is this WIP? I would like to discuss more about how we can solve this problem. |
Hii @harsh3dev . It's WIP . I created matching model now I am working on slack model |
Design and implement a way to match community users to project leaders. For leaders we typically have first name and last names (sometimes just partial full name with some comment) so the workflow might need a manual involvement in some cases. But it seems we can easily match exact match cases while keeping "unsure" mappings as suggestions for further human processing.
The
owasp
app models should be modified to includeleaders
m2m relations togithub.user
. The command/job should suggest/populate chapter/committee/project leaders based on a certainty level.Another area that the system should cover is entity / Slack channel mapping. Same functionality just in a different context.
For this we'll need to create a new model in
slack
app (probably,Channel
)I believe in order to achieve the best results the system should suggest matches that need to be verified/approved manually.
This is just an abstract problem description to start a discussion regarding the implementation.
Originally posted by @Rajgupta36 in #470 (comment)
The text was updated successfully, but these errors were encountered: