demon7x / tk-desktop-timecard

A Shotgun Desktop app that helps artists log their working time into Shotgun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shotgun Timecard

Introduction

Timecard App is a lightweight Shotgun Desktop App that allows users to log their work time to Shotgun easily.

Interface

There basically two parts of this app

  • My Tasks - showing your task
  • My Time - time presets

interface

Usage

You can either drag&drop a time preset to a task or right click a task to log your time.

drag & drop right click

Filter and Search

You can also use filter or search function to help you find your task

filter search

Configurations

    my_tasks_filters:
      type: list
      description: List of filters to apply to the tasks in the My Tasks tab.
      values:
        type: shotgun_filter
      allows_empty: True
      default_value:
        - [task_assignees, is, '{context.user}']

    my_tasks_extra_display_fields:
      type: list
      description: List of additional fields to display with the task in the My Tasks list.
      values:
        type: str
      allows_empty: True
      default_value: []

Known Isssue

If some tasks are not link to any entities, they will show up as red “undefined”. You cannot create any timelog on this task.

undefined

Upcoming Features

  • The bottom text field will show more information to users (e.g. “Timelog submitted successfully”, “invalid task” )
  • Ability to track working time and create time presets automatically

License

SHOTGUN PIPELINE TOOLKIT SOURCE CODE LICENSE

About

A Shotgun Desktop app that helps artists log their working time into Shotgun

License:Other


Languages

Language:Python 99.7%Language:Shell 0.3%