# n-feedback **Repository Path**: mirrors_Financial-Times/n-feedback ## Basic Information - **Project Name**: n-feedback - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # n-feedback Displays a feedback button when clicked, allows you to fill in a form with feedback questions. This questions come from "next-feedback-api" that get it from "qualtrics configured survey" ## Demo ```sh make install make demo ``` Go to [http://local.ft.com:5005/](http://local.ft.com:5005/) ![alt text](feedback.png) ## Test locally in other apps Use npm link to test the dependency locally ```sh cd ~/n-feeback npm link cd ~/some-next-app npm link n-feedback ``` ## Usage ``` npm install --save @financial-times/n-feedback ``` Use handlebars template ``` {{ > n-feedback/templates/feedback-container}} ``` ## Deployment Create a release tag [in Github](https://github.com/Financial-Times/n-feedback/releases) following the Semver convention and prefixing the release number with `v`. This will make this available as a NPM package at that version. If you are wanting to deploy to FT.com, after creating the tag you will need to coordinate the release for [these repos](https://github.com/search?q=org%3AFinancial-Times+filename%3Apackage.json+n-feedback&type=Code). You should create a pull request updating the package version in the repo's `package.json`. ## Execute test ```sh make test ``` # Monitoring To monitoring we can check the grafana panel of "next-feedback-api" to check if the requests still working or if we have an increment of errors on it [next-feedback-api](https://grafana.ft.com/d/1eU9QR3mz/next-feedback-api?orgId=1)