Difference between revisions of "InfluenceUs dev task"
(→Opportunities) |
|||
| Line 49: | Line 49: | ||
$addInfluenceUsTagInDomain = true; // enable/disable adding influenceus tag by default to newly created pages | $addInfluenceUsTagInDomain = true; // enable/disable adding influenceus tag by default to newly created pages | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Needs Attention == | == Needs Attention == | ||
Revision as of 06:15, 14 January 2008
What (summary)
The InfluenceUs task creates a wizard to InviteParticipation.
The InfluenceUs wizard provides highly motivated visitors to our site with a fun, easy, and effective way of engaging and influencing the organization they are delighted or frustrated with.
There is a substantial creative design component to this task. It will be important to socialize ideas before too much investment goes into any particular choice. Low fidelity by-hand drawings can supplement in person conversation and can be scanned for review on IRC. Here is an example where sketches have served this purpose.
Here is some text
Why this is important
Some of the most motivated visitors we attract are folks who are delighted or frustrated with the organization behind the domain page they land on.
- Engagement: Makes a clear call to action for these motivated visitors.
- BeABuilder: Encourages the kind of constructive collaboration we want where all involved parties benefit.
- ValuableContent: Creates public conversations that deeply inform future visitors about how organizations relate with those they touch.
- ViralSpiral: The influenced become influencers the next time they are frustrated with an organization.
DoneDone
-
Newly created DomainPages include the InfluenceUs wizard. -
The wizard is invoked by clicking a button "InfluenceUs" -
Final submission creates an edit to the page that when consummated looks just like any other edit (but is really transcluded from the person's MemberPage). -
Includes a nice edit summary of what it just did - The InfluenceUs wizard feels great to use. (Perhaps uses Ajaxy techniques so that no page reloads have to occur)
- Every time a constructive edit is made to that page, both the organization and the user are notified via email (this of course includes the initiating edit).
- Vinh has made the InfluenceUs design to look great.
Steps to get to DoneDone
-
Change the format of the InfluenceUs messages to User:Comment instead of Comment:User. -
Clean up the InfluenceUs Task Page. - Change the flow of the InfluenceUs wizard to include only two paths.One is the user selects delighted and he writes why is he happy about the company, and the second one is the user selects frustrated and writes why is he frustrated and what does he wants them to change.
- Refactor the extension to use the format as the extensions in here: wiki/extensions/AboutUs.
- Add the InfuenceUs log page in the LocalSettings file instead of putting it in extension.
InfluenceUs Page flow
- A user who visits NeedInput.com sees the big "Influence Us Wizard ... blah blah" bit
- When they click on it they are presented with a popup describing what influenceus is all about. They have two options on this page to go next and participate and one to close the popup.
- Once the user clicks "Next", he is presented with two choices : Delighted and Frustrated.
- If the user clicks Delighted,he is presented with "What made you delighted with this company/domain?" with an emoticon
- If the user clicks Frustrated,he is presented with "What made you frustrated with this company/domain?" with an appropriate emoticon
- After entering the message, the user clicks submit and the comment is saved.
LocalSettings
require_once("extensions/InfluenceUs/InfluenceUs.php");
$enableInfluenceUs = true; // enable/disable influence
$addInfluenceUsTagInDomain = true; // enable/disable adding influenceus tag by default to newly created pages
Needs Attention
- These pages should all be informative, visually pleasing, and closely coupled with the InfluenceUs tool

