Skip to content

Commit

Permalink
refactor(config): sw-630 architectures, variants as filters (#1006)
Browse files Browse the repository at this point in the history
* locale, toolbar string context
* dateHelpers, granularity filter string refs
* productViewContext, hook, expose all queries
* toolbar, generic chip display, filtering
* toolbarContext, remove redundant hook
* toolbarFields, align string context
* toolbarFieldsArchitecture, Variant, add
* config, rhel, satellite architectures, variants
* viewReducer, types, generic queries
* rhsmServices, emulated archs, variants filter
  • Loading branch information
cdcabrera committed Dec 12, 2022
1 parent 64d8831 commit f228241
Show file tree
Hide file tree
Showing 47 changed files with 1,465 additions and 421 deletions.
81 changes: 51 additions & 30 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,56 @@
"measurementType_virtualized": "Virtual"
},
"curiosity-toolbar": {
"category": "Filter by",
"category_billing_provider": "Purchased through",
"category_granularity": "Granularity",
"category_rangedMonthly": "Monthly",
"category_sla": "SLA",
"category_uom": "Unit of measure",
"category_usage": "Usage",
"clearFilters": "Reset filters",
"button_displayName": "Search button for name",
"clearFilters": "Reset filters",
"label": "",
"label_architecture": "",
"label_architecture_none": "None",
"label_architecture_RHEL for ARM": "ARM",
"label_architecture_RHEL for IBM Power": "IBM Power",
"label_architecture_RHEL for IBM z": "IBM z",
"label_architecture_RHEL for x86": "x86",
"label_billing_provider": "",
"label_billing_provider_none": "None",
"label_billing_provider_aws": "Amazon Web Services",
"label_billing_provider_azure": "Microsoft Azure",
"label_billing_provider_gcp": "Google Cloud Platform",
"label_billing_provider_oracle": "Oracle Cloud Infrastructure",
"label_billing_provider_red hat": "Red Hat Marketplace",
"label_category": "Filter by",
"label_category_architecture": "Architecture",
"label_category_billing_provider": "Purchased through",
"label_category_granularity": "Granularity",
"label_category_rangedMonthly": "Monthly",
"label_category_sla": "SLA",
"label_category_uom": "Unit of measure",
"label_category_usage": "Usage",
"label_category_variant": "Product",
"label_granularity": "",
"label_granularity_Daily": "Daily",
"label_granularity_Weekly": "Weekly",
"label_granularity_Monthly": "Monthly",
"label_granularity_Quarterly": "Quarterly",
"label_granularityRangedMonthly": "{{context}}",
"label_granularityRangedMonthly_current": "This month",
"label_sla": "",
"label_sla_none": "No SLA",
"label_sla_Premium": "Premium",
"label_sla_Self-Support": "Self-Support",
"label_sla_Standard": "Standard",
"label_uom": "",
"label_uom_none": "None",
"label_uom_cores": "Cores",
"label_uom_sockets": "Sockets",
"label_usage": "",
"label_usage_none": "Unspecified",
"label_usage_Development/Test": "Development/Test",
"label_usage_Disaster Recovery": "Disaster Recovery",
"label_usage_Production": "Production",
"label_variant": "",
"label_variant_none": "None",
"label_variant_Satellite Capsule": "Satellite Capsule",
"label_variant_Satellite Server": "Satellite Server",
"placeholder": "Select",
"placeholder_billing_provider": "Select purchased through",
"placeholder_granularity": "Select date range",
Expand All @@ -281,35 +322,15 @@
"placeholder_uom": "Select unit",
"placeholder_usage": "Select usage",
"placeholder_filter": "Filter by",
"placeholder_filter_architecture": "Filter by architecture",
"placeholder_filter_billing_provider": "Filter by purchased through",
"placeholder_filter_displayName": "Filter by name",
"placeholder_filter_granularity": "Filter by date",
"placeholder_filter_rangedMonthly": "Filter by month",
"placeholder_filter_sla": "Filter by SLA",
"placeholder_filter_uom": "Filter by unit",
"placeholder_filter_usage": "Filter by usage",
"billing_provider": "None",
"billing_provider_aws": "Amazon Web Services",
"billing_provider_azure": "Microsoft Azure",
"billing_provider_gcp": "Google Cloud Platform",
"billing_provider_oracle": "Oracle Cloud Infrastructure",
"billing_provider_red hat": "Red Hat Marketplace",
"granularity_Daily": "Daily",
"granularity_Weekly": "Weekly",
"granularity_Monthly": "Monthly",
"granularity_Quarterly": "Quarterly",
"granularityRangedMonthly": "{{context}}",
"granularityRangedMonthly_current": "This month",
"sla_none": "No SLA",
"sla_Premium": "Premium",
"sla_Self-Support": "Self-Support",
"sla_Standard": "Standard",
"uom_cores": "Cores",
"uom_sockets": "Sockets",
"usage_Development/Test": "Development/Test",
"usage_Disaster Recovery": "Disaster Recovery",
"usage_Production": "Production",
"usage_unspecified": "Unspecified"
"placeholder_filter_variant": "Filter by product"
},
"curiosity-optin": {
"buttonActivate": "Activate {{appName}}",
Expand Down
Loading

0 comments on commit f228241

Please sign in to comment.