private plans notes

This commit is contained in:
Radek Stepan 2014-09-08 21:05:06 -07:00
parent a4553a3450
commit 4d10c35738
1 changed files with 11 additions and 1 deletions

View File

@ -170,4 +170,14 @@ When fetching the issues, we can constrain on a `milestone` and `state`.
###Deleting a repo
- [ ] remove our `repo` under the `user`, no questions asked. All subscribers are switched off and views disposed of
- [ ] remove our `repo` under the `user`, no questions asked. All subscribers are switched off and views disposed of
###Upgrading an account to private repos
Private repos (extra `scope` in FB login) are part of a paid plan. Need to recognize that a user has an active paid account with us, before using the extended scope.
GH repositories have a `private` flag.
Since we do not *trust* users it is I that need to be upgrading users, at the same time it needs to be automatic.
We should not kill a user if they are no longer paid, maybe they got behind a payment, just disable latest data from private repos.