ynput / ayon-core

Apache License 2.0
27 stars 33 forks source link

Chore: Move TimersManager addon #610

Closed iLLiCiTiT closed 3 months ago

iLLiCiTiT commented 3 months ago

Changelog Description

Moved timers manager client code next to server codebase.

Additional information

The addon cares about automated stop of timer after inactivity, and unifies timers across multiple addons.

Testing notes:

  1. Create package of timers manager and core.
  2. Upload both to server.
  3. Make sure AYON launcher is using client code from this PR (e.g using dev paths).
  4. Timers manager integration should work as before.
  5. One example is that e.g. ftrack timer will start when application is launched.
ynbot commented 3 months ago

Task linked: AY-4933 Move TimersManager addon