[ADDED] Agregar archivos de configuración de tarifas por hora
Se añaden archivos de configuración que definen las tarifas por hora en dólares para diferentes habilidades técnicas y regiones: - [habilidad]_[región].rate: Donde la habilidad puede ser bash, python, fullstack, etc. - Las regiones incluyen 'la' (Latinoamérica) y 'ww' (mundial/worldwide) - kdevs.rate define un multiplicador para cálculos relacionados 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9a1d896979
commit
be20614dfe
7 changed files with 7 additions and 0 deletions
1
bin/config/bash_la.rate
Normal file
1
bin/config/bash_la.rate
Normal file
|
@ -0,0 +1 @@
|
|||
20.00
|
1
bin/config/bash_ww.rate
Normal file
1
bin/config/bash_ww.rate
Normal file
|
@ -0,0 +1 @@
|
|||
30.00
|
1
bin/config/fullstack_la.rate
Normal file
1
bin/config/fullstack_la.rate
Normal file
|
@ -0,0 +1 @@
|
|||
100.00
|
1
bin/config/fullstack_ww.rate
Normal file
1
bin/config/fullstack_ww.rate
Normal file
|
@ -0,0 +1 @@
|
|||
200.00
|
1
bin/config/kdevs.rate
Normal file
1
bin/config/kdevs.rate
Normal file
|
@ -0,0 +1 @@
|
|||
3
|
1
bin/config/python_la.rate
Normal file
1
bin/config/python_la.rate
Normal file
|
@ -0,0 +1 @@
|
|||
30.00
|
1
bin/config/python_ww.rate
Normal file
1
bin/config/python_ww.rate
Normal file
|
@ -0,0 +1 @@
|
|||
100.00
|
Loading…
Reference in a new issue