Design
EasyShop is a website that is meant to make shopping easier for the elderly as well as those with poor eyesight. What makes our website more desirable to elderly people is our emphasis on customer service, our sites ability to change the sizes of search results, and general minimalistic style.
What we learned from:
Paper prototyping
- The information scent given by our re-sizing icon and slider was not strong enough => We put a label on the slider and icons to make use of the slider more intuitive.
- Checkout button was hard to find because the icon was too small and it was away from any center of focus => We moved the shopping cart to the area close to the user information drop down
Heuristic evaluation (feedback we got from class)
- The main page was way too busy with the colored images => We replaced those images with simple icons that are consistent and commonly used.
- Paypal is too different from our web site and leads to local inconsistency => We implemented Stripe for checkout system which is much simpler and has the same styling as our website
Walk-through
Main page
Sign up page.
Successful sign up.
Implementation
We decided to make our website a ruby-on-rails based system. The site is hosted on Heroku and
Evaluation
Briefing
Scenario
You are an elderly person that is buying a basketball for your grandson for his birthday.
Tasks
Please do the following tasks:
- Make an account
- Search for basketball
- Re-size search results to "small", then "big"
- Pick Spalding basketball
- Check reviews
- Add to cart
- Checkout
- Pay with following fake information:
- Card number: 4242 4242 4242 4242
- Expiration: 07/17
- Name on card: "your_name"
- CVC: 123
- Got to your profile page
- Under purchase history, select the basketball you purchased
- Give this item a review
User 1
User 2
User 3
Reflection
We lost a lot of crucial time dealing with development issues in the beginning of the implementation process. Computers that were running on Windows could not be used to develop and eventually we had to start booting Ubuntu from flash drives. Scripts was not working, so we had to host on Heroku and in order for our back-end to work, we had to pay $20.
Looking back, we should have obviously started sooner, but you can say that about every project. One problem that