tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

Blacklist: State in user profile if there's an unpayed payment #144

Closed renatobellotti closed 4 years ago

britschki commented 6 years ago

Idea:

renatobellotti commented 6 years ago

A first version of the models is implemented (not committed yet). The blacklist status of the subscription is set to 'OK' if the subscription is payed. Still to do:

renatobellotti commented 6 years ago

Update (commit a488ef9b9d5cf410397da5a71fad05fd761cc77c):

The code to update the blacklist is implemented, but not tested yet (not even executed...). Remaining tasks:

renatobellotti commented 6 years ago

Another thing to do is to use reversion to track changes in the blacklist state.