scriptnull / badgeit

[WIP] Hassle-free badges for your READMEs.
MIT License
3 stars 1 forks source link

Worker should return the repo link along with the badges. #14

Closed argonlaser closed 6 years ago

argonlaser commented 7 years ago

As per our discussion, the HTTP request https://badgeit-front.com/callback sent to the front service requires repo link along the array of possible badges something like this:

{
    "repoLink": "https://github.com/argonlaser/badgeit-front",
     "badges": [<array of badges>]
}

This info shall be used to send the badges to all the clients listening to the room(repoLink).

scriptnull commented 6 years ago

@argonlaser, I am going to name the field as "Remote" while sending it back. As its the naming convention that we use while sending it to the API.

scriptnull commented 6 years ago

Also changing the label fom bug to enhancement, as it does not even exists in our system yet. I think it would be good to have bug label to denote regressions and wrong usage of things.

scriptnull commented 6 years ago

This change was deployed few hours back. the name of the field should be "remote"