lobo-studio / tamarin-php

0 stars 0 forks source link

Improved dashboard, created membership initial date #31

Closed gscardine closed 8 years ago

gscardine commented 8 years ago

https://github.com/LordAlexWorks/tamarin/issues/30 Membership initial date

dashboard_initial_date

Database changes

Already executed in heroku's database.

ALTER TABLE `memberships` ADD `starts_on` DATE NOT NULL AFTER `member_id` ;
UPDATE `memberships` SET `starts_on`=  DATE_SUB(`expires_on`, INTERVAL 1 YEAR);

https://github.com/LordAlexWorks/tamarin/issues/24 Dashboard

Still missing:

dashboard_update_real_data
bolom commented 8 years ago

Good Job @gscardine !! i can't wait to see the other items done