User:Lucia Dossin/Self-directed Research/Exercise1: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
<h1>Exercise 1</h1>
<h1>Exercise 1</h1>
What happens when there's time to reflect on what you're doing online? In this specific case, when you're buying something?
<h2>Description</h2>
<h2>Description</h2>
A Firefox plugin that interferes in the shopping flow by delaying the 'Add to Cart' action.
Instead of putting the product in the shopping cart after just one click, one question (out of a set) is presented on screen each time the User clicks the 'Add to Cart' button. In the current structure, by clicking OK, this mechanism is kept activated. By clicking Cancel, the mechanism is canceled and the User will then be able to put the product in the shopping cart. Besides that, while the mechanism ia active, the main product picture is substituted (currently by a 'garbage monster').
This is an ongoing exercise, currently a mock-up. Yet to be done/tested:
. design another 'Add to Cart' button. Currently there's a sandclock to indicate whether the mechanism is activated or not.
. questions posed will make stronger use of graphic language (instead of the default javascript gray boxes). OR there will be no overwhelming graphic elements and no questions. Just the need to click the 'Add to Cart' button N times before a product is put there. Second option seems more attractive to me.
. questions posed can be more persuasive (if there are any questions at all).


<h2>Screenshots</h2>
<h2>Screenshots</h2>


<h2>Code</h2>
<h2>Code</h2>
<h2>Notes</h2>

Revision as of 14:49, 31 March 2014

Exercise 1

What happens when there's time to reflect on what you're doing online? In this specific case, when you're buying something?

Description

A Firefox plugin that interferes in the shopping flow by delaying the 'Add to Cart' action.

Instead of putting the product in the shopping cart after just one click, one question (out of a set) is presented on screen each time the User clicks the 'Add to Cart' button. In the current structure, by clicking OK, this mechanism is kept activated. By clicking Cancel, the mechanism is canceled and the User will then be able to put the product in the shopping cart. Besides that, while the mechanism ia active, the main product picture is substituted (currently by a 'garbage monster').

This is an ongoing exercise, currently a mock-up. Yet to be done/tested: . design another 'Add to Cart' button. Currently there's a sandclock to indicate whether the mechanism is activated or not. . questions posed will make stronger use of graphic language (instead of the default javascript gray boxes). OR there will be no overwhelming graphic elements and no questions. Just the need to click the 'Add to Cart' button N times before a product is put there. Second option seems more attractive to me. . questions posed can be more persuasive (if there are any questions at all).

Screenshots

Code