4
0 Comments

Django-based on-page user feedback packages vs roll-your-own

I need a way for users to send a quick note from any page, or even step in a workflow to let me know if there's a problem

Is anyone partial to a particular open-source django package that has decent design elements / trivial user workflow? Or perhaps, gone through this and decided to build it themselves also?

Here's a link to the Django Packages Feedback table.

The Django SaaS project I'm working on is abstracted for re-use I have the time to invest in rolling-my-own to keep the dependency and code bloat as low as possible. If I did build it the behavior would be something like:

  • Accepts a message from an endpoint, stores it in a reasonable model and pings me over email.
  • Icon that can go in a nav template or anywhere else and a modal that takes and posts the message along with js to rig it up.
on November 12, 2021