As a freelancer, I want to access a tool that evaluates market rates, regions, scope, competence, and budgets so I can determine an appropriate charge for my services.
Acceptance Criteria
[ ] Freelancer can select their service category.
[ ] Freelancer can input their region or select from a predefined list.
[ ] System provides average market rates for the selected region and category.
[ ] Freelancer inputs their competence level (junior, mid, senior).
[ ] Freelancer can input project scope details.
[ ] Freelancer can input the client's budget constraints.
[ ] System calculates and suggests a rate to charge based on inputs.
[ ] Freelancer can adjust parameters to see different suggested rates.
sequenceDiagram
participant Freelancer as F
participant System as S
F->>S: Select service category
F->>S: Input region
S->>F: Provide market rates
F->>S: Input competence level
F->>S: Input project scope
F->>S: Input budget
S->>F: Calculate and suggest rates
Region Analysis
As a freelancer, I want to access a tool that evaluates market rates, regions, scope, competence, and budgets so I can determine an appropriate charge for my services.
Acceptance Criteria