Aqueelone / sitesupport

This is very simple support system for small a site...
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Support Issue Tracking #1

Open Aqueelone opened 8 years ago

Aqueelone commented 8 years ago

A simple system for tracking incoming enquiries from customers with an easy to use interface for support staff to communicate with clients.

Introduction

Please ensure your application uses Ruby 2.1.* on Rails 4.1.* with HAML as your markup language. Alternatively, you can use Ruby 2.1.* and Sinatra (either with DM or AR). If you wish to use a javascript framework, jQuery is the preferred option. The system should be as ORM agnostic as possible, but we use MySQL databases for all our production applications (PGSql will do too). Build the application in the manner you feel most appropriate to accomplish all the tasks outlined in the specification.

Background

At the moment, host-tastic's support system is entirely email based. When a customer has a support enquiry, they simply email the appropriate department at the addresses provided on the companies website. Recently, the company?s support enquiries have increased hugely and new staff are being brought in to handle the issues. Unfortunately, the e-mail system they are using at the moment leaves a lot to be desired and does not work well in a multi-user environment. Imagine, we would like customers to be able to enter support tickets directly into our website which staff can then manage and reply to through a management interface. The customer facing side should fit nicely in the companies existing website where as the management/staff interface should be clean, separate and easy to use.

Notes about the customer interface

Aqueelone commented 8 years ago

I made up new branch for it -- 'develop'