sandstorm-io / blackrock

Cluster management
Apache License 2.0
74 stars 13 forks source link

Support 'hidden' plans, which are discontinued. #17

Closed kentonv closed 8 years ago

kentonv commented 8 years ago

A user can stay on a hidden plan as long as they want, but once they switch, they can't switch back. (We'll be discontinuing "Standard" and "Large" plans, replacing them with the new $9 "Basic" plan.)

This change also adds support for assigning plans a title that is different from the plan ID, so that we can rename plans. (We'll be renaming "Mega" to "Power User".)

This change depends on Sandstorm commit e9e1272: https://github.com/sandstorm-io/sandstorm/commit/e9e1272ab5199d3ef145672f29f28589071f889d

jparyani commented 8 years ago

LGTM

Separately, I am starting to wonder if we should add a Meteor.method for admins that fills in the Plans collection. It's a pain to test this locally.