As a freelancer, I want to have a tool that takes into account market rates, region, scope of work, competence levels, and budget, so that I can set my pricing accurately and competitively.
Acceptance Criteria
[ ] The calculator allows freelancers to input their region to adjust for local market rates.
[ ] The calculator includes a field for scope of work to enable freelancers to estimate time and effort.
[ ] Competence levels (junior, mid-level, senior) are selectable to affect the suggested rates.
[ ] Users can input their desired budget or use a default calculated by the system based on the other inputs.
[ ] The system provides real-time calculation as the input variables are changed.
[ ] The calculator includes a report summarizing the suggested rate, breakdown of factors contributing to the rate, and an option to compare with the market average.
sequenceDiagram
participant Freelancer
participant Calculator
Freelancer->>Calculator: Enter region, scope of work, competence level
Calculator->>Freelancer: Display calculated rate
Freelancer Rate Calculator
As a freelancer, I want to have a tool that takes into account market rates, region, scope of work, competence levels, and budget, so that I can set my pricing accurately and competitively.
Acceptance Criteria