docs: Werkbaum-Plan — 5 Knoten in Produktion

Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC §4
unterscheidet [x] fertig von [^] in Produktion (D30):

- #bld.pwa: Installable as a progressive web app
- #bld.pwa.manifest: A manifest with name, icons and standalone display
- #bld.pwa.sw: A service worker that serves the app offline (S)  %% network-first, cache as fallback
- #bld.pwa.update: The reload notice stays truthful under the worker (S)  %% see D45/D73
- #bld.pwa.files: Double-click a .werkbaum file, save without any dialog (S) :#ed.files.inplace  %% file_handlers + launchQueue
This commit is contained in:
mhoennig
2026-08-25 15:05:20 +02:00
parent 19053eba1d
commit 45a52c15f9
+5 -5
View File
@@ -99,11 +99,11 @@
- [^] #bld.tests: Unit tests (S) - [^] #bld.tests: Unit tests (S)
- [^] #bld.pages: Published on every push (S) - [^] #bld.pages: Published on every push (S)
- [^] #bld.update: Says when a new build is out (S) %% compares against the running one, see D45 - [^] #bld.update: Says when a new build is out (S) %% compares against the running one, see D45
- [x] #bld.pwa: Installable as a progressive web app (M) - [^] #bld.pwa: Installable as a progressive web app (M)
- [x] #bld.pwa.manifest: A manifest with name, icons and standalone display (XS) - [^] #bld.pwa.manifest: A manifest with name, icons and standalone display (XS)
- [x] #bld.pwa.sw: A service worker that serves the app offline (S) %% network-first, cache as fallback - [^] #bld.pwa.sw: A service worker that serves the app offline (S) %% network-first, cache as fallback
- [x] #bld.pwa.update: The reload notice stays truthful under the worker (S) %% see D45/D73 - [^] #bld.pwa.update: The reload notice stays truthful under the worker (S) %% see D45/D73
- [x] #bld.pwa.files: Double-click a .werkbaum file, save without any dialog (S) :#ed.files.inplace %% file_handlers + launchQueue - [^] #bld.pwa.files: Double-click a .werkbaum file, save without any dialog (S) :#ed.files.inplace %% file_handlers + launchQueue
- [-] #bld.ghpages: Deploy through a gh-pages branch (S) %% GitHub Actions instead - [-] #bld.ghpages: Deploy through a gh-pages branch (S) %% GitHub Actions instead
- [-] #bld.gfonts: Fonts from Google (XS) %% self-hosted, no third-party request - [-] #bld.gfonts: Fonts from Google (XS) %% self-hosted, no third-party request
- [ ] #be: Backend (XL) - [ ] #be: Backend (XL)