Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwu823/prive-test
https://github.com/rwu823/prive-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwu823/prive-test
- Owner: rwu823
- Created: 2019-05-20T08:33:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:09:06.000Z (about 1 year ago)
- Last Synced: 2024-04-09T22:53:42.373Z (9 months ago)
- Language: HTML
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.