-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Free Trials: Add notifications #1240
Comments
Note: Currently other notification badges are displaying at 256x256px however that's a mistake. That's the 2x version. They should be displaying at 128x128px. The designs above use 128px badges for the expanded notifcations |
Copy looks good! A couple notes:
|
Everything looks good to me. I like also the copy, even if it's almost too verbose. :) My only doubt is...
I get why this exists in terms of logic: one at the beginning, one warning, one at the end. However... If the user just spend time reading, choosing and activating, is this notification really needed? Or it's because there's a sensible delay between the time the user activates and the trial starting? If it's instant, I see little value in this. We should probably delay it to a later moment with a different message. Maybe half-way through, sending a notification that says something along the lines of "I hope you're enjoying the trial! Have you tried all the features yet?". :) |
You're exactly right here with the rationale for why I added it. It started with the "Trial Ending notification" which then seemed odd to only use for purposes of getting them to do what we wanted. So then I added the "Trial Expired notification" and that quickly felt weird to have an ending one but not a beginning one :). So while I the first one is less useful than others I felt that consistency in the way we use notifications was important. The one thing is does so that is useful is it links to what we are calling the "Free Trial hub". It hasn't been designed yet (working on it today and tomorrow) but the general idea is it will be a "status box" at the top of the /plans page that displays: 1) that you're using a free trial 2) how many days left 3) a way to upgrade now and 4) a list of features included in the plan to try out. So there's value in using the notification show users where that is. @breezyskies and I discussed that the eventual best plan is to probably to use the "Free trial hub" as the thanks page but we agreed that's probably a change for v2.
We also discussed having it be delayed until after the user navigates from the thank you page. So not instant though still fairly quickly after you sign-up. |
Yes, probably so. Done.
👍 Done.
Agreed. Done.
I don't think that will affect these at all. |
My only consideration was warning the user about losing the domain if the trial expires. |
Yea we could do that. Maybe it's not until 1 day before the domain is going to be canceled and it says something like "yourdomain.com is set to be cancelled tomorrow." I think just that one additional one would be good, don't won't to overdo it with notifications. Though now I'll need to come up with some kind of badge for domains. |
The Free Trial Hub: #1151 (comment) |
These look very beautiful, but I'm curious why the body copy is rendered in Merriweather, shouldn't we reserve that only for 'content'—things written by users rather than for 'interface' (which is what this copy is I think)? |
Need to update this flow to account for the 3 day extension. We will need to update |
@rickybanister Yes I thought that too however currently all notifications use Merriweather for the body copy (ex. https://cloudup.com/ct3skuyElRy) so that's a change we can open a separate issue for. |
As discussed with @mikeshelton1503, we're moving this to V2. |
@mikeshelton1503 @rickybanister Good catch on the Merriweather. It is applied to to all content text (comments), so the styles are probably leaking to the achievement notification type. As for the big badge image, it's technically not a mistake, it was intentional (in the CSS the images are a flexible width). It does look better small though. I'm in favor of making all of the detail view images 128px. |
Moved to T364-code, since this is a back-end change. |
We are going to utilize notifications to aid in the communication and engagement plan for free trials.
We should send 3 notifications during the trial period, one denoting the start of the trial, one denoting the end of the trial, and one (1) day before the trial expires.
Trial Start notification
To be sent: just after sign up
Compact notification: "Your WordPress.com Premium trial just started!
Expanded notification: "Hooray! Your 14 day free trial of WordPress.com Premium on My Test Blog just started. View the status of your trial."
Trial Ending notification
To be sent: 24 hours before expiration
Compact notification: "Your WordPress.com Premium trial ends tomorrow!"
Expanded notification: "Your free trial of WordPress.com Premium on My Test Blog ends tomorrow. Upgrade now to keep using all of the awesome WordPress.com Premium features. // [Upgrade Now]"
Trial Expired notification
To be sent: just after expiration
Compact notification: "Your WordPress.com Premium trial just ended."
Expanded notification: "Your free trial of WordPress.com Premium on My Test Blog just ended. The plan's features have been removed from your account :(. // Don't worry, you can upgrade now to reclaim those features and your custom changes. Otherwise, thanks for giving it a try! // [Upgrade Now]
cc/ @danhauk @breezyskies for design and copy review
The text was updated successfully, but these errors were encountered: