Aishwarya Srivastava 3ea8e88969 NTP-39419 | Add address flow on LH for field CIU (#1385)
* NTP-34968| Add address flow for field CIU

* NTP-34968| Add address flow for field CIU

* NTP-39419| added role check

* NTP-39419| Code refactor

* NTP-39419| Code refactor

* NTP-39419| Added enum for validation error

* NTP-39419| Code refactor

* NTP-39419| Added address validations

* NTP-39419| removed unused code

* NTP-39419| type changes

* NTP-39419| add address flow for field ciu

* NTP-39419| removed magic numbers

* NTP-39419| PR comments resolved

* NTP-24405| removed unused code
2025-02-21 19:57:53 +05:30
2023-03-29 16:10:42 +05:30
2023-03-29 16:10:42 +05:30
2025-01-03 17:36:49 +05:30
2022-08-23 13:56:14 +05:30
2023-03-06 17:37:06 +05:30
2022-08-23 13:56:14 +05:30
2023-03-29 16:10:42 +05:30
2022-08-23 13:56:14 +05:30

collections-portal

System Requirements

Node version >=17.9.0

NPM version >=8.5.5

Setup

Clone this repo and cd into the project directory

cd collections-portal
yarn setup

Install dependencies

yarn add

Start dev server

yarn run dev

For production build

yarn run build

Project Commands

Check Eslint-Prettier

yarn run lint
yarn run prettier-check

Fix Lint and Prettier code formatting

yarn run lint:fix
yarn run format

Pre commit hook

yarn lint-staged

 

Let's refine this project template as we progress. Cheers!!

Description
No description provided
Readme 14 MiB
Languages
TypeScript 57.8%
JavaScript 37.2%
SCSS 4.9%