db/specs/models
Mahmoud-Emad 970299b1a4 feat: Add reminder functionality to ContractSigner model
- Added `last_reminder_mail_sent_at` field to track reminder
  timestamps.
- Implemented `can_send_reminder` to check if a reminder can be
  sent based on a 30-minute cooldown.
- Added `reminder_cooldown_remaining` to get remaining cooldown
  time.
- Added `mark_reminder_sent` to update reminder timestamp.
- Added example demonstrating reminder functionality in
  `legal_contract_example.rs`.
- Added tests for reminder functionality in
  `test_reminder_functionality.rs`.
- Updated Rhai scripts to include reminder-related functions and
  tests.
- Improved formatting and clarity in example code.
2025-06-10 15:41:49 +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 reminder functionality to ContractSigner model 2025-06-10 15:41:49 +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