Skip to content

Commit

Permalink
✏️ fix readme and a criteria description
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Sep 30, 2024
1 parent 5ff3d69 commit 3b7a205
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ideal Wages Calculator 💸

[![GitHub page sorkflow status](https://img.shields.io/github/actions/workflow/status/ad2ien/ideal-wages-calculator/deploy-gh-page.yml?label=github%20page&logo=github)](https://ad2ien.github.io/ideal-wages-calculator/)
[![GitHub page workflow status](https://img.shields.io/github/actions/workflow/status/ad2ien/ideal-wages-calculator/deploy-gh-page.yml?label=github%20page&logo=github)](https://ad2ien.github.io/ideal-wages-calculator/)
[![Rust](https://img.shields.io/badge/Rust-1.26.0-black.svg?logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg)](https://gitmoji.dev)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down
20 changes: 10 additions & 10 deletions criterias.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
[
{
"id": "🤮",
"label": "How much I hate what I'm doing?",
"description": {
"general": "",
"min": "Everything at work is gross, nothing works and you hate every single thing you're doing",
"max": "You save the world, while doing something satisfying... and you think the world is worth saving"
},
"coefficient": 1.0
},
{
"id": "🤕",
"label": "How much I destroy my body at work?",
Expand Down Expand Up @@ -69,6 +59,16 @@
},
"coefficient": 1.0
},
{
"id": "🤮",
"label": "How much I hate what I'm doing?",
"description": {
"general": "Then for a same job, the wage would differ depending on the worker...",
"min": "Everything at work is gross, nothing works and you hate every single thing you're doing",
"max": "You save the world, while doing something satisfying... and you think the world is worth saving"
},
"coefficient": 1.0
},
{
"id": "🧑‍🏫",
"label": "How much social credit I lose?",
Expand Down
35 changes: 17 additions & 18 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
{
"job": "IT developer",
"params": [
{
"id": "🤮",
"value": 10
},
{
"id": "🤕",
"value": 10
Expand All @@ -30,6 +26,10 @@
"id": "🏋",
"value": 50
},
{
"id": "🤮",
"value": 10
},
{
"id": "🧑‍🏫",
"value": 15
Expand All @@ -39,10 +39,6 @@
{
"job": "Factory worker",
"params": [
{
"id": "🤮",
"value": 80
},
{
"id": "🤕",
"value": 80
Expand All @@ -67,6 +63,10 @@
"id": "🏋",
"value": 10
},
{
"id": "🤮",
"value": 80
},
{
"id": "🧑‍🏫",
"value": 25
Expand All @@ -76,10 +76,6 @@
{
"job": "Farmer",
"params": [
{
"id": "🤮",
"value": 15
},
{
"id": "🤕",
"value": 80
Expand All @@ -104,6 +100,10 @@
"id": "🏋",
"value": 65
},
{
"id": "🤮",
"value": 15
},
{
"id": "🧑‍🏫",
"value": 20
Expand All @@ -113,10 +113,6 @@
{
"job": "Doctor",
"params": [
{
"id": "🤮",
"value": 15
},
{
"id": "🤕",
"value": 20
Expand All @@ -140,8 +136,11 @@
{
"id": "🏋",
"value": 75
}
,
},
{
"id": "🤮",
"value": 15
},
{
"id": "🧑‍🏫",
"value": 0
Expand Down

0 comments on commit 3b7a205

Please sign in to comment.