lavab / web

AngularJS web client of Lavaboom's email service
https://mail.lavaboom.com
38 stars 21 forks source link

Show different plans in Settings > Subscription #705

Closed andreis closed 9 years ago

andreis commented 9 years ago

Someone panicked because they paid for a supporter account and only saw "1,000MB" .

Please:

andreis commented 9 years ago

@let4be @piggyslasher

andreis commented 9 years ago

screen shot 2015-05-16 at 8 25 48 pm

vLooz commented 9 years ago

In case you still need the guidelines @piggyslasher text is not up-to-date.

bildschirmfoto 2015-05-18 um 12 06 49

bildschirmfoto 2015-05-18 um 12 06 40

let4be commented 9 years ago

it looks different...

vLooz commented 9 years ago

Those are the old guidelines. They never really changed ;-) Of course the text is just a dummy, so the whole thing could change in length, depending on the amount of info we need to put in.

andreis commented 9 years ago

The 1,000MB just burns my eyes. Can we make it 1GB?

let4be commented 9 years ago

@andreis it's changed and deployed, do you see another version? ...

andreis commented 9 years ago

screen shot 2015-05-18 at 14 37 41

  1. The beta and supporter plans must be hidden (unless you have them, of course)
  2. Maybe add "premium" with 15GB storage and a new feature, "Use your own domain". It should have a "coming soon" overlay or something.
  3. Add the "access to early Lavaboom features" feature to Beta and Supporter.
let4be commented 9 years ago

@andreis why can't we display all available plans and highlight what plan do you have currently? it's broken for your account because you have a superuser account type

vLooz commented 9 years ago

I agree with @andreis, that in general we should not offer options, the user can't chose at the moment.

If we want to advertise something as "coming soon", that's fine, but not before we have discussed and decided about all the included features. As long as thats still WIP, we should show any premium or business related plans, imo @let4be.

vLooz commented 9 years ago

btw, please let me have a look at the UI, before you deploy new or changed elements @let4be That's what I'm paid for ;-)

andreis commented 9 years ago

The beta and supporter plans must be hidden (unless you have them, of course)

I'm saying beta and supporter are only available to the people who have them, the general public shouldn't be aware of them.

On second thought, maybe we need to have supporter shown for people with non-supporter accounts, and have a link to our indiegogo campaign. "Get a supporter account for life for as little as $17"

andreis commented 9 years ago

Just in case I managed to confuse you, I will just explain what I want to be shown for the two current possible account types, beta and supporter:

beta

supporter

let4be commented 9 years ago

@vLooz i'm currently just changing how it behaves @piggyslasher will deploy his "how it looks" changes later

andreis commented 9 years ago

We also need a small label with how much time you have left from a subscription. It should be "Unlimited" for free/beta/supporter/premium-lifetime and "Expires on DD Month YYYY".

As for how to implement it, I suggest adding a subscription field to the account data model. Suggestion:

account
+- app_data
+-+- storage
+-+-+- usage
+-+-+- quota
+- subscription
+-+- type ["free"]
+-+- base_storage [0.5]
+-+- total_storage [0.5]
+-+- started [time.Now()]
+-+- duration [0]
+- perks
+-+- 0
+-+-+- name: share_twitter
+-+-+- date time.Now()
+-+-+- space: 0.2
+-+- 1
+-+-+- name: referral
+-+-+- date time.Now()
+-+-+- space: 0.5
+-+-+- user: andrei (or user_id)

Where brackets indicate default values and a duration of 0 indicates an unlimited subscription.

vLooz commented 9 years ago

Do we have the exact features for the premium account yet @andreis @flixi? If not, I'd not recommend to advertise it just yet.

andreis commented 9 years ago

€3 per month, €30 per year, 15GB, custom domains (john@domain.com handled by us)

vviikk commented 9 years ago

@andreis - custom domains can have a 'coming soon' appended to the title. At least people will know we have big plans. I will spruce up the design now.

andreis commented 9 years ago

:+1: I can't wait to see the finished thing

vLooz commented 9 years ago

connected to this https://github.com/lavab/web/issues/737 Will post the updated Plan UI mocks there once they are finished

vviikk commented 9 years ago

closing this. will continue convo on #737