code for working with the databases inside hero
Go to file
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
acldb ... 2025-04-21 11:46:23 +02:00
adapter_macros feat: Support incremental mode: 2025-05-17 11:12:09 +03:00
herodb_old ... 2025-04-22 12:53:17 +04:00
heromodels feat: Add signature functionality to ContractSigner 2025-06-12 14:30:58 +03:00
heromodels_core fix 2025-05-27 11:34:44 +03:00
heromodels-derive fix: Use incremental ID 2025-05-17 13:00:05 +03:00
ourdb ... 2025-04-21 11:46:23 +02:00
prompts implement more models and rhai examples 2025-05-22 03:57:03 +03:00
radixtree ... 2025-04-21 03:26:38 +02:00
rhai_client_macros feat: Support incremental mode: 2025-05-17 11:12:09 +03:00
specs/models feat: Add signature functionality to ContractSigner 2025-06-12 14:30:58 +03:00
tst ... 2025-04-20 07:28:59 +02:00
.gitignore cleanup and remove ignored tmp db dirs 2025-05-22 17:53:44 +03:00
herodb_ourdb_migration_plan.md ... 2025-04-20 08:00:59 +02:00
instructions.md ... 2025-04-20 08:56:34 +02:00
mcc_models_standalone_plan.md ... 2025-04-22 07:50:03 +04:00
model_trait_unification_plan.md ... 2025-04-22 12:53:17 +04:00
standalone_ourdb_example.rs ... 2025-04-20 08:15:12 +02:00
tst_implementation_plan.md ... 2025-04-20 06:34:31 +02:00
tst_integration_plan.md ... 2025-04-21 05:02:57 +02:00