If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Advice Needed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-10-04, 05:36
Wealth-Builderz Wealth-Builderz is offline
Registered User
 
Join Date: Oct 2004
Posts: 29
Exclamation Advice Needed

Dear Members,

I don't normally ask for advice or help but I am currently going into my final year on a first and want to produce a class project. I am looking for implementation ideas on my following project, such as which relational DBMS would be most suitable in providing the functions and requirements I have identified, taking into account the strengths and limitations. Below is the break down of my project.


Project Specification

1 Project Title

A Complaints and Suggestions system for Wortons Estate Agency

2 Aim of the Project

The aim of the project is to design and build a web-based complaints and suggestions system for a local chain of estate agents. This will have an interface for customers, accessible through web browsers and terminals at the agents’ premises, for the input of complaints, compliments and suggestions (notifications) and an interface for management to produce reports and to respond to the notifications

3 Background Information

The local agent, Wortons, has shops in Hatfield, Potters Bar, Brookmans Park, Welwyn Garden City and St. Albans. They advertise properties for sale and rent and specialise in the letting of properties to students. They provide the following services:

Survey and valuation of properties

Sale of properties, advertised in the shops, in newspapers and on the web

Management of rental properties on behalf of clients

Location of properties for clients to buy or rent

A special service to local students and to clients offering properties for student rental

Customers may be people looking to buy or rent a property, people with a property to sell or people with properties to let. When things go wrong they are not usually slow in complaining. Currently complaints are dealt with by staff at the individual agencies who write them onto a slip of paper and pass them on to the management team. There is a suggestions box at each agency (which people also use for complaints, but rarely compliments) but the box next to it containing the empty suggestions slips is often empty so customers have nothing to write on.

Management are keen to improve their customer services and would now like to implement a complaints and suggestions scheme on their web site which customers can access from a terminal in the reception area or from home. They propose to acknowledge all notifications within one working day –either by email or post, with follow-up letters for complaints once they have been investigated and dealt with. Management would like to be able to report on the types of notification received and also the speed with which complaints are dealt with.

The system should have access to a database containing all the customers’ details and all notifications should be recorded in this database referenced by a client number assigned to the author.

4 User Requirements

4.1 The Customer Interface

Customers should have an easy way of accessing their details by entering their surname and postcode. There should be a facility for them to enter their details if they do not appear, as new customers may not yet be on the system.

Customers should have a free-text area to type in details of their notification. They should be encouraged to select from a list of types and sub-types the main description which applies to the notification.

If there is no recorded email address for the customer on file they will be asked if they want to input one.

Once the notification has been submitted the customer should be thanked for taking the trouble to communicate and told that an acknowledgement will be sent within one working day by email or post (if they don’t have an email address)

4.2 The Customer Service Interface

Submitted complaints are automatically entered into the database. Every day, the customer services manager (CSM) will analyse all notifications received. A list of the complaints should show on her system at login.

The CSM will select the notifications one at a time and may adjust the types allocated by the customer. She will decide if the notification is a complaint, compliment or suggestion and allocate the appropriate category. She will then choose an acknowledgement letter from a pre-defined list of Word documents – the letter will be generated in Word with the customer’s name and address automatically entered. The acknowledgement will either be printed for posting or sent by email if the customer has an email address.

If the notification needs no further action, the CSM will mark it as resolved. If it needs further action she will allocate it to one of the team of Resolvers (i.e. people working at the different agencies), she will give it a turn-round date (a default has been agreed at 5 working days but this can be over-ridden) All notifications allocated to a Resolver will show on a list when s/he logs in. For each notification s/he should either:

Deal with it and contact the customer saying what has been done – stored standard letters may be used for communications with members

Pass it on to another Resolver with a note of what action is required

If the Resolver considers the notification has been dealt with s/he should mark it as resolved.

Every action taken relating to a notification should be recorded in an Actions list in the database.

4.3 The Reporting Interface

Management would like access to a number of standard reports:

All notifications by category and type

Outstanding notifications by category and type

Outstanding notifications by Resolver

A summary table showing numbers of complaints by type and sub type over a given period

5 Project Tasks

In order to be considered for a pass at Third Class Honours standard on this project, I must give evidence of having adequately attempted to:

Design and implement a database to store details of customers and notifications they have posted.

Design and partially implement a prototype web-based front-end for the Worton Estate Agency Complaints and Suggestions system

Enable notifications to be input via the web and stored in the database against the client number of the author (all new customers will be automatically allocated a client number)

Design and partially implement an interface for the customer services manager to view notifications, and record actions against them. The operator should be able to select the name of a standard letter from a pull-down list, but links to Word and email are not required for 3rd Class Hons. Standard and the letter templates do not need to be created.

Implement at least two of the required reports

In order to be considered for a pass at Second Class Honours standard in addition to the above, I must give evidence of having adequately attempted to:

Provide automated links to Word and email from the customer services manager interface. A few template letters should be created to show how the customer’s details can be transferred into a Word document, however the content of the letters is not important and you do not need to create the full text of the replies.

Implement all of the required reports

Have produced interfaces which not only work but have robust error trapping and show due consideration of usability issues.

In order to be considered for a pass at First Class Honours standard on this project, I must, in addition to the above, must also give evidence of having adequately attempted to:

Identify usability criteria for all aspects of the system and show how the design of the system meets these criteria

Evaluate the system with a number of users and comment critically (based on the evaluation) on the extent to which these criteria have been met.

6 Project Deliverables

As appendices to the project report I am expected to provide

An entity relationship diagram and data dictionary for the final system

Documented program code

A full set of annotated screen shots

Useful References

Recommended reference on evaluating the usability of software

http://www.useit.com

Other references on web design and usability

www.usableweb.com
www.usability.gov
http://www.usability.gov/guidelines/index.html
http://webtango.ischool.washington.edu/
www.otal.umd.edu/uupractice

General Human Computer Interaction Texts:
Human Computer Interaction Dix, AJ. et al. Prentice-Hall 1998
Designing the User Interface, Shniederman, B. Addision Wesley 1998
Human Computer Interaction, Preece, J. et al Addision Wesley 1994
Usabiltity Inspection methods Nielsen, John Wiley & Sons 1994
Handbook on Usabiltiy Testing, Rubin J. John Wiley & Sons Ltd 1994
Interaction Design beyond human-computer interaction, Preece, J. et al John Wiley & Sons 2002

Last edited by Wealth-Builderz; 10-10-04 at 05:41.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On