db/heromodels/examples
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
..
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 reminder functionality to ContractSigner model 2025-06-10 15:41:49 +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 reminder functionality to ContractSigner model 2025-06-10 15:41:49 +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