Skip to content

Stop letting ideas slip through the cracks. Collect, and organize feedback and feature requests in a dedicated customer feedback tool. Canny helps you collect and organize feature requests to better understand customer needs and prioritize your roadmap.

Notifications You must be signed in to change notification settings

DhiWise/FeedbackWebApp

Repository files navigation

React Web App For Discord Thread To Canny Post To Clickup Task Wizard

Stop letting ideas slip through the cracks. Collect, and organize feedback and feature requests in a dedicated customer feedback tool. Discord, Canny & ClickUp help to collect and organize feature requests to better understand customer needs and prioritize the roadmap.

To create a single place for all customer feedback. Required to save time managing all the feedback while keeping customers in the loop. and to get an organized list of feedback to inform for the roadmap.

Table of Contents

Features

  1. Get the list of Discord Threads
  2. Create Canny Post from Discord Thread
  3. Get the list of Canny Posts
  4. Create ClickUp Task from Canny Post

Screenshots

DicsordFeedback CannyFeedback

Setup

1. Clone the repository

$ git clone https://github.com/DhiWise/FeedbackWebApp
$ cd FeedbackWebApp

Install Dependencies

npm install

Running the App

npm start

Running the storybook

We have detected common components and have generated possible variants of it. To check the documentation of generated common components by integrating storybook, Please follow below steps.

Install and Initializes

 npx storybook init

Run the Storybook

 npm run storybook

2. Set Account Tokens In Following Files

Go to https://cors-anywhere.herokuapp.com/corsdemo and click on "Request temporary access to the demo server" to avoid cors issues while calling APIs from the browser, you can find all the setup and authorization tokens in browser cURL for ClickUp and Discord.

  1. Add ClickUp SubcategoryId in ClickUp method at URL and Add ClickUp token in same method header in src/service/api.js and setup required ids in src/constants/clickUpHeaderCreds

  2. Create Account for Canny on https://canny.io/ and setup required keys in src/constants/cannyUpHeaderCreds

  3. Add your Discord channel id in URL, Authorization token and X-Super-Properties in src/service/api.js

Version of Technologies

  • git - v2.13 or greater
  • NodeJS - 12 || 14
  • npm - v6 or greater

Folder Structure

.
├── package.json
├── package-lock.json
├── postcss.config.js
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
├── README.md
├── src
│ ├── App.js
│ ├── assets
│ │ ├── fonts ---------- Project fonts
│ │ └── images --------- All Project Images
│ ├── components --------- UI and Detected Common Components
│ ├── constants ---------- Project constants, eg: string const
│ ├── hooks -------------- Helpful Hooks
│ ├── index.js
│ ├── pages -------------- All route pages
│ ├── Routes.js ---------- Routing
│ ├── styles
│ │ ├── index.css ------ Other Global Styles
│ │ └── tailwind.css --- Default Tailwind modules
│ └── util
│ └── index.js ------- Helpful utils
└── tailwind.config.js ----- Entire theme config, colours, fonts etc.

Libraries used in this repository

  1. @tailwindcss/forms - 0.4.0
  2. @testing-library/jest-dom - ^5.15.1
  3. @testing-library/react - ^11.2.7
  4. @testing-library/user-event - ^12.8.3
  5. react - 17.0.2
  6. react-datepicker - ^4.5.0
  7. react-dom - 17.0.2
  8. react-router-dom - 6.0.2
  9. react-router-hash-link - ^2.4.3
  10. react-scripts - 5.0.0
  11. web-vitals - ^2.1.0
  12. Axios - ^0.27.2
  13. react-toastify - ^9.0.1
  14. autoprefixer - 10.4.2
  15. postcss - 8.4.6
  16. tailwindcss - 3.0.18

License

MIT License

Copyright (c) 2022 DhiWise

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Community

DhiWise Twitter

DhiWise YouTube

DhiWise Discord

DhiWise Documentation

About

Stop letting ideas slip through the cracks. Collect, and organize feedback and feature requests in a dedicated customer feedback tool. Canny helps you collect and organize feature requests to better understand customer needs and prioritize your roadmap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published