Capacity Planning and Pricing Tiers
📖 Scenario: You are helping a small online service decide how to organize its pricing plans based on user capacity needs. The service wants to offer three pricing tiers: Basic, Standard, and Premium. Each tier supports a different number of users and has a set monthly price.This project will guide you through setting up the data for these tiers, configuring a user capacity threshold, applying logic to select the right tier based on user needs, and completing the pricing plan setup.
🎯 Goal: Build a simple capacity planning model that matches user needs to the correct pricing tier. You will create the data for pricing tiers, set a user capacity threshold, write the logic to pick the right tier, and finalize the pricing plan.
📋 What You'll Learn
Create a dictionary with pricing tiers and their user capacities and prices
Set a variable for the minimum number of users needed
Write logic to find the first pricing tier that meets or exceeds the user capacity
Complete the setup by assigning the selected tier to a final variable
💡 Why This Matters
🌍 Real World
Many online services use capacity planning and pricing tiers to offer plans that fit different customer needs and budgets.
💼 Career
Understanding how to organize and select pricing tiers is useful for product managers, business analysts, and developers working on subscription-based services.
Progress0 / 4 steps