Skip to content
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

Merged
merged 7 commits into from
Jul 25, 2024

Conversation

r-brown
Copy link
Member

@r-brown r-brown commented May 22, 2024

No description provided.

@r-brown r-brown self-assigned this May 22, 2024
@r-brown r-brown requested review from kkorotkov and v-rudkovskiy May 22, 2024 14:59
@r-brown r-brown added enhancement New feature or request and removed enhancement New feature or request labels May 22, 2024
docs/warning-level.md Outdated Show resolved Hide resolved
docs/warning-level.md Outdated Show resolved Hide resolved
docs/warning-level.md Outdated Show resolved Hide resolved
docs/warning-level.md Outdated Show resolved Hide resolved
Comment on lines 60 to 70
| | 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 |
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done - see commit 5478121

@r-brown r-brown requested a review from kkorotkov July 18, 2024 19:10
@r-brown r-brown force-pushed the AAV/NLIC-2442-warning-level branch from 485b890 to 5478121 Compare July 19, 2024 19:07
@kkorotkov
Copy link
Member

@r-brown Instead of
Merge branch 'master' into AAV/NLIC-2442-warning-level
, do a rebase on master.

@r-brown r-brown merged commit 012a87d into master Jul 25, 2024
2 checks passed
@r-brown r-brown deleted the AAV/NLIC-2442-warning-level branch July 25, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants