Individual Project Tasks

From Lingoport Wiki
Revision as of 18:05, 22 February 2024 by Rdaly (talk | contribs) (Project logs)
Jump to: navigation, search

Introduction

ProjectOverview2.jpg

When a user selects a project name from the Projects page, the Project Overview page comes up with a summary of the project. There are a number of tabs on the top of the page. The tab that is selected is highlighted. For this example the Overview button OverviewIconSelected.jpg is highlighted for the Project Overview page.

  • Overview - a summary of the project, showing the data source, history, and a summary of Globalyzer and Localyzer configuration
  • Globalyzer - a detail of the Globalyzer information including the number of issues found
  • Localyzer - a detail of the Localyzer information including the locales and translation status
  • Issues - detailed information about the Globalyzer and Localyzer issues
  • Logs - report of the various actions performed on the project.
  • Configure - allows the user to modify the project.

Analyze Project

[Admin, Manager]

InProcessAnalyzeProject.jpg

The Analyze Project icon AnalyzeProjectIcon.jpg will run the project. When the button is selected, the icon will be shown twirling and a message will come up about the job processing.

Overview

[Admin, Manager, Developer, Translator]

ProjectOverview2.jpg


Once a project is created, selecting its name will open the Project Overview. Note that the Overview tab OverviewIconSelected.jpg on the top is highlighted. The Overview page is a project summary page, showing the Globalyzer and Localyzer summaries and the Project History. Any of the analysis lines are selectable and will open the corresponding logs.

The Analyze project button AnalyzeProjectIcon.jpg will run the project.

Globalyzer

[Admin, Manager, Developer, Translator]

GlobalyzerReport.jpg

The Globalyzer Icon GlobalyzerIcon2.jpg opens the Globalyzer Report page with the details of the Globalyzer analysis.

  • Total Remaining Issues - all the issues that Globayzer has identified. This card is selectable and will take you to the Issues page.
  • Total Issues Fixed - how many issues have been fixed since the project was created.
  • Total Issues Density - number of issues divided by the number of lines of code that were scanned.
  • Issues Types Breakdown - What types of issues were found.
  • Issues Priorities Breakdown - A list of the severity of the issues.
  • Globalyzer configuration - The rulesets used and the items scanned for.

Localyzer

[Admin, Manager, Developer, Translator]

LocalyzerReport.jpg

The Localyzer Icon LocalyzerIcon2.jpg opens up the Localyzer Report page. The Localyzer page has a number of icons on the left side for actions that can be done.

SendKitToTranslation.jpg - Send Kit to Translation

CheckImportIcon.jpg - Check for translations to import

DeactivateLastTranslationKitIcon.jpg - Deactivate last translation kit

ResetAllTranslationKitsIcon.jpg - Reset All Translation kits

CreateProjectBaselineIcon.jpg - Create the project baseline

Issues

[Admin, Manager, Developer, Translator]

Issues.jpg

The Issues icon IssuesIcon.jpg opens the Issues page and will show all the Globalyzer and Localyzer issues. Once the issues page is open, the issues can be searched, filtered and sorted.

IssuesDetail.jpg

Selecting an issue in the list will show more detail about the issue, including its status, type and priority.

  • Go to line in source code - will take the user to the line of code in the repository, for users with repository access.
  • Learn more about this issue - will open up documentation about the issue.

Project logs

[Admin, Manager, Developer, Translator]

ProjectLogs.jpg

The Console Logs icon LogsIcon.jpg opens up the logs to show when the project has been analyzed. Selecting any of the lines will open the log and show more detail.

ProjectLogDetail.jpg

In this example:

  • The user making the change is testAdmin
  • The version of Command Center is given
  • Two settings in the General Settings were changed
    • The module name was changed from testingxxx to testing
    • Tags were added to the project: FTP and Official

Project configuration

[Admin, Manager]

EditProjectConfiguration.jpg

The project configuration icon ProjectConfigurationIcon.jpg will open the Edit Project Configuration page

General Settings

Data Source Settings

Access Settings

Globalyzer Settings

Localyzer Settings

Edit a project

There are multiple ways to get to edit a project.

EditProject1.jpg

First, from the Projects page, hover over the project and the Edit button will appear.


EditProject2.jpg

Second, select the project name (or the Globalyzer or Localyzer icon) to go to the Overview, Globalyzer or Localyzer page. Select the Project Configuration button on the left to get to the Edit Project Configuration page.


EditProjectConfiguration.jpg

From this page, any of the settings can be changed.

  • Delete - remove the project completely
  • Duplicate - make a copy of the project. The name must be changed at the very least to save the project.
  • Clean - removes the workspace so that it must be populated again.

When changes are made and saved, a notice appears at the top of the screen about the project being updated. The project does not run until it is manually run or by an automated task.