mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Abri job descriptions identify the visit as a Domna condition survey 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
caffa5c4e1
commit
f5fefd4d93
1 changed files with 8 additions and 1 deletions
|
|
@ -8,4 +8,11 @@ class JobDescriptions:
|
|||
|
||||
|
||||
def build_job_descriptions(deal_name: str) -> JobDescriptions:
|
||||
raise NotImplementedError
|
||||
# Placeholder copy — final wording is owned by Abri's schedulers (issue #1455).
|
||||
return JobDescriptions(
|
||||
short_description=f"Domna condition survey - {deal_name}",
|
||||
long_description=(
|
||||
f"Domna condition survey visit at {deal_name}, "
|
||||
"booked by Domna operations."
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue