stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.26k stars 117 forks source link

Questions regarding recent price bump #198

Closed reimertz closed 8 years ago

reimertz commented 8 years ago

@Marak , regarding this:

https://github.com/bigcompany/hook.io/commit/796769252c2dd39b890a492232e55e44ec22b710#diff-683d8d9ce418176e12404fcabff641eeR111

You have written

*Any of these plans may change in the future with no notice. Our goal is to maintain a fair pricing model. New features will be added and service classes may be adjusted.

so I think it's all good but I think it's fair that you mention it in the blog/release notes?

Also, it seems that my account is in a bad state now where it says that I have the "Basic Hosting Plan $5" but according to my hook page, it says that I need to have a payed account to be able to set my accounts as private.

Final question, what will happen to those who bump their account mid-period? will they have to pay ~$15 one month?

Marak commented 8 years ago

@reimertz -

Give me an hour so and I'll respond.

I still have to run the migration script to enable paid status for all legacy paid accounts.

FYI, all users who signed up for the $5 plan will remain on that plan. No price increase for previous customers.

Marak commented 8 years ago

@reimertz - I manually set your account to paid right now.

If you log out / log back in, you should have access to the new private services.

reimertz commented 8 years ago

Give me an hour so and I'll respond.

No sweat, don't stress it! Whenever you have time.

FYI, all users who signed up for the $5 plan will remain on that plan. No price increase for previous customers.

say fu**in what? That's awesome. :) I guess it pays off being an early adopter. :grinning:

@reimertz - I manually set your account to paid right now.

Best. Service. Ever.

Marak commented 8 years ago

I've run the migration script and all users who already paid have had their User.paidStatus property set to paid.

I have written up a blog which talks about the new features: https://hook.io/blog/role-based-access-control

Was planning on doing a mailing list blast tonight.

I apologize if the roll-out of these updates caused any concern ( or any possible technical issues moving forward ) . We are still a one-man shop here and adding Roles is a huge cross-cutting change. I don't have the luxury of doing as much community management as I should be doing.

Doing my best to continue to test today and make sure the services are healthy.

Please let me know if / when you find any issues with the new release. The best place to understand how the new APIs work is by reading the new tests @ https://github.com/bigcompany/hook.io-test/tree/master/tests/client

Thank you for the continued feedback.

Marak commented 8 years ago

@reimertz - FYI, we now have a working Docker image, should you decide to do any local development.

Should make getting starting with a local hook.io very easy.