- Introduction of preferred contact time form

- Logging asset usage in TRAICIE_SELECTION_SPECIALIST
This commit is contained in:
Josako
2025-07-22 18:20:01 +02:00
parent dc6cd9d940
commit 32cf105d7b
4 changed files with 61 additions and 7 deletions

View File

@@ -0,0 +1,36 @@
type: "CONTACT_TIME_PREFERENCES_SIMPLE"
version: "1.0.0"
name: "Contact Time Preferences"
icon: "calendar_month"
fields:
early:
name: "Early in the morning"
description: "Contact me early in the morning"
type: "boolean"
required: false
# It is possible to also add a field 'context'. It allows you to provide an elaborate piece of information.
late_morning:
name: "During the morning"
description: "Contact me during the morning"
type: "boolean"
required: false
afternoon:
name: "In the afternoon"
description: "Contact me in the afternoon"
type: "boolean"
required: false
evening:
name: "In the evening"
description: "Contact me in the evening"
type: "boolean"
required: false
other:
name: "Other"
description: "Specify your preferred contact moment"
type: "string"
required: false
metadata:
author: "Josako"
date_added: "2025-07-22"
changes: "Initial Version"
description: "Simple Contact Time Preferences Form"