@ilb/dossier-ui
v2.3.23
Published
``` npm i @ilb/classifiercomponent ```
Downloads
392
Keywords
Readme
Установка:
npm i @ilb/classifiercomponent
Пример (классификация не работает):
git clone https://github.com/ilb/classifiercomponent.git
npm i
cp .env.example .env
npm run dev
Перейти на http://127.0.0.1:3010
Использование:
Задать переменную apps.loandossier.dossierDocumentPath
в .env
Клиент:
<Classifier uuid={uuid} name="classifier" schema={classifierSchema} />
Пример schema: https://github.com/ilb/classifiercomponent/blob/master/src/mocks/schema.mjs
Сервер:
// pages/api/classifications/[...classifier].js
import { ClassifierApi } from "@ilb/classifiercomponent/src/server.mjs";
import { createScope } from "../../../libs/usecases/index.mjs";
import { onError, onNoMatch } from "../../../libs/middlewares/index.mjs";
export const config = {
api: {
bodyParser: false,
},
};
export default ClassifierApi(createScope, onError, onNoMatch);
В DI должна быть переменная dossierBuilder
являющаяся экземпляром класса DossierBuilder
И, случае использования классификатора: verificationService
, verificationRepository
, classifierQuantity