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

Support for adding ad-hoc exercises, that don't have a specific interface, just a timer and some description. #3

Open
kwyckmans opened this issue Aug 7, 2022 · 2 comments

Comments

@kwyckmans
Copy link
Owner

kwyckmans commented Aug 7, 2022

There's a bunch of exercises that have no specific interface I want to use. Just a sort of reminder that I need to do them. They need a name, a description, maybe some notes and a timer.

@kwyckmans
Copy link
Owner Author

I have a component for generic exercises that has a name, a description and a timer. I have no way of creating new exercises yet, nor do I have a way of persisting them.

@kwyckmans
Copy link
Owner Author

kwyckmans commented Aug 7, 2022

A bug that I maybe need to fix: timer is shared between both components. I have 2 "generic" exercises, if I start the timer on the first one, it is shared with the 2nd one. I would expect them to be either:

  • Individual: I can start multiple concurrent timers.
  • Reset: If I switch from one exercise to another, the timer resets, since I don't want to do multiple concurrent exercises.

See #4

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

1 participant