Commit Graph

5 Commits

Author SHA1 Message Date
ceaf5f4eea code: nextjs,frontends,lua (4 files) 2025-12-26 03:22:45 +00:00
227a494300 code: nextjs,frontends,types (27 files) 2025-12-26 02:00:47 +00:00
d6e9197ce7 feat: restructure security module and add new operations
- Created new utility files for password, schema, and page rendering.
- Refactored secure-db-layer to separate operations into distinct files.
- Added operations for creating, updating, and deleting comments and users.
- Implemented access rules for credential management.
- Enhanced user and credential verification processes.
- Introduced seed data and workflow engine modules.
- Updated security context and access checks for various operations.
2025-12-25 18:33:21 +00:00
78c2d1af50 feat(seed): add seed data module and tests for database initialization
feat(types): introduce builder and level types for component and user roles

feat(workflow): implement workflow engine with execution context and logging

style(theme): create modular theme exports for consistent styling

chore(tests): add comprehensive tests for workflow execution and Lua nodes
2025-12-25 17:33:26 +00:00
bbaa14f0f9 Frontend got mashed up 2025-12-25 13:38:59 +00:00