Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwu823/prive-test


https://github.com/rwu823/prive-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Introduction

This mini project is using [jsonform library|https://jsonforms.io/docs/custom-renderers]

It comes with some code integrated a few jsonform elements.

The example UI is in: sample.html

Task Objective

Implement 'auto complete' functionality based on the jsonform element.

We would like to see efficient code implementation and clean code structure.

How it should work

Under the 'Underlyings' section: there is a field called Underlying:isin, right now it is a free text field.

The goal is to make the Underlying:isin field 'auto complete' enabled.

The 'auto complete' functionality should rely on the API response (based on what user types in).

For example: type 'LU03', the auto complete dropdown list should show top 10 suggested texts.

e.g. LU0352132871, LU0312345677, etc

The auto complete content should be from an external api.

But for testing purpose, this API can be mocked by your own. It just returns some dummy data.

Deliverables

Please commit to your own repository and reply with the link.