CC Processing ToDo

From MWStake
Revision as of 15:01, 5 November 2020 by Bryandamon (talk | contribs)
Jump to navigation Jump to search

Open

Due2020/11/05
ActioneesBryan Hilderbrand,Mark Hershberger
LabelsLabel:mwstake site

Details:
Things to do for Credit Card Processing:

  • CC email content
  • Change membership button functionality
  • Try using flexbox on the introduction page to force the image to the right. Find a way to scale the image for different screen resolutions.
  • Change "Become Member" button for the case when a logged out person clicks it. Should catch cases where
    1. Once clicked and the now logged in user is already a member, takes them to the Change membership page.
    2. Once clicked and the now logged in user is no yet a member, takes them to the Special:Subscribe page
      Note Note:  can you add logic so that if people log in it still takes them to the same page, but additional logic there says "Oh this is person wants a membership... we should (use js to) redirect them over there."
  • Special:Fundraising needs a system message with a link to the from the Bylaws as a reason why to donate. (See MediaWiki:Wsa-fundraising-header and adjust as needed.)
  • For corporate sponsorship, the billing period says monthly (there isn't even an option for monthly). It uses whatever the individual membership billing period is. For example, I've chosen Monthly so, that's what it uses.
  • For corporate membership, there isn't an option for "monthly" payments, however when during the process (Special:SubscribeCorporate/confirm), the form states a billing period of "Monthly" and the amount due today has some weird formatting, "$1000,- (for silver).
  • Expand on receipt email. Include:
    1. What they are getting (individual membership, bronze, silver, gold, platinum)
  • I had a fail on a test membership upgrade (individual to silver)
    1. The page it landed on was "Special:SubscribeCorporate/fail"
    2. Title, "Something went wrong"
    3. Text, "Sorry, but we were unable to upgrade your membership. You can click 'Start' at the top of this page and try again.".
    4. However there was no "Start" at the top of the page
    5. Possible reason, there isn't a group type silver yet?