diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-17 15:18:26 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-17 15:18:26 +0200 |
| commit | 5183d09e910f0a50dcd4ba7a6b4984354135d30a (patch) | |
| tree | 31cb57dfdb7ba08c925d21425fd71ee657c3315f | |
| parent | f5b337e56b32d3adeac64d5aa62fb3b7a76a838b (diff) | |
| download | housing-5183d09e910f0a50dcd4ba7a6b4984354135d30a.tar.zst | |
Update requirements
| -rw-r--r-- | app/requirements.tsv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/requirements.tsv b/app/requirements.tsv index bd79b52..279a120 100644 --- a/app/requirements.tsv +++ b/app/requirements.tsv @@ -6,9 +6,9 @@ ARCH-5 Architecture Functional declarative interface around browsers native API' ARCH-6 Architecture Code style: Prefer static, private, Classes, modules, constricted state, function chaining, null safety by design. ARCH-7 Architecture Less program lines and generic approach is always preferred over "Ad hoc" patching. UI-1 UI Single view layout with map and control panel -UI-2 UI Native SVG map with Helsinki district boundaries +UI-2 UI Native SVG with own functional oriented wrapper API. UI-3 UI Color-coded house markers based on scoring -UI-4 UI Native dialog elements for house details +UI-4 UI Native dialog elements and cards for house details UI-5 UI Toast notifications for error handling UI-6 UI Weight sliders for scoring parameters UI-7 UI Filter controls for price, year, area and first appeared |
