Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1][Medium][App][Feature] Add "Feedback" Option in PearAI #59

Open
nang-dev opened this issue Oct 16, 2024 · 8 comments
Open

[1][Medium][App][Feature] Add "Feedback" Option in PearAI #59

nang-dev opened this issue Oct 16, 2024 · 8 comments
Assignees

Comments

@nang-dev
Copy link

nang-dev commented Oct 16, 2024

Need a page within pearai-submodule where people can open up, its a text box, and when a user submits, it sends an email to [email protected] with the:

user email, user id, subscription info (subscribed? monthly?), user os, and feedback

@nang-dev
Copy link
Author

www.github.com/a-augustin

@a-augustin
Copy link

I can work on this task

@a-augustin
Copy link

Also, is there a Figma design of what you're looking for in the feedback option? No worries if not

@nang-dev
Copy link
Author

There is not. just a simple textbox should do! :D

@joeni21
Copy link

joeni21 commented Nov 30, 2024

Hi, I would like to be assigned to this!

@nang-dev
Copy link
Author

Awesome, assigned @joeni21

@nang-dev
Copy link
Author

a-augustin having some bugs. nw. joeni21 will pick it up

@nang-dev
Copy link
Author

trypear/pearai-submodule#70

if already signed in. client side (the app) can just send their api key and the feedback as text. so just one box -> feedback and one button -> send. and we should have auto close, with a vscode notif in the bottom right that says "Feedback sent successfully!" (or error)

so basically:

see if user is signed in (look at the pearai credentials), if not, send it anonymously
send headers (https://github.com/trypear/pearai-submodule/blob/main/core/continueServer/stubs/headers.ts#L4
), api-key (see PearAIServer.ts), and feedback to SERVER_URL/client_feedback

Himanshu-Singh-Chauhan pushed a commit to Himanshu-Singh-Chauhan/pearai-app that referenced this issue Jan 4, 2025
* Update links, folder names, and app names from vscode to pearai-app

* Update links for the README files and dev containers

* Further changes to VSCode references

* Make requests changes and fix minor grammar

---------

Co-authored-by: Duke Pan <[email protected]>
Co-authored-by: Nang <[email protected]>
nang-dev added a commit that referenced this issue Jan 27, 2025
* Update links, folder names, and app names from vscode to pearai-app

* Update links for the README files and dev containers

* Further changes to VSCode references

* Make requests changes and fix minor grammar

---------

Co-authored-by: Duke Pan <[email protected]>
Co-authored-by: Nang <[email protected]>
nang-dev added a commit that referenced this issue Jan 27, 2025
* Update links, folder names, and app names from vscode to pearai-app

* Update links for the README files and dev containers

* Further changes to VSCode references

* Make requests changes and fix minor grammar

---------

Co-authored-by: Duke Pan <[email protected]>
Co-authored-by: Nang <[email protected]>
nang-dev added a commit that referenced this issue Jan 27, 2025
* Update links, folder names, and app names from vscode to pearai-app

* Update links for the README files and dev containers

* Further changes to VSCode references

* Make requests changes and fix minor grammar

---------

Co-authored-by: Duke Pan <[email protected]>
Co-authored-by: Nang <[email protected]>
nang-dev added a commit that referenced this issue Jan 27, 2025
* Update links, folder names, and app names from vscode to pearai-app

* Update links for the README files and dev containers

* Further changes to VSCode references

* Make requests changes and fix minor grammar

---------

Co-authored-by: Duke Pan <[email protected]>
Co-authored-by: Nang <[email protected]>
nang-dev added a commit that referenced this issue Jan 27, 2025
* Update links, folder names, and app names from vscode to pearai-app

* Update links for the README files and dev containers

* Further changes to VSCode references

* Make requests changes and fix minor grammar

---------

Co-authored-by: Duke Pan <[email protected]>
Co-authored-by: Nang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment