ynput / ayon-core

Apache License 2.0
28 stars 34 forks source link

Clockify: Move client code to server #535

Closed iLLiCiTiT closed 4 months ago

iLLiCiTiT commented 4 months ago

Changelog Description

Moved clockify addon logic next to server codebase. This is one more step towards splitting addons to their repos.

Additional info

From now on Cloclify addon lives out of ayon-core codebase.

Testing notes:

  1. Create clockify package (python ./server_addons/create_ayon_addons.py --addon clockify).
  2. Create core package too.
  3. Upload both packages to server.
  4. Use boths addon in bundle.
  5. Clockify functionality should be available when running AYON launcher.
ynbot commented 4 months ago

Task linked: AY-4929 Move Clockify client code