-
Notifications
You must be signed in to change notification settings - Fork 2
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
NLIC-2442 - prepare Warning Level documentation #12
Conversation
docs/warning-level.md
Outdated
| | GREEN | YELLOW | RED | | ||
|:---------------|:------|:-------|:----| | ||
| [Try & Buy](try-n-buy) | trialPeriodActive = true<br>AND<br>featureAquired = true | trialPeriodActive = true | trialPeriodActive = false<br>AND<br>featureAquired = false | | ||
| [Subscription](subscription) | timeUsed < 80% | timeUsed >= 80% | timeUsed = 100% | | ||
| [Pricing Table](pricing-table) | timeUsed < 80% | timeUsed >= 80% | timeUsed = 100% | | ||
| [Rental](rental) | Time-volume not reached yellow threshold<br>AND<br>Time-volume not reached red threshold | Time-volume reached yellow threshold | No time-volume license associated with the feature license<br>OR<br>Time-volume license expired<br>OR<br>Time-volume reached red threshold | | ||
| [Floating](floating) | sessionsUsed < 80% | sessionsTotal < 10 AND sessionsUsed >= sessionsTotal<br>OR<br>sessionsUsed >= 80% | sessionsTotal >= 10<br>AND<br>sessionsUsed >= sessionsTotal | | ||
| [Multi-Feature](multi-feature) | always GREEN | N/A | N/A | | ||
| [Pay-per-Use](pay-per-use) | remainingQuantity < 80% | remainingQuantity >= 80% | remainingQuantity = 100% | | ||
| [Node-Locked](node-locked) | nodeSecretsUsed < 80% | nodeSecretsTotal < 10 AND nodeSecretsUsed >= nodeSecretsTotal<br>OR<br>nodeSecretsUsed >= 80% | nodeSecretsTotal >= 10<br>AND<br>nodeSecretsUsed >= nodeSecretsTotal | | ||
| [Quota](quota) | totalQuota > 0 | N/A | totalQuota = 0 | |
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.
I propose moving this to each respective LM page. Otherwise, we risk forgetting to update this table when new LMs are added.
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.
done - see commit 5478121
Co-authored-by: Konstantin Korotkov <[email protected]>
Co-authored-by: Konstantin Korotkov <[email protected]>
Co-authored-by: Konstantin Korotkov <[email protected]>
Co-authored-by: Konstantin Korotkov <[email protected]>
485b890
to
5478121
Compare
@r-brown Instead of |
No description provided.