Commit 13a5433
committed
refactor(app): consolidate v1 boot, config, and route composition
Intent: make the relaunch internals read as one coherent application instead of scattered legacy entry points and plugin seams.
Goals: gather boot/setup, config snapshots, and route assembly into a single v1 structure and document the resulting architecture.
Changes: add the v1 boot and config layers, move route composition into app/web, remove obsolete helper and plugin paths, and fold the relaunch architecture notes into the branch history.1 parent b61602d commit 13a5433
43 files changed
Lines changed: 2767 additions & 634 deletions
File tree
- app/web
- boot
- config
- routes
- api_v1
- bin
- config
- docs
- adr
- flags
- migrations
- observability
- plans
- helpers
- roda/roda_plugins
- routes
- spec
- html2rss/web
- boot
- roda/roda_plugins
- routes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
22 | 18 | | |
23 | 19 | | |
24 | | - | |
| 20 | + | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
| 32 | + | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
0 commit comments