Go to file
Randy Fischer 684b89b8fc Add Engelsman, Kruising types and rebuild Overwegbevloering diagram
Three new inspection types based on analyzed reference diagrams:
- Engelsman (half/heel): 5-section layout with DWL/BAL scoring
- Kruising (incl. ingesloten): 4-section layout with DWL/BAL scoring
- Overwegbevloering: rebuilt as spatial diagram with 14 photo
  positions (sticker, spoorbord, 6x lage km, 6x hoge km)

Wissel subtype detection from SOORT field in SAP XML. Shared
DWL/BAL logic via usesDwlBal() helper. Section maps per type.
Overview photo export now includes all types.
2026-04-16 08:25:45 +02:00
_docs Add session summary and switch inspection diagram docs 2026-04-16 08:09:09 +02:00
public Add Engelsman, Kruising types and rebuild Overwegbevloering diagram 2026-04-16 08:25:45 +02:00
src Add Engelsman, Kruising types and rebuild Overwegbevloering diagram 2026-04-16 08:25:45 +02:00
.gitignore Initial repo scaffold on develop 2026-04-15 15:24:55 +02:00
README.md Initial repo scaffold on develop 2026-04-15 15:24:55 +02:00

README.md

Duimstok-inspecties Bovenbouw

ProRail duimstok-inspecties voor wissels, overwegen en spoor. MVP / PWA — vanilla HTML, CSS, JS, IndexedDB, service worker.

Project-structuur

01_Applicatie/
├── public/                 frontend assets (open public/index.html direct)
│   ├── index.html
│   ├── manifest.webmanifest
│   ├── sw.js               service worker
│   ├── icons/
│   ├── css/
│   └── js/
├── src/                    applicatielogica (DDD-lagen)
│   ├── Domain/
│   ├── Application/
│   └── Infrastructure/
└── _docs/                  projectdocumentatie

Uitvoeren

Snel testen (geen PWA-functionaliteit): Dubbelklik public/index.html. Werkt vanaf file://.

Volledige PWA (service worker + installatie): Start een webserver vanuit 01_Applicatie/ en open de app via http://localhost:<poort>/public/:

python -m http.server 8000
# open http://localhost:8000/public/

Service worker, installatieknop en offline-caching werken alleen vanaf http(s):// of localhost — niet vanaf file://.

Branches

  • master — live productie (auto-deploy bij merge)
  • develop — staging (auto-deploy bij merge)
  • feature branches — nieuwe functionaliteit, merge via PR in develop

Zie _docs/ voor verdere projectdocumentatie.