Document Faktiska production contract

This commit is contained in:
b0txec
2026-08-19 17:23:07 +03:00
parent e726291bdb
commit 01115936f5
6 changed files with 60 additions and 31 deletions
+3 -2
View File
@@ -70,7 +70,9 @@ The operator can add title/source overlays and export the rendered canvas.
### Faktiskā
Faktiskā queries temperature values, then lets the operator assign bundled weather-font glyphs to selected cities. One symbol can be applied to all cities and exceptions adjusted individually. Temperature badges, symbols, title, and source are composed into the downloaded PNG.
Faktiskā has a fixed 13-position station configuration. On page entry the frontend calls `/api/query/latest-temperatures/<cities>`. The backend selects the newest row per requested city and returns `tempAvg`, the station name, and its observation timestamp. The UI highlights missing or older observations and permits an explicit manual override without changing the stored observation.
Weather-font glyphs and wind values remain manual editorial inputs. One glyph can be applied to all fixed stations and exceptions changed individually. The browser composes these values on the fixed wind-template canvas and exports exactly 3840×1440 pixels. The production master images define the required output geometry; final Monta typography and pixel-level comparison remain pending.
## What the repository does not provide by itself
@@ -82,4 +84,3 @@ Faktiskā queries temperature values, then lets the operator assign bundled weat
- Production monitoring, backups, incident handling, or a reviewed security boundary.
See `UPDATE_ROADMAP.md` before considering workplace deployment.