From f34436c146ec193743dd727b437f98947a28c6c3 Mon Sep 17 00:00:00 2001 From: ce-nistal Date: Wed, 17 Jul 2024 23:11:48 -0300 Subject: [PATCH] Updated documentation --- Apps.XTM/Actions/LqaActions.cs | 3 ++- Apps.XTM/Apps.XTM.csproj | 2 +- README.md | 9 ++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Apps.XTM/Actions/LqaActions.cs b/Apps.XTM/Actions/LqaActions.cs index 01ac367..9d14384 100644 --- a/Apps.XTM/Actions/LqaActions.cs +++ b/Apps.XTM/Actions/LqaActions.cs @@ -3,6 +3,7 @@ using Apps.XTM.Models.Request; using Apps.XTM.Models.Response; using Apps.XTM.Models.Response.Customers; +using Blackbird.Applications.Sdk.Common; using Blackbird.Applications.Sdk.Common.Actions; using Blackbird.Applications.Sdk.Common.Invocation; using DocumentFormat.OpenXml.Bibliography; @@ -23,7 +24,7 @@ public LqaActions(InvocationContext invocationContext) : base(invocationContext) } [Action("Search LQA reports", Description = "Define criteria to search LQA reports")] - public async Task> SearchLqa(LQARequest input) + public async Task> SearchLqa([ActionParameter] LQARequest input) { var Params = new List(); if (input.DateFrom is not null) Params.Add($"completeDateFrom={input.DateFrom:yyyy-MM-dd}"); diff --git a/Apps.XTM/Apps.XTM.csproj b/Apps.XTM/Apps.XTM.csproj index bbe4bf9..3c8900c 100644 --- a/Apps.XTM/Apps.XTM.csproj +++ b/Apps.XTM/Apps.XTM.csproj @@ -4,7 +4,7 @@ enable enable XTM - 3.2.0 + 3.2.1 Translation management system that centralizes localization assets and enables fast, accurate translation and deployment of content tailored to any audience in any territory Apps.XTM 12 diff --git a/README.md b/README.md index f8a2fb3..96aa920 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ Before you can connect you need to make sure that: - **Delete project** - **Get project estimates** +### LQA + +- **Search LQA reports** Define the criteria to fetch the LQA reports you need. Optional parameters include: + - Date from + - Date to + - Target languages + - LQA type + ### Files - **Download source files** @@ -87,7 +95,6 @@ Before you can connect you need to make sure that: The current implementation covers the basic actions. However, in the future we can also support: -- Project LQA - Project analytics - Custom fields - Jobs