About Command Center

From Lingoport Wiki
Revision as of 15:44, 16 May 2023 by Olibouban (talk | contribs) (Globalyzer Introduction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What is Command Center?

Command Center brings together essential configuration, functions and dashboards for continuous software internationalization and localization using Lingoport products. It supports the developer experience of globalization from a repository and developer focus, and for managers to get an overview of software globalization throughout the enterprise.

IntroductionSignIn.jpg


  • Command Center is deployed, installed, and updated using Docker
  • Users can configure the location of their code and resource files from a variety of data sources including GitHub, AWS S3, and Bitbucket.
  • Command Center and Globalyzer can analyze the code for globalization issues.
    • Reports are created showing the summary of the issues in the code.
    • Suggestions for globalization compliance are given.
  • Customers can identify a wide range of resource file types, configure machine translation and translation management systems and automatically submit files for translation.
  • Command Center and Localyzer tracks and verifies the resource files through translation and back to the data source.
  • Users in various roles (Administrator, Manager, Developer and Translator) can use the Command Center to manage and view the status of projects.


CCProjects.jpg

Diagram

Command Center reads application source code from data sources such as Git repositories.

  • Command Center uses Globalyzer Server rule sets to analyze the code for i18n issues,
  • Command Center Localyzer manages resource files translation via different mechanisms such as Translation Management Systems (TMSs) and Machine Translation (MT) engines
CommandCenterIntroDiagram.jpg

Roles

Command Center requires users to login. Each user created in Command Center is assigned a role that defines the operations that can be completed by the user. There are five roles defined:

  1. Administrator
  2. Manager
  3. Developer
  4. Translator
  5. API User

Administrator

The Administrator user is responsible for:

  • Administering users and teams and assigning them to the users and projects
  • Installing and updating licenses
  • Managing data credentials and assigning them to managers
  • Setting up machine translations and translation management systems

The Administrator user can view all the projects in the system. The Administrator user can create and manage projects, but this role should be left to managers. The Administrator user can set the system in maintenance mode for certain actions.

Manager

The Manager is responsible for:

  • Creating, managing and running projects
  • Creating project tags and tokens
  • Running a project to update the status of the project
  • Checking the i18n and L10n status of different projects
  • Send files for translation
  • Viewing the system configuration

The Manager can only see the projects for the teams or projects assigned to them.

Developer

A Developer is mostly interested in i18n and L10n status of their projects. The Command Center provides an overview of the issues at hand. The developer can drill down to individual issues so as to correct them.

Translator

A Translator is mostly interested in the translation status and translation issues of specific projects. The Translator can drill down to individual translation issues. When translation issues are corrected (typically in a TMS), the Translator can resubmit translations to the Command Center.

The API User

The API user is a special type of users for API based integration with other systems. The API user cannot login to Command Center.

Globalyzer Introduction

GlobalyzerConfiguration.jpg

When a Command Center project is configured with Globalyzer, the source code of the data source (Git repository for instance) will be scanned using Rule Sets based on the Globalyzer project definition.

For more information on Globalyzer scanning see

Localyzer Introduction

CCLocalyzer.jpg


When a Command Center project is configured with Localyzer, the settings will define the type of files to translate, the source and target locales, which system to send files for translation. The Command Center tracks the status of translation and allows a Manager to send files to be translated. Files are checked for correctness, translations are seamlessly pushed back and forth between the data source (repositories, etc.) of the project and the translation group.

For more information about Localyzer, see

Next: Installation

To install or update Command Center, please see