Skip to content

Collect simple feedback from your users about services in your app

License

Notifications You must be signed in to change notification settings

substrakt-health/feedbackable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP.

Feedbackable

Gain insights in to how your users feel when using your online services.

What is Feedbackable?

When we develop a service online such as appointment booking, or requesting a medication we call this process service design. It incorporates our whole organisation from idea to design, to development, to deployment and finally refinement through feedback.

Just because a service is launched, it doesn't mean it's finished.

Feedbackable allows us to follow the mood of our users using a particular service by getting them to answer a simple question such as:

How easy did you find it to book an appointment today?

Or...

How easy did you find it to read the graph with your blood pressure on it?

and allows our users to respond very quickly with how they're feeling and then optionally add some feedback. Example image of a feedbackable form

Why?

Read our rationale blog post here (not yet written.)

Install

Feedbackable supports Rails 5.0 and higher.

Add it to your Gemfile.

gem 'feedbackable'

Run the installer:

$ rails generate feedbackable

Customise your installation:

# app/models/service_feedback.rb

...customisation code here

Add the feedbackable concern to controller actions that you want fed-back on:

# app/controllers/my_services_controller.rb
include Feedbackable
gather_feedback_for service: :appointment_booked

This then allows you to render the view in any of those controller's action views.

<%= service_feedback_form %>

Report

  • Yet to write...

...I should've named this gem "hit-miss-or-maybe"

About

Collect simple feedback from your users about services in your app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published