[sc-14993] Reworked account navigation#2949
Conversation
| </div> | ||
| } | ||
| @if ((isSubscribed | async) && (inBilling | async)) { | ||
| <div class="nav-group"> |
There was a problem hiding this comment.
Just a small thing:
the menu items for billing/checkout, /billing/my-subscription, /billing/usage, /billing/history were deleted.
Is there any way to access these pages now ?
(These pages are only supposed to be visible for accounts subscribed to Stripe, so it's a bit difficult to test)
There was a problem hiding this comment.
Yes, you can test it by entering url manually. Ive added redirects from the old routes to the new ones: https://github.com/nuclia/frontend/blob/8964525a7b5b6382260a81016fd5dc16723f69b3/libs/common/src/lib/account/account.module.ts
There was a problem hiding this comment.
I see, entering the URL works well,
as for the users, will they be able to access these pages ?
There was a problem hiding this comment.
No, only account managers/owners
There was a problem hiding this comment.
I don't see any button to access the /billing/my-subscription, /billing/history pages,
will owners be able to access them ?
There was a problem hiding this comment.
Hmm, it seems that we missed that.. You saved us 😄
No description provided.