Joystream / discord-bot

Joystream Discord Bots
GNU General Public License v3.0
0 stars 4 forks source link

Fix/role bot2 #17

Closed goldstarhigher closed 10 months ago

goldstarhigher commented 11 months ago

16 fix code.

DzhideX commented 11 months ago

Thoughts:

DzhideX commented 11 months ago

Okay, after another quick review, a lot of it has been implemented but not all of it (to the extent that I'd like it to).

Namely, the following still need work:

That being said, since these are all related to the new messages being written by HR Lead Mariia I think it'd be acceptable to consider this done (functionality-wise) ✅

chrlschwb commented 10 months ago

Okay, after another quick review, a lot of it has been implemented but not all of it (to the extent that I'd like it to).

Namely, the following still need work:

  • who_is:

    • if no mapping for user: reply explaining that and link to a external resource to establish it (missing external resource)
  • list_role_members:

    • my interpretation of this is that it should go through all the members with this role and display "who_is data" for all of them
    • "list_role_members" (based on the spec) shouldn't necessarily list all discord roles, just the relevant (on-chain) ones

That being said, since these are all related to the new messages being written by HR Lead Mariia I think it'd be acceptable to consider this done (functionality-wise) ✅

I think "list_role_members" should not display all the "who_is data" for all members. That would be repetition.

DzhideX commented 10 months ago

Here's what is written in the original spec for that specific point:

same as doing who_is on all discord handles in discord role, and include discord handles that hve no mapping, just as in who_is.

I disagree that it would be repetition. The reasoning is that you're saying give me all the roles of these specific members. So, you want more information than just who the members are who hold that one role. I don't see how it's repetition, it's just a different way to do it and if you have problems with it, then you have problems with the spec and you should raise that with Bedeho as I can't make any executive decision on that front.

bedeho commented 10 months ago

I strongly recommend Gitflow branch management is used from now on, not merging from some remote fork directly into main.