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

Queue Cancelation #16

Open
WesleyMcGinn opened this issue Apr 17, 2024 · 0 comments · May be fixed by #15
Open

Queue Cancelation #16

WesleyMcGinn opened this issue Apr 17, 2024 · 0 comments · May be fixed by #15
Assignees
Labels
bug Something isn't working
Milestone

Comments

@WesleyMcGinn
Copy link
Member

On tab A, the snail notices that the computer battery is low, so it queues a word bubble to bring this up to the user. Before the snail gets to the part of the screen where it may speak (the "stage"), the user navigates to tab B, where the snail does the same thing. The snail on tab B notifies the user that their battery is low, so they plug it in and charge it. A few hours later, the battery is fully charged, and the user navigates back to tab A. The snail will now tell them that their battery level is extremely low and that they should plug in their computer immediately.

This problem must be resolved through queue cancelation. Queues should not merely be strings of text, but entire objects that come with:

  • Text
  • Duration
  • Boolean check before display (for cancelation)
  • onSpeak function (triggers when snail actually says the queued statement)

This will help with various aspects of programming the snail's speech.

@WesleyMcGinn WesleyMcGinn added the bug Something isn't working label Apr 17, 2024
@WesleyMcGinn WesleyMcGinn added this to the Version 2.0 milestone Apr 17, 2024
@WesleyMcGinn WesleyMcGinn self-assigned this Apr 17, 2024
@WesleyMcGinn WesleyMcGinn linked a pull request Apr 17, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant