-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Freelancer Rate Calculator
As a freelancer, I need a calculator that considers various factors like market rates, region, scope of work, competence levels, and budget so that I can determine an appropriate rate to charge for my services.
Acceptance Criteria
- Freelancer can enter their skill level (e.g., beginner, intermediate, expert).
- Freelancer can select their geographic region or enter their location.
- Freelancer can define the scope of work by choosing predefined categories or entering a custom description.
- The calculator suggests market rates based on the selected region and scope of work.
- Freelancer can factor in their budget constraints or enter a desired rate.
- The system generates a final recommended rate taking into account all provided variables.
- Freelancer can adjust parameters to see how changes affect the recommended rate.
- The system provides an option to save or export the quotation.
sequenceDiagram
participant Freelancer
participant Calculator
Freelancer->>Calculator: Enter skill level, region, scope of work
Calculator->>Freelancer: Suggest market rates
Freelancer->>Calculator: Enter budget/desired rate
Calculator->>Freelancer: Generate final recommended rate