db/heromodels/examples
Mahmoud-Emad f0a0dd6d73 feat: Add signature functionality to ContractSigner
- Add `signature_data` field to `ContractSigner` to store base64
  encoded signature image data.  Allows for storing visual
  signatures alongside electronic ones.
- Implement `sign` method for `ContractSigner` to handle signing
  with optional signature data and comments. Improves the
  flexibility and expressiveness of the signing process.
- Add Rhai functions for signature management, including signing
  with/without data and clearing signature data.  Extends the
  Rhai scripting capabilities for contract management.
- Add comprehensive unit tests to cover the new signature
  functionality. Ensures correctness and robustness of the
  implementation.
- Update examples to demonstrate the new signature functionality.
  Provides clear usage examples for developers.
2025-06-12 14:30:58 +03:00
..
biz_rhai fix 2025-05-27 11:34:44 +03:00
calendar_example feat: Enhance calendar example with Event and Calendar features 2025-05-28 14:01:25 +03:00
calendar_rhai fix merge issues and rhai examples wip 2025-05-22 23:57:33 +03:00
finance_example feat: Support incremental mode: 2025-05-17 11:12:09 +03:00
finance_rhai fix 2025-05-27 11:34:44 +03:00
flow_rhai fix 2025-05-27 11:34:44 +03:00
governance_proposal_example feat: Enhance governance proposal model with activity tracking 2025-05-27 20:47:34 +03:00
governance_rhai feat: Added optional vote comment to the proposal vote fields 2025-05-21 12:41:16 +03:00
governance_rhai_client implement more models and rhai examples 2025-05-22 03:57:03 +03:00
legal_rhai feat: Add signature functionality to ContractSigner 2025-06-12 14:30:58 +03:00
project_rhai improve model rhai scripts legibility 2025-05-22 17:55:08 +03:00
project_rhai_wasm fix merge issues and rhai examples wip 2025-05-22 23:57:33 +03:00
basic_user_example.rs fix: Use incremental ID 2025-05-17 13:47:17 +03:00
custom_model_example.rs fix: Use incremental ID 2025-05-17 13:47:17 +03:00
flow_example.rs implement more models and rhai examples 2025-05-22 03:57:03 +03:00
legal_contract_example.rs feat: Add signature functionality to ContractSigner 2025-06-12 14:30:58 +03:00
model_macro_example.rs fix: Use incremental ID 2025-05-17 13:47:17 +03:00
simple_model_example.rs fix: Use incremental ID 2025-05-17 13:47:17 +03:00
test_reminder_functionality.rs feat: Add reminder functionality to ContractSigner model 2025-06-10 15:41:49 +03:00
test_signature_functionality.rs feat: Add signature functionality to ContractSigner 2025-06-12 14:30:58 +03:00