PauseAI / ProjectBot

A python bot that does project tracking from a discord server to a notion database
3 stars 3 forks source link

Role sync not working correctly #2

Open joepio opened 4 months ago

joepio commented 4 months ago

The bot is supposed to synchronize discord roles to the Airtable (not the other way around), but I think this is not working correctly, since there are quite a few people missing in the airtable that have been added in Discord.

For example, there are 41 people with the organizer role in discord, but only 6 members in the airtable team.

Maximophone commented 4 months ago

It is not synchronising in this direction at the moment, only updating someone's role in airtable when we change the role in discord

joepio commented 4 months ago

in this direction

I think I mean the same direction: discord to airtable.

Does it only update when the role is changed in discord?

Maximophone commented 4 months ago

Yes, that's the current behaviour. Adding synchronization the other way should not be too hard

joepio commented 4 months ago

I think we're miscommunicating: I'm not asking for update in a different direction (e.g. from Airtable to Discord, I don't think we should do that direction at all), but I'd like the discord to airtable sync to work reliably, so that values in the discord modify the airtable values. That means the airtable should be slave - all edits there should be discarded IMO. The bot should periodically read the values from discord and update the airtable accordingly.

What do you think?

Maximophone commented 4 months ago

Ah, I see, I thought about this before, and I was not very comfortable with discord being the source of truth and airtable being a mirror. I will try to remember my reasons here:

As I am writing these reasons down, I do not feel strongly opposed anymore to discord being the source of truth for team roles. My main objection is that it will make it impossible to update a role from airtable directly