Skip to content

CeltonMcGrath/TACTIC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow Platform

TACTIC is an open-source remote collaboration platform used for configuring and deploying enterprise Workflow solutions. These solutions simplify the development and delivery of digital assets through a well defined set of processes. This is accomplished by integrating a core Workflow Engine with Digital Asset Management and Content Management components to provide a complete platform for individualized enterprise Workflow solutions

Features

TACTIC has a number of key components:

  • Workflow Engine and Manager:

  • Data Management

  • Digital Asset Manager

  • Web Framework

Contribute

We are always encouraging people to contribute to the project. This can be in any form starting from asking a question, requesting a feature to fixing bugs or adding new features. We always welcome feedback as that is the driving force that gives us direction on where to go. If you do make any changes to the code, please use your own fork and submit a pull request.

Installation

You can download the latest distributions from any of number of formats from the community downloads

or you can access earlier versions

For detailed installation instructions, the TACTIC System Administration documentation is useful

Getting Started

Getting started is easy. You can start up quickly with an official VM distribution which has the database and webserver all setup for you. Refer to the Quick Start Guide for more information:

Documentation

Detailed documentation can be found on the community site.

There documentation is split in different sections that focus on different aspects of TACTIC:

  1. Quick Start: quick overview of how what to do to get up and running
  2. System Administration: detailed description of installation and connections to database and other external services.
  3. Setup: description of how to set up a TACTIC project for end users to work on.
  4. Developer: documention for developers to customize TACTIC and access the API.

API

TACTIC has a very deep and mature API allow you to customize almost any part of the system.

Python Example

from tactic_client_lib import TacticServerStub.get()
server = TacticServerStub.get()
shots = server.query("vfx/shot", ['sequence_code', 'SEQ001'])
for shot in shots:
    print("shot: ", shot.get("status") )

Javascript Example

let server = TACTIC.get();
server.update(shot_key, {'status', 'Complete'})

Complete documentation can be found on the TACTIC Developer Documentation

Resources

For more information, visit the community site for TACTIC.

Or participate in the TACTIC forum if you have any questions.

There is also a collection of YouTube videos that you can browser through.

Visual Effects (VFX)

TACTIC has a built-in VFX module that has been used as a template for countless productions around the world. Over the years, it's popularity has grown considerably and more and more people become familiar with TACTIC features. Because TACTIC is Open Source, it can configured and connected seamleassly into any studio producing content.

Easily start up your production by creating a project with TACTIC nad selecting the VFX template. Create your own template and reuse your own template for all future productions.

License

Eclipse Public License 1.0

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Python 43.6%
  • CSS 1.9%
  • TSQL 1.5%
  • PLpgSQL 0.8%
  • HTML 0.8%
  • Other 0.6%