4F00-Group-3 / CMS

Main repository for the group project CMS
https://www.cosc.brocku.ca/~c4f00g03/react/build/
1 stars 2 forks source link

Upgrade Plan Functionality on the Account Dashboard #142

Open ParamJansari0 opened 4 years ago

subonja commented 4 years ago

Note- Need a means to check current subscription level (DB call) and update button appears if user is on tiers 1/2. May take them to the subscription page where their current plan is greyed out. Perhaps call this function the "upgrade/modify" plan in case they want to downgrade?

subonja commented 4 years ago

Page loads current tier from -> sessionStorage.getItem("tier"); May need help with modifying backend to reflect the change in tier.