Giter Club home page Giter Club logo

user-notes-rcl's Introduction

Purpose

The main task of the component is to send data in TSV format. The TSV file is created using the server settings and the second part of the tsv-send-backend component.

SendToTSV

SendToTSV is the basic component. It passes the required minimum 3 values to the table.

Using

  1. Configure the server to accept the TSV file. The instructions are here tsv-send-backend component.
  2. Insert your data for transmission. The component accepts 6 required parameters:
  • resource - resourceId of material(ru_rob, el-x-koine_maj-rp and others). Type of data - string.
  • type - type of sending. Now that is ['tn', 'tq', 'sn', 'sq', 'twl', 'err']. Type of data - string.
  • reference - reference of your data. It looks like this 1:1. Type of data - string.
  • bookId- one of the 66 bookId's. It looks like this gen. Type of data - string.
  • serverLink - the link of the configured server that transmits the data to TSV-files. Type of data - string.
  • fields - additional parameter for for advanced components. Type of data - object.

Result

TSV is created on the server in this way: resourse/type_bookID. For example:

  • resource='ru_rsob'
  • type='err'
  • reference='1:2'
  • bookId='gen''
  • fields: {Note: '', Quote: ''} - It is important that the names of fields in the table match the parameters in the object.

On the server it will look like this:

eror_example

In TSV:

TSV

SendError

SendError extends the functionality SendToTSV. It is used to transmit errors in translations

Using

The component accepts 5 required parameters (resource, reference, bookId, serverLink, fields).

To transmit an error, 2 additional values are passed :

`fields: {

Quote: // -  text of the found error
Note: // - comment of the person who found the error

}`

Result

In TSV:

Example

user-notes-rcl's People

Contributors

foxprogs avatar valyukhov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.