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

REFACTOR - I_TRIGGER_X constants so that each part of process uses different one #22

Open
kevindeland opened this issue Sep 24, 2019 · 3 comments

Comments

@kevindeland
Copy link
Owner

for example, how should it go from

  1. wrong gesture detected (Component)
    ------>
  2. gesture timer started (Component -> Timer)
    ------>
  3. gesture intervention triggered (Timer -> Component)
    ------>
  4. gesture trigger broadcast (Component -> HelpButton)
    ------>
  5. intervention flashing until tap (HelpButton)
    ------>
  6. tap intervention and broadcast to popup window (HelpButton -> HelpPopup)
@judithodili
Copy link
Collaborator

It should do....

  1. Wrong gesture detected..... Gesture timer starts

  2. New gesture detected... Is it right or wrong? If right... cancel gesture timer and go back to 1.

  3. When gesture timer reaches time threshold... flash helper hand

  4. Tap intervention and broadcast to pop up ... cancel gesture timer and go back to 1.

@kevindeland
Copy link
Owner Author

I know thanks, this was for me to refactor the code internally.

@judithodili
Copy link
Collaborator

judithodili commented Sep 24, 2019 via email

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

No branches or pull requests

2 participants