- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Problem
We need to show customers when their usage of the product is out of compliance with their license without cutting off their usage.
Definition of Done
- licenseXService fetches Entitlements API
- LicenseBanner is implemented per the design
- LicenseBanner gets warnings from licenseXService and displays them
- when activated, LicenseBanner shows on all pages to all users
- LicenseBanner does not interfere with any usability
Notes
The first use case will be for when a customer has too many active users.
You can refer to#3008 for implementation ideas.