thoughtbot / carnival

An unobtrusive, developer-friendly way to add comments
MIT License
501 stars 30 forks source link

Add Plans page with pricing information #195

Closed pbrisbin closed 9 years ago

pbrisbin commented 9 years ago

Very rough draft. Needs copy and design.

pbrisbin commented 9 years ago

Some screenshots:

carnival-plans

carnival-site-limit

jferris commented 9 years ago

I feel like we probably want to have plans go in the database. We're almost certainly going to want them in there eventually so that we don't need to deploy to make changes to third party IDs and such, so it seems like it's better to build them out that way to begin with.

pbrisbin commented 9 years ago

I feel like we probably want to have plans go in the database. We're almost certainly going to want them in there eventually ...

Is it going to be any harder to move them to the DB when we need that vs doing it now?

jferris commented 9 years ago

Is it going to be any harder to move them to the DB when we need that vs doing it now?

I feel like the more behavior we build around this, the harder it will be to change later. If you think it's significantly easier to bootstrap this way, I think that's alright; I just don't want to build too much around an assumption that we know won't hold true for very long.

pbrisbin commented 9 years ago

I'm going to close this and re-open as a new PR with Plans actually in the DB as well the initial Stripe integration to charge for them.