Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
11/25/25 14:49:24 (5 days ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    1 * Overview
    2 
    3 `flexoentity` provides the *identity and lifecycle backbone* for all Flex-O components 
    4 (Flex-O-Grader, Flex-O-Vault, Flex-O-Drill, …).
     1==Overview==
     2
     3`flexoentity` provides the identity and lifecycle backbone for all Flex-O components  (Flex-O-Grader, Flex-O-Vault, Flex-O-Drill).
    54
    65It defines how entities such as questions, media, catalogs, and exams are *identified, versioned, signed, and verified* — all without any external database dependencies.
     
    87At its heart lie two modules:
    98
    10 - =id_factory.py= – robust, cryptographically-verifiable *Flex-O ID generator*
    11 - =flexo_entity.py= – abstract *base class for all versioned entities*
     9* '''id_factory.py''' – robust, cryptographically-verifiable Flex-O ID generator
     10* '''flexo_entity.py''' – abstract base class for all versioned entities
    1211
    1312Together, they form a compact yet powerful foundation for audit-ready, reproducible data structures across offline and air-gapped deployments.