abc-user-feedback
abc-user-feedback copied to clipboard
ABC User Feedback is a standalone web application that manages Voice of Customer (VoC) data. It allows you to gather and sort feedback from your customers.
## Description * add two methods in `opensearch` repository so that we can add similarity-search-using features * `createKNNIndex()`, `getSimilarData()` * DTOs and test cases are added accordingly as well ##...
**AS-IS** 1. API ``` BASE_URL=http://localhost:3000 # default: http://localhost:3000 # APP_PORT=4000 # default: 4000 ``` 2. WEB ``` NEXT_PUBLIC_API_BASE_URL=http://localhost:4000 API_BASE_URL=http://127.0.0.1:3000 NEXT_PUBLIC_MAX_DAYS=90 ``` **TO-BE** Objective; (1) clearly define which variable is for...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`^15.5.6` -> `^16.0.3`](https://renovatebot.com/diffs/npm/next/15.5.6/16.0.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [eslint-plugin-react-hooks](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)) | [`^6.1.1` -> `^7.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react-hooks/6.1.1/7.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@eslint/compat](https://redirect.github.com/eslint/rewrite/tree/main/packages/compat#readme) ([source](https://redirect.github.com/eslint/rewrite/tree/HEAD/packages/compat)) | [`^1.4.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@eslint%2fcompat/1.4.1/2.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | | major | `22.21.1` -> `24.11.1`...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`^8.46.0` -> `^8.46.4`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.46.3/8.46.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [cron](https://redirect.github.com/kelektiv/node-cron) | [`^4.3.3` -> `^4.3.4`](https://renovatebot.com/diffs/npm/cron/4.3.3/4.3.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [node](https://redirect.github.com/nodejs/node) | final | patch | `22.21.0-alpine` -> `22.21.1-alpine`...
docs
## Summary by CodeRabbit - **New Features** - Introduced a comprehensive documentation website for ABC User Feedback, including user guides, integration guides, developer documentation, community support, and release information. -...