Evaluating bids

Desarrollar un componente de polymer 1.0

Published on the March 14, 2019 in IT & Programming

About this project

Open

Necesito un componente en polymer 1.0

El componente debe recibir un arreglo de datos en json y mediante un string en SQL poder filtrar la informacion para que me entregue otro arreglo ya filtrado.

Por ejemplo

Datos de entrada:
[{
username: "Jhon",
color: "red"
},
{
username: "Charlie",
color: "yellow"
},
{
username: "Mark",
color: "red"
}];


sql:
"select username from data where color='red'"

resultado
[{
username: "jhon"
},
{
username: "mark"
}];

necesitaria que me entreguen un repositorio de git que yo le dare , con demo y con una documentacion del componente.

Category IT & Programming
Subcategory Web development
What is the scope of the project? Medium-sized change
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
API Integrations Other (Other APIs)
Roles needed Developer

Delivery term: Not specified

Skills needed