DIGIT-UI : Trade License UI /UX


Overview

Trade License follows the same react components, file structure and API service / hook handling which is common to all the other modules. However some improvements in terms of component abstraction and services were made, which will be listed subsequently in individual flow documentation

Version History

Prerequisites

Know how of React component library, service library and core services are expected.

Features

Users with certain roles can access TL modules and its nested features, some description of the same is provided below

Roles

Access

TL_APPROVER, TL_DOC_VERIFIER,

TL_CEMP, TL_FIELD_INSPECTOR

Inbox page and Inbox API

TL_APPROVER, TL_DOC_VERIFIER,

TL_CEMP, TL_FIELD_INSPECTOR

Search Application/ License page and TL Search API





Configurations and Setup

yarn build && yarn start would be required to build and export the module and import changes at runtime

References and Notes