first step of the preferences management
[brisk.git] / doc / ARCHITECTURE.txt
index 807c5fb..45d7c24 100644 (file)
@@ -2,6 +2,16 @@ Sparse documentation about Brisk.
 
 Many things aren't documented at all, but I start with authentication workflow.
 
+==== MODIFY USERS TABLE ====
+
+=== PHP CODE ===
+
+web/Obj/dbase_base.phh
+  function LoginDBItem -> args & body
+  function LoginDBItemFromRecord -> args & body
+
+=== SQL CODE ===
+sql/sql.d/nnn-name-patch.sql
 
 
 AUTHENTICATION WORKFLOW
@@ -28,3 +38,10 @@ index.php:
                    window.onunload = null; document.location.assign("../index.php");" 
        in user->comm var for client xhr
      - set $bri->the_end = TRUE
+
+
+-> index.php  (after verify session value: ~L250)
+  - garbage_manager(TRUE)
+    - align many status var with briskin5 user values
+    - room_join_wakeup()
+