db/specs/models
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
..
base model spec 2025-05-09 12:42:42 +03:00
biz added and updated models 2025-05-12 01:54:47 +03:00
circle ... 2025-05-09 13:27:35 +03:00
crm added and updated models 2025-05-12 01:54:47 +03:00
finance added and updated models 2025-05-12 01:54:47 +03:00
flow added and updated models 2025-05-12 01:54:47 +03:00
governance added and updated models 2025-05-12 01:54:47 +03:00
legal feat: Add signature functionality to ContractSigner 2025-06-12 14:30:58 +03:00
mcc added and updated models 2025-05-12 01:54:47 +03:00
projects ... 2025-05-09 12:56:03 +03:00
ticket added and updated models 2025-05-12 01:54:47 +03:00
user.v added and updated models 2025-05-12 01:54:47 +03:00