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

Implement Feedback submission #558

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Conversation

harsh3dev
Copy link
Collaborator

@harsh3dev harsh3dev commented Jan 21, 2025

Resolves #309

  • Add feedback form using shadcn/ui Form component
  • Integrate ReCAPTCHA on the page
  • Create feedback app in the backend
  • Add frontend tests
  • Add backend tests
Recording.2025-01-20.193415.mp4


return Response(status=status.HTTP_201_CREATED)
except ValidationError as e:
return Response({"error": str(e)}, status=status.HTTP_400_BAD_REQUEST)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@harsh3dev harsh3dev marked this pull request as draft January 21, 2025 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implemnet user feedback form on Nest frontend
1 participant