Skip to content

todofy/assign-fy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assign-fy

Bot to find best assignee for a todo, based on heuristics and likelihood. Inspired from Facebook Mention-Bot.

Status: Beta, Server returns the probablity values purely based on heuristics. likelihood(user) has not yet been considered.

How to start server

git clone https://github.com/todofy/assign-fy.git
cd assign-fy
npm install
npm start

How to test

Send a curl request like this:

curl "http://127.0.0.1:9898/?repo=mebjas/CSRF-Protector-PHP&branch=master&file=libs/csrf/csrfprotector.php&line=388"

And response would be something like

{
  "status":200,
  "error":false,
  "assignee":{
    "mebjas":0.9696943281832229,
    "mschwager":0.024468171279424536,
    "stephenlawrence":0.0058375005373524904
  }
}

About

Bot to find best assignee for a todo, based on heuristics and likelihood.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published