From 249629d8c2644219ebd90fcf6205b61e70ca230d Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 14 Oct 2024 08:18:53 +0000 Subject: [PATCH] Deployed 3dda495 with MkDocs version: 1.6.1 --- contribute/CONTRIBUTING/index.html | 19 +++++++------ roadmap/changelog/index.html | 43 +++++++++++++++++++++++++++++ search/search_index.json | 2 +- sitemap.xml | 16 +++++------ sitemap.xml.gz | Bin 281 -> 282 bytes 5 files changed, 62 insertions(+), 18 deletions(-) diff --git a/contribute/CONTRIBUTING/index.html b/contribute/CONTRIBUTING/index.html index 2023346..9ade480 100644 --- a/contribute/CONTRIBUTING/index.html +++ b/contribute/CONTRIBUTING/index.html @@ -881,15 +881,16 @@

App structure
 module\
-├── core.cljs     <--- entry point
-├── db.cljs       <--- schema, validation
-├── views.cljs    <--- reagent views
-├── events.cljs   <--- event handlers
-├── subs.cljs     <--- subscription handlers
-├── handlers.cljs <--- helper functions for db transformations
-├── effects.cljs  <--- effect handlers
-├── styles.css    <--- styles
-└── README.md     <--- documentation
+├── core.cljs      <--- entry point
+├── db.cljs        <--- schema, validation
+├── views.cljs     <--- reagent views
+├── events.cljs    <--- event handlers
+├── subs.cljs      <--- subscription handlers
+├── handlers.cljs  <--- helper functions for db transformations
+├── effects.cljs   <--- effect handlers
+├── hierarchy.cljs <--- multimethods and hierarchies
+├── styles.css     <--- styles
+└── README.md      <--- documentation
 

Re-frame recommendations

diff --git a/roadmap/changelog/index.html b/roadmap/changelog/index.html index eb91d49..317fb84 100644 --- a/roadmap/changelog/index.html +++ b/roadmap/changelog/index.html @@ -688,6 +688,15 @@