You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 include leaders m2m relations to github.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.
it's good idea but We don't have any links in the project index, and we can't identify a specific user from name.
@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.
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: