Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 2.33 KB

README.md

File metadata and controls

74 lines (46 loc) · 2.33 KB

feedback

An anonymous feedback mechanism guaranteeing anonymity to those providing it.

Why?

We all have things we would like to improve in our lives and work. But often we do not know how to approach communicating the "issue" without offending someone. If we just ignore the issue or "bottle it up" without saying anything, the issue rarely just "goes away".

We need a systematic way of sharing feedback on anything. So that anyone can describe an issue, capture and address it.

What?

  • Collect anonymous feedback from anyone.
  • Store that feedback in a simple database
  • Act on the feedback and show progress towards solving any issues raised.

Initially the feedback will only be internal but we need to discuss the potential for how to make it public please share your thoughts on this: #2

Who?

Who is the feedback app made for?

Initially this app is for our internal purposes. We @dwyl are doing a terrible job of collecting feedback from all the team members, clients, "users" of the apps we build and other stakeholders.

The feedback app addresses this challenge.

Who might the feedback app be useful to in the future?

Any organsiation or individual who needs a systematic way of collecting both specific/targeted and anonymous feedback.

How?

To run this app locally, you will need to have some basic Phoenix Knowledge. We recommend reading: https://github.com/dwyl/learn-phoenix-framework

Get Started in 2 Minutes

  • Clone the Git repository: git clone [email protected]:dwyl/feedback.git && cd feedback
  • Install dependencies with mix deps.get && npm install
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Run source .env to load your environment variables
  • Start Phoenix endpoint with mix phoenix.server

Now visit localhost:4000 from your web browser.

Research

See the research.md file.

Conclusion

We have surveyed the market and can conclude that there isn't an existing Open-Source, easy-to-run application or Service with an API we can use in April 2017 so we decided to make one.