Fellow coders,
There is a helpfull " getCurrentMemberOrders( ) " function, that gets the orders (plan subscriptions) for the currently-logged in member.
In order to be able to offer full subscription management functionality through Corvid, a similar function, but not limited to the logged-in user, would be great.
My point is to develop a custom dashboard page, that lists all active subscriptions.
Alternatively, an “onPlanCanceled()” function could also do the trick, as I already store every order in a custom collection, using the onPlanPurchased( ) function (as suggested here ).
Do you guys agree? Or have you already found other ways to do something similar?