F∆I module — Standardkostenmodell P×F×T×h per duty
Find a file
flemming-it 80f6620d42
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Has been cancelled
fix(skm): accept floating-point population (JSON Struct inputs)
JSON inputs arriving via google.protobuf.Struct (the gRPC submit
path, HubClient.submit jsonInputs) are always floating-point, so a
u64 population field rejected `180000.0` with an INVALID_ARGUMENT.
Make population f64 — a count is exact in f64 up to 2^53, the SKM
product is f64 anyway, and Display still renders whole numbers
without a decimal. Unblocks live skm scoring from the Recl∆Im app.

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-19 02:38:38 +02:00
.forgejo/workflows ci: point checkout + SDK insteadOf at git.flemming.ai 2026-06-18 12:31:39 +02:00
src fix(skm): accept floating-point population (JSON Struct inputs) 2026-06-19 02:38:38 +02:00
.gitignore feat: initial econ-skm-score v0.1.0 (econ.skm_score@0.1.0) 2026-06-18 11:25:35 +02:00
Cargo.lock feat: initial econ-skm-score v0.1.0 (econ.skm_score@0.1.0) 2026-06-18 11:25:35 +02:00
Cargo.toml feat: initial econ-skm-score v0.1.0 (econ.skm_score@0.1.0) 2026-06-18 11:25:35 +02:00
LICENSE chore(release): finalize v0.1.0 — LICENSE, NOTICE, WASM artefact 2026-06-18 11:38:40 +02:00
module.wasm fix(skm): accept floating-point population (JSON Struct inputs) 2026-06-19 02:38:38 +02:00
module.yaml feat: initial econ-skm-score v0.1.0 (econ.skm_score@0.1.0) 2026-06-18 11:25:35 +02:00
NOTICE chore(release): finalize v0.1.0 — LICENSE, NOTICE, WASM artefact 2026-06-18 11:38:40 +02:00
rust-toolchain.toml feat: initial econ-skm-score v0.1.0 (econ.skm_score@0.1.0) 2026-06-18 11:25:35 +02:00