Skip to content

Add Bot Reactions in a sane order#3

Open
Shlok-Bhakta wants to merge 2 commits into
mainfrom
Fix-Emoji-Order
Open

Add Bot Reactions in a sane order#3
Shlok-Bhakta wants to merge 2 commits into
mainfrom
Fix-Emoji-Order

Conversation

@Shlok-Bhakta

Copy link
Copy Markdown
Owner

No description provided.

@Shlok-Bhakta
Shlok-Bhakta requested review from Eli410 and Copilot July 31, 2025 00:50

This comment was marked as outdated.

@Shlok-Bhakta
Shlok-Bhakta requested a review from Copilot July 31, 2025 00:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reorders the emoji entries in the emoji_lookup dictionary to follow a more logical workflow progression from backlog to completion.

  • Reorders emoji mappings to follow workflow progression: backlog → todo → doing → done

Comment thread bot_events/reactions.py
@@ -13,10 +13,10 @@ async def handle_raw_reaction_add(bot: discord.Client, payload: discord.RawReact
return

Copilot AI Jul 31, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider adding a comment explaining the workflow order rationale (backlog → todo → doing → done) to make the intentional ordering clear to future maintainers.

Suggested change
# The emoji_lookup dictionary maps emojis to workflow stages in a typical project management progression:
# backlog → todo → doing → done. This order reflects the natural flow of tasks from initial planning to completion.

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nuh uh

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants