-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new properties to the Subscriptions table #549
Added new properties to the Subscriptions table #549
Conversation
- OfferId (Name) and Term details (Name, StartDate, EndDate) - Updated subscriptions page both admin and customer to show OfferName - Updated subscriptions details page to show term details
* updating format and presentation of JSON * made changes from feedback: table over comments
src/DataAccess/Migrations/20230912052848_SubscriptionDetails.cs
Outdated
Show resolved
Hide resolved
- Need to ensure we update these values based on incoming webhook and that is undergoing changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making the migration and Ui changes.
@alexdrenea could you please merge your branch from main latest.
- OfferId (Name) and Term details (Name, StartDate, EndDate) - Updated subscriptions page both admin and customer to show OfferName - Updated subscriptions details page to show term details
- Need to ensure we update these values based on incoming webhook and that is undergoing changes.
…lexdrenea/Commercial-Marketplace-SaaS-Accelerator into alexd/add-subscription-details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verified in both new and upgrade scenarios.
Note!
For customers upgrading from an older version of accelerator, they should use the upgrade.ps1 script to upgrade the code and database, then run a "Fetch all Subscriptions" to populate the new fields.
Addresses #548
Subscriptions page:

Subscription Details Page:
