Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send different emoji depending on what place it is in the queue #99

Open
rchan26 opened this issue Sep 21, 2023 · 1 comment
Open

Send different emoji depending on what place it is in the queue #99

rchan26 opened this issue Sep 21, 2023 · 1 comment
Labels
enhancement New feature or request idea Idea to investigate

Comments

@rchan26
Copy link
Collaborator

rchan26 commented Sep 21, 2023

We currently send a clock emoji whenever something is in the queue. A nice thing would to have is to notify the user where they are in the queue. Idea from @rwood-97 is that there are many clock emojis: 🕐, 🕑, 🕒, ..., 🕚, 🕛 which we can use to specify where the message is in the queue.

@rwood-97
Copy link
Contributor

Steps we would need for this:

Option 1:

  1. Emoji with initial place in queue e.g. i=3, f"clock{i}", 🕒
  2. When it moves to second in queue, i=2, remove "clock{i+1}" 🕒 and add "clock{i}" 🕑
  3. etc until llama emoji

Option 2:

  1. Emoji with initial place in queue e.g. i=3, f"clock{i}", 🕒 and store i
  2. Only when it moves to first in queue, remove "clock{i}" 🕒 and add llama

@rchan26 rchan26 added enhancement New feature or request idea Idea to investigate labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request idea Idea to investigate
Projects
None yet
Development

No branches or pull requests

2 participants