Closed
Bug 545132
Opened 15 years ago
Closed 15 years ago
Add "donate contributions to Mozilla Foundation" to the AMO developers UI
Categories
(addons.mozilla.org Graveyard :: Public Pages, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
4.x (triaged)
People
(Reporter: chelsea, Assigned: chenba)
References
Details
Attachments
(3 files)
Several add-on developers have suggested that adding an option to "donate contributions to Mozilla Foundation" to the AMO UI to make it less confusing for authors and contributors.
Here's the blog post that started the conversation for further reference.
http://chelseanovak.wordpress.com/2010/02/08/contributing-to-the-mozilla-foundation-via-amo/#comments
Comment 1•15 years ago
|
||
I'd say for general direction we should try to make this generic so that add-ons developers can solicit contributions for any third party which they support, with MoFo being a suggested choice.
Reporter | ||
Comment 2•15 years ago
|
||
WFM.
We might want to add something in the text that encourages them to let the beneficiary organization know that they'll be passing on contributions that way.
Also point out that it needs to be an org that uses PayPal, right?
Comment 3•15 years ago
|
||
Mocks from chowse: http://people.mozilla.com/~chowse/drop/amo/moz-contribs/
For 01, I'd say this doesn't really convey that donation is different han contribution.
Also, we need to think about the 'meet the developer' page as it's very developer centric. Something like adding a block to this page (example: https://addons.mozilla.org/en-US/firefox/addon/1833/developers)
IIRC, Chelsea had a hard time fitting the language into this page, so we should figure out how to add or change content on this page that explains the developer's chosen cause.
Of course this has implications on the admin tools as well.
Reporter | ||
Comment 4•15 years ago
|
||
I agree with you comments re: mock up 1. What about the following text:
"Enjoy this Add-on? Make a donation oh behalf of the developer"
I like the first pop-up option with less text and links to more information.
In terms of the Meet the developer content I agree that it would be great for developers to talk about their cause.
Comment 5•15 years ago
|
||
New mock! See attached. Spec:
1. Update DevCP to add "Third party donations".
2. If third party donations are enabled, then the paypal id used overrides the one entered in the normal contributions box. This box should be grayed out and cleared.
3. clicking preview pops up the dialog as shown in the mockup with the entered values. If no values are entered for link and organization, preview should be disabled.
4. Text on category pages and listings (where we go directly to paypal) should say "Like this Add-on? Make a donation to <a>org_name</a>."
5. See mocks for updated text on meet the developer and details pages
6. All 'annoying' features are retained.
Comment 6•15 years ago
|
||
(In reply to comment #5)
> New mock! See attached. Spec:
I do not see anything attached.
Comment 7•15 years ago
|
||
Comment 8•15 years ago
|
||
I suspect that The text will sound ugly (In reply to comment #5)
> 4. Text on category pages and listings (where we go directly to paypal) should
> say "Like this Add-on? Make a donation to <a>org_name</a>."
I suspect that this sentence will give translators some headaches. Creating sentences by inserting a random phrase works well in English but not necessarily in other languages, I am usually trying to avoid it. Though in this case it will probably help that org_name usually isn't something that needs to be declinated.
Comment 9•15 years ago
|
||
@Wladimir: Yeah, it can be tough, but as long as we write a good L10n comment to let them know what org_name is, I think it will be ok.
@Nick: This sentence in the mockup doesn't make sense to me: "If you enable this feature during the checkbox..."
Comment 10•15 years ago
|
||
"with the checkbox" sorry
Updated•15 years ago
|
Target Milestone: --- → 5.11.1
Updated•15 years ago
|
Assignee: nobody → chenba
Target Milestone: 5.11.1 → 5.12
Assignee | ||
Comment 11•15 years ago
|
||
Currently the modal dialog is only displayed if there's a suggested amount for the contribution, should this also apply to the third party donation preview? That is, preview won't be enabled unless the developer has entered a suggested amount. The suggested amount is part of the dialog after all.
Assignee | ||
Comment 12•15 years ago
|
||
ALTER SQL on the `addons` table to add four columns, with one per form element shown in the mock up. Two of fields are localized.
Attachment #452418 -
Flags: review?(clouserw)
Assignee | ||
Comment 13•15 years ago
|
||
Patch for implementing third party donations.
The form does not look like @osunick's mock up because the translation box is used for a couple of the fields. The suggested amount is also required to enable the preview, because the amount is part of the preview content. The suggested amount field is pretty far away from the preview link though. :-/
Attachment #452421 -
Flags: review?(clouserw)
Comment 14•15 years ago
|
||
Comment on attachment 452418 [details]
alter addons table for third party donations
I'm not thrilled about adding 4 more columns to a huge table that will only be used for, like, 7 add-ons. Maybe we can figure out something better with the marketplace.
Anyway, this is an r- because each of these ADD COLUMN statements takes about 45 seconds to run and locks the table. If you combine them it'll cut our downtime by a decent chunk.
Attachment #452418 -
Flags: review?(clouserw) → review-
Comment 15•15 years ago
|
||
(In reply to comment #13)
> Created an attachment (id=452421) [details]
> addon third party donations patch
>
> Patch for implementing third party donations.
>
> The form does not look like @osunick's mock up because the translation box is
> used for a couple of the fields. The suggested amount is also required to
> enable the preview, because the amount is part of the preview content. The
> suggested amount field is pretty far away from the preview link though. :-/
Yeah, I see what you mean. I think this needs some UX review, in addition to how it looks, I think the checkbox to enable is unnecessary and it should be clear that you can either do 1st party or 3rd party donations, with a single "enable" checkbox. The whole thing is supposed to have new mockups in early July anyway...
I started looking at your patch and you're in the unenviable position of working on remora still. :-/ I stole skeen away last week to migrate pages from remora -> zamboni and he's been finishing them up. The short story is, all the front end pages that use that contribution form are served from python now, so the front end changes are out of date.
The dev tools changes work (with some minor tweaks), but I don't think launching them with their current face is a great idea, especially when they are going to be redone shortly. /me will talk on IRC
Comment 16•15 years ago
|
||
So does this mean we're blocked on design, or can we just put forth our best effort once we emerge from the twilight zone that is 5.11.x?
Comment 17•15 years ago
|
||
I think the design should be looked at and incorporated into the new pages that chowse is finishing up right now
Updated•15 years ago
|
Target Milestone: 5.12 → 4.x (triaged)
Comment 18•15 years ago
|
||
This is done on the new pages, scheduled to go live by the end of the year.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Attachment #452421 -
Flags: review?(clouserw)
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•